fcpxml_auto_rough_cut
Auto-assembles a sequence of clips into a rough cut timeline, with optional target duration, clip trimming, and transitions between clips.
Instructions
Auto-assemble clips into a rough cut timeline.
Args: clips_json: JSON array of clips: [{"src": str, "name"?: str, "duration": str}, ...] target_duration: Target total duration (optional — uses all clips if empty) max_clip_duration: Maximum clip duration (trims longer clips) transition_duration: If set, adds transitions between clips project_name: Project name output_path: Where to save
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clips_json | Yes | ||
| target_duration | No | ||
| max_clip_duration | No | 150150/30000s | |
| transition_duration | No | ||
| project_name | No | Rough Cut | |
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |