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);
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);