TimeShift
Function
This obsolete node takes in input clip and moves it to a new start frame.
You must first set the old start frame as well. This functionality has
been replaced by the Time View and the IRetime node. For more information,
jump to About The
Time View.
Synopsis
image TimeShift(
image,
int old_start,
int new_start
);
Script
image = TimeShift(
image,
old_start,
new_start
);
Command Line
shake -timeshift old_start new_start
Parameters
|
Type
|
Function
|
old_start |
int
|
The first frame of the input clip. |
new_start |
int
|
The first frame of the output clip. |
See Also
Repeat, Cycle,
TimeX
|