add_marker
Adds a marker at a specified time position in the active sequence or to a clip. Supports custom name, comments, color, and duration.
Instructions
Add a marker to the active sequence or a clip
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_seconds | Yes | Time position in seconds for the marker | |
| name | No | Name/label for the marker | |
| comments | No | Comments for the marker | |
| color | No | Marker color index (0=Green, 1=Red, 2=Purple, 3=Orange, 4=Yellow, 5=White, 6=Blue, 7=Cyan) | |
| duration_seconds | No | Duration of the marker in seconds (0 for point marker) | |
| node_id | No | Optional clip node ID to add marker to clip instead of sequence |