Append
Function
This function will join two clips together, appending the first frame
of the second clip right after the last frame of the first clip. Using
the Time View, you can shift the cut frame by adjusting
clip1's end frame.
Synopsis
image Append( image, image);
Script
image = Append( image In, image In2);
Command Line
shake -append in2
|