Sequence3

Function
This obsolete function takes three clips and switches between them at the cut frames. The second and third clip are not moved in time. If you want to shift the timing of a clip, insert a TimeShift first. This functionality has been replaced by the Append command. For more information, jump to About The Time View.

This differs from Sequence2 in that it allows three input clips.

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 Sequence3(
  image, 
  image, 
  image, 
  int cut1, 
  int cut2
);

Script

image = Sequence3( 
  image, 
  image, 
  image, 
  cut1, 
  cut2 
);

Command Line

shake -sequence3 image image cut1 cut2
Parameters
Type
Function
cut1
int
The frame at which the second clip is cut to.
cut2
int
The frame at which the third clip is cut to.

See Also
Sequence2, TimeShift