Log in

View Full Version : mencoder/mplayer audio parallel extract possible?


Selur
20th August 2013, 20:04
When extracting audio from DVDs I like to use something like:

MPlayer:
mplayer -v -mc 0 -vc dummy -noconsolecontrols -nocorrect-pts -aid 128 dvd://1 -dvd-device "H:\TestClips&Co\DVDs\TestDVD" -dumpaudio -dumpfile "H:\Temp\audio_128.ac3"Mencoder:
mencoder -v -mc 0 -vc dummy -aid 128 dvd://1 -dvd-device "H:\TestClips&Co\DVDs\TestDVD" -of rawaudio -oac copy -ovc copy -o "H:\Temp\audio_128.ac3"Works fine but if I want to extract multiple audio streams (aid: 128, 129, 130) I have to run this multiple times and I was wondering if it is possible to do this?
(ffmpeg can be used to do this for Blu-ray and file input, but not for DVD input since ffmpeg lacks support for DVD input.)

Any mplayer/mencoder gurus here who can help doing this or simply mention that it isn't possible with mencoder/mplayer ?

Cu Selur