item_add_marker
Add a marker to a specified timeline item at a chosen frame offset, with configurable color, label, note, duration, and custom data.
Instructions
Add a marker to a timeline item at a given frame offset.
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 offset from the item's start for the marker. | |
| item_name | Yes | Name of the item. | |
| track_type | No | Track type — "video" or "audio". | video |
| custom_data | No | Optional custom-data string stored with the marker. | |
| track_index | No | 1-based track number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |