Repeat
Function
This obsolete function takes an input clip and repeats a frame N times,
so if you had a repetition of 2, you would see frames 1,1,2,2,3,3, at
frame 1-6. This node is replaced by functionality in the Time View. For
more information, jump to About
The Time View.
Synopsis
image Repeat(image, int repetitions );
Script
image = Repeat( image, repetitions);
Command Line
shake -repeat repetitions
Parameters
|
Type
|
Function
|
repetitions |
int
|
The number of time the frame appears before
loading the next frame. |
See Also
Reverse, Freeze,
Cycle
|