add_timeline_marker
Place a marker on the current timeline at a chosen frame, specifying its color, name, and optional note and duration.
Instructions
Add a marker to the current timeline at the specified frame.
Args: frame_id: Frame number where the marker should be placed. color: Marker color (e.g. "Blue", "Red", "Green", "Yellow", etc.). name: Name/title for the marker. note: Optional note text for the marker. duration: Duration of the marker in frames (default: 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| note | No | ||
| color | Yes | ||
| duration | No | ||
| frame_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |