Export Aaf
export_aafExport a Premiere Pro timeline as an AAF file for interchange with other editing systems. Specify output path, audio sample rate, bit depth, and track mixing options.
Instructions
Unavailable on the CEP backend. Use export_aaf_uxp with an authenticated Premiere 26.3+ UXP bridge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | Full output file path (e.g., '/Users/me/export.aaf') | |
| sample_rate | No | Audio sample rate (default: 48000) | |
| mix_down_video | No | Mix down video to single track (default: true) | |
| bits_per_sample | No | Audio bit depth (default: 16) | |
| explode_to_mono | No | Explode multichannel audio to mono (default: false) |
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. |