generate_fcpxml
Create FCPXML files programmatically to build Final Cut Pro timelines with clips, transitions, titles, and effects defined in XML format for import.
Instructions
Generate FCPXML content for creating timeline structures programmatically. Generates valid FCPXML 1.11 that can be imported into FCP. Use this to create projects with clips, transitions, titles, and effects defined in XML.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_name | Yes | Name for the event in FCPXML | |
| project_name | Yes | Name for the project | |
| frame_rate | No | Frame rate | 30 |
| width | No | Video width in pixels | |
| height | No | Video height in pixels | |
| duration | No | Timeline duration in frames (e.g., '300' for 10 seconds at 30fps) | |
| clips | No | Clips to include in the timeline | |
| import_immediately | No | If true, immediately import the generated FCPXML into FCP |