Go to: Synopsis. Return value. MEL examples.

Synopsis

clipTrimBefore(string $scheduler, int $clipIndex)

Script for trimming the part of a clip that is before the current time.

Return value

None

Arguments

Variable Name Variable Type Description
$schedulerstringthe scheduler containing the clip
$clipIndexstringthe clip index in the scheduler

MEL examples

 clipTrimBefore joeScheduler1 10;

 // Via the UI, you can trim by selecting the clip and using the RMB
 // menu item named "Trim Before".