Export Sequence
export_sequenceExport the active Premiere Pro sequence to a specified file path using Adobe Media Encoder. Optionally apply a custom preset or limit the export to the work area.
Instructions
Export the active sequence using Adobe Media Encoder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | Full output file path (e.g., '/Users/me/exports/video.mp4') | |
| preset_path | No | Path to an AME preset file (.epr). Uses default H.264 if omitted. | |
| work_area_only | No | Export only the work area (default: false, exports entire sequence) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |