When extracting audio from DVDs I like to use something like:
MPlayer:
Mencoder:Code: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"
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 similar to "ffmpeg extracting multiple audio streams at once" in one go.Code: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"
Any mplayer/mencoder gurus here who can help?
Cu Selur
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
ffmpeg audio parallel extract possible?
By Selur in forum Newbie / General discussionsReplies: 3Last Post: 19th Aug 2013, 09:41 -
Field matching with mplayer/mencoder
By Selur in forum Newbie / General discussionsReplies: 0Last Post: 12th Jan 2013, 00:31 -
Mplayer pipe output to Mencoder possible ?
By neapandele in forum Video ConversionReplies: 1Last Post: 28th Oct 2009, 02:43 -
MPLAYER pipe to MENCODER possible?
By neapandele in forum Newbie / General discussionsReplies: 0Last Post: 27th Oct 2009, 05:56 -
Having to reload mpeg2enc/mencoder/mplayer each start
By SeveralButchersApron in forum ffmpegX general discussionReplies: 5Last Post: 31st Aug 2008, 10:41