When I converted it using this command:
Code: Select all
for %%a in (*.wav) do "C:\Program Files\VideoLAN\VLC\vlc" -I dummy -vvv "%%a" --sout=#transcode{acodec=mp3,ab=128}:standard{access=file,mux=raw,dst="%%a".mp3} vlc://quit
What's wrong with my command and what's the solution?
Thanks a lot before.