fcpxml_batch_add_markers
Add multiple markers to Final Cut Pro XML files in one batch operation using a JSON array of marker definitions.
Instructions
Add multiple markers at once.
Args: path: Path to .fcpxml file markers_json: JSON array of markers, each: {"clip_name": str, "start": str, "value": str, "note"?: str, "type"?: str} output_path: Output file path (default: adds _modified suffix)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| markers_json | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |