PDA

View Full Version : Working with VD 1.6.x


movmasty
14th May 2005, 05:14
Fast seeking and undo command, very useful when working with large divx files,

Prepare the video with 1.6, save settings, then load in 1.5.10 and encode with it.

These are the changes to make to the vcf file:

-cut
VirtualDub.video.SetInputFormat(0);
VirtualDub.video.SetOutputFormat(7);

-add
VirtualDub.video.SetDepth(24,24);

change
VirtualDub.video.SetIVTC(0,0,-1,0); to
VirtualDub.video.SetIVTC(0,0,1,0);

movmasty
14th May 2005, 05:28
Ehm Avery...i know you are busy, but could not let older version of vdub to ignore missing linees?
and add old linees for compatibility?