add_clip_marker
Add a marker to a named clip on the timeline. Search video tracks, then place a marker at a specific frame offset with chosen color, name, and optional note.
Instructions
Add a marker to a clip on the current timeline.
Searches all video tracks to find the clip by name, then adds a marker at the specified frame offset within that clip.
Args: clip_name: Name of the clip on the timeline. frame_id: Frame offset within the clip for the marker. 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 | ||
| clip_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |