v2.03
file
Saves the given image clip to an image or image sequence. You must specify the padding pattern if it is a sequencer, in the format [start..end;padding]
ExportImageClip( [Clip], FileName, [StartFrame], [EndFrame], [StepFrame] ); |
Parameter | Type | Description |
---|---|---|
Clip | Selection List | Image clip to take images from |
FileName | String | The name of the image/sequence/movie |
StartFrame | Long | Start frame.
Default Value: 1 |
EndFrame | Long | End frame.
Default Value: 1 |
StepFrame | Long | Step frame.
Default Value: 1 |