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