reformat_timeline
Converts a Final Cut Pro timeline to a different aspect ratio, such as 9:16 for TikTok or 1:1 for Instagram, by creating a new FCPXML file with the target format.
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) |