Log in

View Full Version : VDub Job script


warath
19th March 2005, 07:40
In my job script that I created by making 2 jobs, then copying those jobs and altering the file names that they access. This has been working great, however, want to ensure not bad effects can occur from what i've done:

VirtualDub.subset.Clear();
VirtualDub.subset.AddRange(0,66080);

Are lines that can end some of the other files short, as I don't know if they are 66080 frames or not (23fps). However, I know that 99% of my encoding will be about 42min, and seem to end when they should, with no extra padding since 66080 is about 46mins.

Can I just leave this as is (or perhaps increase the size for the just in case files that go over 45min) ??
Or can I remove these lines since I want the whole file that is opened encoded regardless of length?

Thanks!