VideoHelp Forum
+ Reply to Thread
Results 1 to 1 of 1
Thread
  1. I need to create a script VirtualDub.jobs to segment video. No lines VirtualDub.subset.AddRange (0, xxxx); it does not work (where xxxx - the total number of video frames). The total number of video frames get so VirtualDub.video.GetRange (3);.
    But how to convey the resulting count in VirtualDub.subset.AddRange (0, here);?

    It works fine:
    declare foo;
    foo = VirtualDub.video.GetRange (3);
    VirtualDub.subset.AddRange (0,23531);

    This does not work:
    declare foo;
    foo = VirtualDub.video.GetRange (3);
    VirtualDub.subset.AddRange (0, foo);
    Last edited by griha09; 25th Jul 2015 at 14:07.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!