reformat_timeline
Resizes Final Cut Pro timelines to aspect ratios (9:16, 1:1, 4:5, 16:9, 4:3) or custom dimensions, generating a new FCPXML for social media.
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) |