validate_project_for_export
Audit the active or selected Premiere Pro sequence for export readiness, checking offline media, missing export settings, timeline gaps, markers, and track state to prevent export failures.
Instructions
Runs a non-destructive export readiness audit for the active or requested sequence. Checks timeline content, offline media, missing export preset/output folder inputs, gaps, markers, and basic audio/video track state before an agent queues an export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkGaps | No | When true, timeline gaps are reported as warnings. Defaults to true. | |
| outputPath | No | Optional intended export output path. When provided, the parent folder is checked. | |
| presetPath | No | Optional Adobe Media Encoder .epr preset path. When provided, the file is checked. | |
| sequenceId | No | Optional sequence ID to validate. Defaults to the active sequence. | |
| requireNonEmptyTimeline | No | When true, an empty timeline is an error. Defaults to true. |