FrameRange node

pluginIcon

This documentation is for version 1.0 of FrameRange (net.sf.openfx.FrameRange).

Description

Set the frame range for a clip. Useful in conjunction with AppendClipOFX.

Inputs

Input

Description

Optional

Source

No

Controls

Parameter / script name

Type

Default

Function

Frame Range / frameRange

Integer

first: 1 last: 1

Output frame range.

Reset / reset

Button

Resets the frame range to its initial value.

Before / before

Choice

Black

What the plugin should return for frames before the first frame.
Original (original): Return the original frame from the source, even if it is out of the frame range.
Hold (hold): Return the nearest frame within the frame range.
Black (black): Return an empty frame.
Loop (loop): Substitutes an equal number of frames, effectively creating a clip loop.
Bounce (loop): Substitutes a reversed equal number of frames, creating a clip bounce.

After / after

Choice

Black

What the plugin should return for frames after the last frame.
Original (original): Return the original frame from the source, even if it is out of the frame range.
Hold (hold): Return the nearest frame within the frame range.
Black (black): Return an empty frame.
Loop (loop): Substitutes an equal number of frames, effectively creating a clip loop.
Bounce (loop): Substitutes a reversed equal number of frames, creating a clip bounce.