Reverse
Function
This obsolete function takes an input clip and reverse between the start
and end frames. Any frame calculated outside of the new clip length
will be black. This node is replaced by functionality in the Time View
and IRetime.
Parameters
|
Type
|
Defaults
|
Function
|
Synopsis
image Reverse(image, int first, int last );
Script
image = Reverse( image, first, last );
Command Line
shake -reverse first last
Parameters
|
Type
|
Function
|
first/last |
int
|
These set the first and last frames to
be taken as the clip length |
See Also
Freeze, Repeat,
Cycle
|