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!