extract_qc_notes_from_markers
Extract quality control notes from colored timeline clip markers and write them to the clip's metadata field for review.
Instructions
Extract QC notes from timeline clip markers and write to clip metadata.
Iterates all video tracks on the current timeline, finds markers of the specified color on each clip, formats them as '[timecode] marker_name', and writes the combined text to the 'QC Notes' metadata field on the corresponding MediaPoolItem.
Args: marker_color: The marker color to extract (default: Yellow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| marker_color | No | Yellow |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |