add_to_render_queue
Add a Premiere Pro sequence to Adobe Media Encoder's render queue for background rendering. Specify output path, preset, and source range to start encoding automatically.
Instructions
Adds a sequence to the Adobe Media Encoder render queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | Yes | Output file path | |
| presetName | No | Exact user preset display name or filename stem. Must resolve to exactly one discovered .epr preset. | |
| presetPath | No | Export preset file path | |
| sequenceId | Yes | The ID of the sequence to render | |
| sourceRange | No | Export source range. Defaults to entire. | |
| allowOverwrite | No | Allow writing to an existing output file. Defaults to false. | |
| startImmediately | No | Whether to start rendering immediately (default: false) | |
| removeOnCompletion | No | Pass AME removeOnCompletion. Defaults to true. |