Create sequence
premiere_create_sequenceCreate a new sequence in Premiere Pro. Opens a modal dialog for preset selection that requires human confirmation. Supports custom .sqpreset or default HD 1080p 25fps.
Instructions
Create a new sequence. NOTE: In Premiere Pro 2025, scripting a sequence creation opens Premiere's modal 'New Sequence' dialog (a Premiere limitation) - if a presetPath is given it is offered there; a human confirms it on screen. If nobody confirms, this returns a 'modal dialog' message. Defaults to an HD 1080p 25fps preset. Use premiere_list_sequence_presets to pick another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new sequence. | |
| presetPath | No | Absolute path to a .sqpreset (offered in the dialog). | |
| useDefaultPreset | No | Offer the built-in HD 1080p 25fps preset when no presetPath is given (default true). | |
| timeoutSeconds | No | How long to wait for the dialog to be confirmed (default 60). |