fcpxml_create_timeline
Create a Final Cut Pro timeline by providing a JSON list of clip definitions including file paths and durations.
Instructions
Build a timeline from a list of clip definitions.
Args: clips_json: JSON array of clips, each: {"src": "/path/to/file.mov", "name"?: str, "duration": "FCPXML_time", "start"?: str, "role"?: str} project_name: Project name format_name: Video format name event_name: Event name output_path: Where to save
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clips_json | Yes | ||
| project_name | No | Generated Timeline | |
| format_name | No | FFVideoFormat1080p2997 | |
| event_name | No | Generated | |
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |