Freeze

Function
This obsolete function takes an input clip and freezes a start and end frame. Any frame calculated outside of the new clip length will take either the start or end frame as its input. This functions is replaced with functionality in the Time View. For more information, jump to About The Time View.

Synopsis

image Freeze(image, int first, int last );

Script

image = Freeze( image, first, last );

Command Line

shake -freeze first last 
Parameters
Type
Function
first/last
int
These set the first and last frames to be taken as the clip length

See Also
Repeat, Cycle