fcpxml_delete_clips
Delete named clips from a Final Cut Pro timeline by editing the FCPXML file. Provide the file path and a JSON array of clip names to remove.
Instructions
Remove clips from the timeline by name.
Args: path: Path to .fcpxml file clip_names_json: JSON array of clip names to delete 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 |