fcpxml_create_project
Creates a blank FCPXML project file by setting project name, video format, frame size, frame duration, event name, and save location. Streamlines Final Cut Pro project creation.
Instructions
Create a new empty FCPXML project file.
Args: name: Project name format_name: Video format (e.g., FFVideoFormat1080p2997, FFVideoFormat4Kp24) width: Frame width height: Frame height frame_duration: Frame duration in FCPXML time event_name: Event name output_path: Where to save (default: ~/Movies/.fcpxml)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Untitled Project | |
| format_name | No | FFVideoFormat1080p2997 | |
| width | No | ||
| height | No | ||
| frame_duration | No | 1001/30000s | |
| event_name | No | Default Event | |
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |