fcpxml_reorder_clips
Reorder clips in a Final Cut Pro project's primary spine by specifying clip names in a JSON array. Input an FCPXML file and receive a reordered FCPXML output.
Instructions
Reorder clips in the primary spine to match the given name order.
Args: path: Path to .fcpxml file clip_names_json: JSON array of clip names in desired order output_path: Output file path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| clip_names_json | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |