View Full Version : Batch Demultiplex
XadoX
15th April 2006, 10:27
is there a way to demultiplex or Sav as WAV by Batch for VirtualDub, but with commandline.
For now i have to open each file and select the stream and sav as wav and so on.
I have about 200 files to demultiplex.
setarip_old
15th April 2006, 18:49
Hi!
Not via a commandline but, a program such as GoldWave provides batch processing capability that will extract the audio from .AVIs and save as .WAV (or several other formats, if you prefer)...
XadoX
16th April 2006, 09:19
so there is no command line option in VirtualDub. :(
leiming2006
16th April 2006, 12:44
you can do it like this:
1.clear all jobs
2.add a job that demux the first audio
3.open "VirtualDub.jobs" and find the filename
4.replace the filename with "%1". replace the output filename with "%1.wav"
5.add "echo" in front of each line and ">>11.jobs" at the end of each line
6.save the file as "asdf.bat"
7.run "cmd.exe"
8.change to the directory of avi.
9.run this:
for %a in ("*.avi") do asdf.bat %a
10.you will get a file named "11.jobs"
11.open this file with virtualdub as script
12.start!
XadoX
16th April 2006, 18:19
yeah great thx, this was i was searching for :)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.