fcpxml_add_marker
Add a marker to a specific clip in a Final Cut Pro XML file, specifying position, title, note, and marker type.
Instructions
Add a marker to a clip.
Args: path: Path to .fcpxml file clip_name: Name of the clip to add the marker to start: Marker position in FCPXML time (e.g., "60060/30000s") value: Marker title/value note: Optional marker note marker_type: "standard" or "chapter" output_path: Output file path (default: adds _modified suffix)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| clip_name | Yes | ||
| start | Yes | ||
| value | Yes | ||
| note | No | ||
| marker_type | No | standard | |
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |