I use VLC v1.0.3. I have ADPCM WAV files that can only play in VLC. I want to batch-convert it to MP3 so I can play it in all player and also in games. When I converted it using this command: for %%a in (*.wav) do "C:\Program Files\VideoLAN\VLC\vlc" -I dummy -vvv "%%a" --sout=#tr...