Log in

View Full Version : How do I set it up to process an entire directory with AVIDEMUX...


Jynks
24th April 2010, 11:01
How do I set it up to process an entire directory with AVIDEMUX....

Is it possible, so.. i can set up all the encoding options, for audio and video.. and then just do the same thing to everything in a single directory?

LoRd_MuldeR
24th April 2010, 13:43
Yup. You can use the scripting capabilities of Avidemux for that purpose:
http://avidemux.org/admWiki/doku.php?id=tutorial:scripting_tutorial

Jynks
24th April 2010, 14:43
wow.. that is to complex for me I can hardly understand the tutorial lol... oh well. What I want to do is process about 300 files ... each one I normally do as a 2 pass Xvid bases on size to 150meg, audio mp3 ... . .

Jynks
14th May 2010, 01:34
(Bump)

any one know how to do this?

Inspector.Gadget
14th May 2010, 01:42
If that's too complex, try using Avisynth Batch Scripter to batch generate AVS files for each source (I guess at a minimum AVISource or DirectShowSource alone would work) and then use Batchenc to set up your xvid_encraw, LAME mp3, and AVIMuxGUI batch scripts. It doesn't get much easier than making 4 batch scripts with a GUI and not having to worry about variables.

Jynks
14th May 2010, 20:35
thanks.... I'll look into that... cheers