Command line WAV -> AAC not working anymore
Posted: 02 Jul 2010 12:43
Hi everyone,
I'm newbish when VLC command line is in question. But I have used it successfully for a while with earlier versions (1.0.3 for example) to encode WAV file to AAC file through the batch script. I've upgraded VLC few times since last using the script, including latest 1.1.0 yesterday, and now script isn't working anymore.
Here is the old script:
I've tried the "vlc -vvv" instead of -vw but I still can't get working AAC file (I get a 0kb or 1kb file that won't play, of course).
I've also read in the dev log that access_file was obliterated, in favor of filesystem. But I couldn't find any sample or help that would lead me to solution how to fix this.
I hope someone more experienced can shed some light on this. Thanks!
I'm newbish when VLC command line is in question. But I have used it successfully for a while with earlier versions (1.0.3 for example) to encode WAV file to AAC file through the batch script. I've upgraded VLC few times since last using the script, including latest 1.1.0 yesterday, and now script isn't working anymore.
Here is the old script:
Code: Select all
vlc -vw "E:\path\aaa.wav" --sout=#transcode{acodec=mp4a}:standard{access=file,mux=mp4,dst="E:\path\aaa.aac"} vlc://quit
I've also read in the dev log that access_file was obliterated, in favor of filesystem. But I couldn't find any sample or help that would lead me to solution how to fix this.
I hope someone more experienced can shed some light on this. Thanks!