CutClip
 
 
 

CutClip

Introduced

v1.5

Description

Splits the clip at the specified frame.

Scripting Syntax

oString = CutClip( Clip, [Mode], [Time] );

Return Value

Returns the full name of the new clip (or original if it wasn't a cut) as a String.

Parameters

Parameter Type Description
Clip String The clip to cut.
Mode siCutClipOptions Specifies what type of cut we want to apply.

Default Value: siCut

Time Double Frame where we want to razor the clip.

Default Value: Current frame

See Also

AddClip