export_sequence
Render a Premiere Pro sequence to a video file in your chosen format and location. Solve final delivery by exporting with presets, source range, and overwrite control.
Instructions
Renders and exports a sequence to a video file. This is for creating the final video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Deprecated hint only; the .epr preset controls codec/container. | |
| quality | No | Deprecated hint only; the .epr preset controls quality. | |
| outputPath | Yes | The absolute path where the final video file will be saved | |
| presetName | No | Exact user preset display name or filename stem. Must resolve to exactly one discovered .epr preset. | |
| presetPath | No | Absolute path to an export preset file (.epr). Required unless presetName uniquely resolves through get_encoder_presets. | |
| resolution | No | Deprecated hint only; the .epr preset controls resolution. | |
| sequenceId | Yes | The ID of the sequence to export | |
| sourceRange | No | Export source range. Defaults to entire. Requested ranges are never silently substituted. | |
| allowOverwrite | No | Allow writing to an existing output file. Defaults to false. | |
| removeOnCompletion | No | Pass AME removeOnCompletion. Defaults to true to preserve existing queue behavior. |