Track Item Clone
Duplicates a track item with optional time and track offsets. Use onError to decide whether errors stop the script, continue, or return false when the block supports it. If storeResultIn is set, the block also writes a result variable back to your graph. Use the offset inputs to place the clone later in time or on different destination tracks. Set alignToVideo when linked audio should stay aligned to the cloned video placement. Set insert when cloning should ripple existing timeline contents instead of simply overwriting.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
item | yes | expression | — | — |
timeOffsetSeconds | no | expression | — | — |
videoTrackOffset | no | expression | — | — |
audioTrackOffset | no | expression | — | — |
alignToVideo | no | expression | — | — |
insert | no | expression | — | — |
onError | no | expression | enum-string | STOP, CONTINUE, RETURN_FALSE |
storeResultIn | no | variable-name | — | — |
Notes
No additional notes are available yet.
See Also
- Premiere Reference Paths: Explains Premiere reference path strings for project items, sequences, tracks, timeline items, markers, components, and parameters.
Examples
Mutate One Track Item On An Isolated Sequence
Creates a fresh sequence from one source item, renames, disables, moves, and clones the first clip, then verifies each observable mutation.
Topics: track items, timeline mutation
Source: patterns/ex-track-item-mutate-on-isolated-sequence.json