OK,
First of all. I don't think that you entered th correct values for the addRange parameters.
the syntax is VirtualDub.subset.AddRange(start-frame,#frames)
As far as I can tell you've entered (startframe,endframe).
Try the following:
VirtualDub.subset.AddRange(3620,23148);
VirtualDub.subset.AddRange(30704,15442);
VirtualDub.subset.AddRange(51750,2070);
This gives a total of 40660 frames = 27 min 6 sec.
In your case it totals up to 126734 frames= 84 min 29 sec.
Farscape
First of all. I don't think that you entered th correct values for the addRange parameters.
the syntax is VirtualDub.subset.AddRange(start-frame,#frames)
As far as I can tell you've entered (startframe,endframe).
Try the following:
VirtualDub.subset.AddRange(3620,23148);
VirtualDub.subset.AddRange(30704,15442);
VirtualDub.subset.AddRange(51750,2070);
This gives a total of 40660 frames = 27 min 6 sec.
In your case it totals up to 126734 frames= 84 min 29 sec.
Farscape
Comment