cayblood
12th November 2007, 07:01
I'm so close yet so far. I am writing a script to automatically generate job control files that I can load in virtualdub and run more quickly. The problem I have right now is that I need to call
VirtualDub.subset.AddRange(0,<number_of_frames_in_avi>);
And I need to put something in for the last frame, but I don't know how to find that. I tried using another program YAAI (Yet Another AVI Info) but it crashed when I tried to pass it an avisynth file.
Any ideas about how I can automate this? If I can get past this hurdle I think I can do it.
VirtualDub.subset.AddRange(0,<number_of_frames_in_avi>);
And I need to put something in for the last frame, but I don't know how to find that. I tried using another program YAAI (Yet Another AVI Info) but it crashed when I tried to pass it an avisynth file.
Any ideas about how I can automate this? If I can get past this hurdle I think I can do it.