duplicate_sequence
Duplicate a sequence with a new name; set clearContents to true for an empty copy preserving the original's frame rate, resolution, and track layout.
Instructions
Creates a copy of an existing sequence with a new name. Set clearContents=true to get an EMPTY copy that inherits the source sequence's exact settings (frame rate, resolution, track layout) — the reliable way to auto-create a correctly-specced blank target, since create_sequence ignores frame rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newName | Yes | The name for the new sequence copy | |
| sequenceId | Yes | The ID of the sequence to duplicate | |
| clearContents | No | When true, remove all clips from the copy so it is empty but keeps the source's frame rate/resolution/track layout. Default false (full copy). |