Log in

View Full Version : looking for references


PeterTheMaster
21st June 2003, 13:57
where can i find the references for
- virtualdub command line parameters
- virtualdub.jobs file syntax
- format of the string virtualdub passes to the codec

thank you.

DaveEL
21st June 2003, 21:10
http://www.virtualdub.org/docs/vdscript.txt

The string is the codecs own private structure (different for every codec) encoded in Base64 if you search you will find LOTS and LOTS of threads on this (perhaps its time i make a sticky thread about it).

Can't seem to find the info on command line parameters right now but if you search for the threads on vdub scripting you will find lots of sample code which will give you the information you want.

DaveEL