Sequence2
Function
This obsolete function takes two clips and switches between them at the
cut frame. The second clip is not moved in time. If you want to shift
the timing of either clip, insert a TimeShift
first. This functionality has been replaced by with Append function.
For more information, jump to About
The Time View.
Note that even if you try to composite frames that don't exist (ie, you
only have frame 100 to 200), they will not crash Shake. Shake will merely
substitute a 720x486 black frame in its place.
Synopsis
image Sequence2(image, image, int cut);
Script
image = Sequence2( image, image, cut );
Command Line
shake -sequence2 image cut
Parameters
|
Type
|
Function
|
cut |
int
|
The frame at which the second clip is cut
to. |
See Also
Sequence3, TimeShift
|