reformat_timeline
Reformat a Final Cut Pro timeline to any aspect ratio (9:16, 1:1, etc.) by creating a new FCPXML file with adjusted resolution.
Instructions
Create new FCPXML with different resolution/aspect ratio (9:16 for TikTok, 1:1 for Instagram, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Custom width (only with format='custom') | |
| format | Yes | Target format preset | |
| height | No | Custom height (only with format='custom') | |
| filepath | Yes | Path to FCPXML file | |
| output_path | No | Output path (default: adds _reformatted suffix) |