View Full Version : Batch AVI demux
DYEWiTNEZ
20th September 2005, 15:35
Hello, is there a tool that can batch demux and remux AVI files? I have alot of Xvid musicvid's that i would like to mp3gain... I now use VirtualDub, but that takes a long time if you're doing alot of videos.
HQ-LQ
20th September 2005, 18:34
virtual dub 1.6.8 or better
'vdub.exe' in the install-folder
DYEWiTNEZ
20th September 2005, 21:06
Thanks, i understand i have to run a commandline for this. What command do i have to use? "/b <src dir> <dst dir>" i understand, but what do i need for demuxing?
Matthew
20th September 2005, 23:40
You need to write a vcf script and then run it at the command-line.
You can do the demux part using avi2wav e.g. in a batch file
FOR %%A IN (*.avi) DO (avi2wavcmd.exe %%A %%A~nA.mp3 > nul)
But that still leaves you with remuxing.
When I wrote some vcfs for demuxing, joining avis etc I used the help in VirtualDubMod as my guide. Unless there's a ready-made script about, you just need to spend some time reading/experimenting.
DYEWiTNEZ
20th September 2005, 23:51
Great info, thanks man!!! I'm going to read more about VCF scripts, thanks for pointing me the right direction.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.