I've been extracting wave files from mkv files for some time... it worked excellent until 2.2.x via this command line:
Code: Select all
vlc.exe input-video.mkv -I dummy -vvv --no-sout-video --audio-track=1 --sout="#transcode{acodec=s16l,channels=1,ab=128}:std{access=file,mux=wav,dst=out.wav}"
Is there any other parameter to choose a specific audio track via?