fcpxml_generate_montage
Creates a montage or highlight reel from JSON clip data, setting uniform clip durations and transitions between clips.
Instructions
Generate a montage/highlight reel with uniform clip durations and transitions.
Args: clips_json: JSON array of clips: [{"src": str, "name"?: str, "duration": str}, ...] clip_duration: Duration for each clip in the montage transition_duration: Transition duration between clips project_name: Project name output_path: Where to save
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clips_json | Yes | ||
| clip_duration | No | 90090/30000s | |
| transition_duration | No | 30030/30000s | |
| project_name | No | Montage | |
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |