Export sequence (render)
premiere_export_sequenceExport a Premiere Pro sequence to a media file using direct renderer. Specify output path, preset, and optional range. Blocks until completion.
Instructions
Render/export a sequence to a media file using Premiere's built-in direct exporter (no Adobe Media Encoder needed). This BLOCKS until the render finishes. Provide an output path (in an allowed root) and a preset path from premiere_list_export_presets. Overwriting an existing output requires confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | Yes | Absolute output file path incl. extension matching the preset (e.g. C:\\out\\render.mp4). | |
| presetPath | Yes | Absolute path to an .epr preset (see premiere_list_export_presets). | |
| sequenceId | No | Sequence to export (defaults to the active one). | |
| range | No | What to render (default 'entire'). | |
| confirm | No | Required only when the output file already exists. | |
| timeoutMinutes | No | Max render time before giving up (default 30). |