Jean
New member
Hi.
I'm trying to make a keyboard shortcut sript for the timebar to go to the head - tails of clips sequencially.
Let me explain.
you have 20 clips in your timeline and wan't to scrub through it, make fast reajustments of their positions, by moving the timebar to their in-out points only.
(this was possible on my previous edit suite and it might sound superfluous but believe me when you've used it you can't go back.)
So!
Numpad + --> go to next in/out of clips in the timeline
Numpad - --> go to previous in/out of clips in the timeline
If an audio or a video clip has the same lenght and position than an other clip I don't want the timebar to go throug the same positions several times, the script has to compute the in-out points on an horizontal plan only.
I've gathered the "go to next clip", "go to in point", "go to out point" scripts.
My problems :
1-I'm at the "IN", I want to "go to the out point" i use Numpad + againt but the sript has to know he is already at the "in point" of a clip, it has to use the script "go to out point".
then
Out point selected : use "go to next clip's in point"
--> can't find any trick to do that.
2- the way the VTscript work I don't know if it's possible for it to get the in/out point on an horizontal analize of the timeline.
ex : two clips are on two different tracks.
1st : (in 10:00) (out 20:00)
2nd : (in 15:00) (out 25:00)
Vtscript would compute the first one and, after, the second one
Timebar does : 10:00 -- 20:00--15:00--25:00
It needs to be :
10:00--15:00--20:00--25:00.
Voila, It's a lot more complex than I thought it would be but now i'm starting to get obssesed by the VTscript and don't wan't to surrender.
Jean
I'm trying to make a keyboard shortcut sript for the timebar to go to the head - tails of clips sequencially.
Let me explain.
you have 20 clips in your timeline and wan't to scrub through it, make fast reajustments of their positions, by moving the timebar to their in-out points only.
(this was possible on my previous edit suite and it might sound superfluous but believe me when you've used it you can't go back.)
So!
Numpad + --> go to next in/out of clips in the timeline
Numpad - --> go to previous in/out of clips in the timeline
If an audio or a video clip has the same lenght and position than an other clip I don't want the timebar to go throug the same positions several times, the script has to compute the in-out points on an horizontal plan only.
I've gathered the "go to next clip", "go to in point", "go to out point" scripts.
My problems :
1-I'm at the "IN", I want to "go to the out point" i use Numpad + againt but the sript has to know he is already at the "in point" of a clip, it has to use the script "go to out point".
then
Out point selected : use "go to next clip's in point"
--> can't find any trick to do that.
2- the way the VTscript work I don't know if it's possible for it to get the in/out point on an horizontal analize of the timeline.
ex : two clips are on two different tracks.
1st : (in 10:00) (out 20:00)
2nd : (in 15:00) (out 25:00)
Vtscript would compute the first one and, after, the second one
Timebar does : 10:00 -- 20:00--15:00--25:00
It needs to be :
10:00--15:00--20:00--25:00.
Voila, It's a lot more complex than I thought it would be but now i'm starting to get obssesed by the VTscript and don't wan't to surrender.
Jean