hi !
I have vob files with multiple audio inside.
I would like to extract all the audio streams from all the vob files automatically.
I have tried this :
for %%a in ("*.vob") do ffmpeg -i %%a -vn -acodec copy %%~na.ac3
but this will extract only one ac3 track from each vob.
So how to batch extract all ac3 streams included in vob files please?
+ Reply to Thread
Results 1 to 4 of 4
-
-
I guess you have to use the map command.
Or maybe try pgcdemux,
Code:Command line support PgcDemux [option1] [option2] ... [option12] <ifo_input_file> <destination_folder> option1: [-pgc, <pgcnumber>]. Selects the PGC number (from 1 to nPGCs). Default 1 option2: [-ang, <angnumber>]. Selects the Angle number (from 1 to n). Default 1 option3: [-vid, <vobid>]. Selects the Angle number (from 1 to n). Default 1 option4: [-cid, <vobid> <cellid>]. Selects a cell vobid (from 1 to n). Default 1 option5: {-m2v, -nom2v}. Extracts/No extracts video file. Default NO option6: {-aud, -noaud}. Extracts/No extracts audio streams. Default YES option7: {-sub, -nosub}. Extracts/No extracts subs streams. Default YES option8: {-vob, -novob}. Generates a single PGC VOB. Default NO option9: {-customvob <flags>}. Generates a custom VOB file. Flags: b: split VOB: one file per vob_id n: write nav packs v: write video packs a: write audio packs s: write subs packs i: only first Iframe l: patch LBA number option10:{-cellt, -nocellt}. Generates a Celltimes.txt file. Only in PGC/VID mode. Default YES option11:{-log, -nolog}. Generates a log file. Default YES option12:{-menu, -title}. Domain. Default Title (except if filename is VIDEO_TS.IFO)
Similar Threads
-
How to extract audio from .vob files
By webadm in forum Newbie / General discussionsReplies: 4Last Post: 16th Jan 2012, 21:28 -
Batch extraction of audio streams from mpg/vob?
By gaikokujinkyofusho in forum AudioReplies: 1Last Post: 4th Dec 2010, 04:15 -
Extract subtitles from VOB files
By webstar in forum MacReplies: 9Last Post: 29th May 2009, 15:34 -
Batch Edit of Aspect Ratio for VOB Files
By Lt. Dang in forum Newbie / General discussionsReplies: 3Last Post: 5th Apr 2009, 10:33 -
Batch extract audio from multiple DV files?
By Colmino in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 4Last Post: 21st May 2008, 10:55