Log in

View Full Version : Scripting VirtualDub


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.

foxyshadis
12th November 2007, 12:07
Mediainfo commandline or dll? Pretty sure there's no sylia commands for that, unfortunately.

smok3
12th November 2007, 14:49
why would you need that? (did you try just NOT to generate that part?)