Im trying to automate Virtualdub and run it from a command promt. Everything works fine except im not sure how to get the range for the VirtualDub.subset.AddRange(0,????) function in my .jobs script. my out put is fine but but the length is always wrong (because i have been trying to guess at it by arbitrarily putting in numbers). I tried using the Getrange() function but i couldnt figure it out or maybe its not what i need. If someone could tell me what to do or provide some example sript showing how this is done that wwould be great.
If you need to see an example to know what im talking about let me know and ill post what i have so far.
Thanks
+ Reply to Thread
Results 1 to 2 of 2
-
-
try instead of
VirtualDub.subset.Clear()
VirtualDub.subset.AddRange(???)
use
VirtualDub.subset.Delete()
try find more there: http://www.virtualdub.org/docs/vdscript.txt
Similar Threads
-
DVD-Lab Scripting
By galadar in forum Authoring (DVD)Replies: 0Last Post: 26th Dec 2010, 11:00 -
Help with scripting - please
By cliffspicer in forum SVCD2DVD & VOB2MPGReplies: 4Last Post: 12th Oct 2009, 12:08 -
Avisynth Batch Scripting
By Maikeru-sama in forum Video ConversionReplies: 1Last Post: 20th Jun 2008, 22:18 -
DVD scripting
By Rosko1702RS in forum Authoring (DVD)Replies: 6Last Post: 15th Mar 2008, 00:57 -
Avisynth scripting
By demonwarrior in forum Newbie / General discussionsReplies: 9Last Post: 24th Dec 2007, 00:05