Is there a simple app that can demux a folder of AVI files?
And/or is it perhaps possible to demux in an Avisynth script?
Ideally, I'd like to just extract the audio streams of a batch of files. I can do it in VDUB, but as far as I can tell, only by opening each file in sequence and saving out the stream(s).
+ Reply to Thread
Results 1 to 4 of 4
-
-
I found a command line tool, avi2raw.
Part of the MPEG4IP tools.
project: http://mpeg4ip.net/
But no binaries and few docs there.
So I found:
binaries: http://pbx.mine.nu/w21sa/mpeg4ip.html
docs: http://karmak.org/archive/2003/05/encoding.html
And use this batch command to extract an MP3 from an AVI:
avi2raw -a %1 %1.mp3 -
Originally Posted by Baldrick
But now I'm happy enough with avi2raw, and it's about 1% of the size of mplayer.
Similar Threads
-
Best way to batch convert xvid/avi files to mkv/x264 files?
By gaikokujinkyofusho in forum Video ConversionReplies: 1Last Post: 13th Jan 2012, 06:31 -
Batch demux of DVB radio broadcasts to MP2 with Project X?
By smilingcrow in forum Video ConversionReplies: 1Last Post: 31st Jan 2011, 18:45 -
All-in-one Batch demux FLV -> mux mp4?
By gaikokujinkyofusho in forum Video ConversionReplies: 2Last Post: 19th Jan 2011, 23:34 -
is there a way to do batch demuxing of avi files in virtualdub?
By Ankin in forum Newbie / General discussionsReplies: 1Last Post: 16th Oct 2009, 08:44 -
how to demux avi files?
By GeeForce11 in forum Newbie / General discussionsReplies: 6Last Post: 25th Feb 2008, 16:09