Export Omf
export_omfExport the active sequence as an OMF file for audio post-production, with configurable sample rate, bit depth, handles, and embedded audio.
Instructions
Export the active sequence as an OMF file (Open Media Framework, for audio post-production)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_pan | No | Include pan information in the OMF (default: false) | |
| output_path | Yes | Full output file path (e.g., '/Users/me/export.omf') | |
| sample_rate | No | Audio sample rate (default: 48000) | |
| handle_frames | No | Handle length in frames when trimming (default: 1000) | |
| bits_per_sample | No | Audio bit depth (default: 16) | |
| trim_audio_files | No | Trim audio to used range plus handles (default: true) | |
| audio_file_format | No | Audio format: 0=AIFF, 1=WAV. Default: 1 | |
| audio_encapsulated | No | Embed audio in OMF (true) or reference external files (false). Default: true |
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. |