generate_marker_csv
Create a deterministic marker manifest CSV for timeline markers, specifying frame, timecode, name, color, note, and duration. Use dry-run to preview before writing.
Instructions
Write a deterministic marker manifest CSV (frame, timecode, seconds, name, color, note, duration). Use in interchange mode where live marker insertion is unavailable. dry_run returns the plan; dry_run=false writes the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Base filename. | Markers |
| dry_run | No | When true (default), return the plan without changing anything. | |
| markers | Yes | Timeline markers. | |
| frame_rate | No | Frame rate for timecode. | |
| output_path | No | Optional .csv destination. |