Log in

View Full Version : Batch Encoding possible?


FirstBorg
8th February 2005, 01:13
Hi
I would need to reencode the audiotracks of several files (50). Is there a way to just tell Vdub to do it with every file?

sh0dan
10th February 2005, 21:34
[From memory]
Open a file.

Select Direct Stream Copy for the Video. Select Full Processing for audio and select your compression.

Open File/Job Control. Select "Process Directory" in the menu. Select the directory with source files. Select destination Directory. Press "Start". Wait.

stax76
10th February 2005, 22:34
Possibly you can't do without making a generic script template, requires basic shell and scripting knowledge. If you don't know how it works please tell us about your source and target formats.


Build 22022 (1.6.1, experimental): [November 3, 2004]
features added

Rewrote command line parsing so that arguments to /s, /p, and /b no longer require the parameters to be adjacent to the switch.
New /i (invoke) command line flag runs a script and passes additional parameters to it, which are available as VirtualDub.params[n].
Unescaped, native-coded strings can now be embedded in a script using U"..." syntax. In particular, this allows filenames to be inserted directly from a batch file.