matzed
12th May 2003, 15:19
Hi,
I've made a huge list of jobs to cut a big AVI DV file into sevral ones (more thatn 200), but i made several mistakes...
I want to edit the VirtualDub.jobs cause i think i can change it instead of doing the job again...
I only need to understand to parameter VirtualDub.video.SetRange... When i select range from 0:8:00.000 to 0:10:00.000 (ie from 8th minute to 10th minute), it gives me :
VirtualDub.video.SetRange(480000,1343920)
When i select one second more (0:8:00.000 to 0:10:01.000), it gives me :
VirtualDub.video.SetRange(480000,1342920)
I understand the first paramater : number of milliseconds (60 X 8 X 1000). But i can't figure out how the second one is working.
Can anyone helps ?
Thanks
Matz
I've made a huge list of jobs to cut a big AVI DV file into sevral ones (more thatn 200), but i made several mistakes...
I want to edit the VirtualDub.jobs cause i think i can change it instead of doing the job again...
I only need to understand to parameter VirtualDub.video.SetRange... When i select range from 0:8:00.000 to 0:10:00.000 (ie from 8th minute to 10th minute), it gives me :
VirtualDub.video.SetRange(480000,1343920)
When i select one second more (0:8:00.000 to 0:10:01.000), it gives me :
VirtualDub.video.SetRange(480000,1342920)
I understand the first paramater : number of milliseconds (60 X 8 X 1000). But i can't figure out how the second one is working.
Can anyone helps ?
Thanks
Matz