clip_add_marker
Add a marker to a media-pool clip at a given frame, with color, optional label, note, and custom data for precise annotation.
Instructions
Add a marker to a media-pool clip at a given frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional short label for the marker. | |
| note | No | Optional longer note attached to the marker. | |
| color | Yes | Marker color (e.g. "Blue", "Red", "Green"). | |
| duration | No | Marker duration in frames (default 1). | |
| frame_id | Yes | Frame number (relative to clip start) for the marker. | |
| clip_name | Yes | Name of the clip. | |
| custom_data | No | Optional custom-data string stored with the marker. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |