add_marker
Add a marker to the DaVinci Resolve timeline at a specified frame, with color, name, and optional notes.
Instructions
Add a marker to the current timeline.
Parameters:
frame_id: Frame position for the marker
color: Marker color ("Red", "Orange", "Yellow", "Green", "Cyan", "Blue", "Purple", "Pink", "Fuchsia", "Rose", "Lavender", "Sky", "Mint", "Lemon", "Sand", "Cocoa", "Cream")
name: Marker name
note: Optional note text
duration: Marker duration in frames (default: 1)
custom_data: Optional custom data string
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame_id | Yes | ||
| color | Yes | ||
| name | Yes | ||
| note | No | ||
| duration | No | ||
| custom_data | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |