resolve_get_transcript
Extract timed transcripts from DaVinci Resolve timeline captions or media pool clips, then export as JSON, SRT, VTT, or text with optional file output.
Instructions
Read transcript TEXT with timing. source="captions": cues from the current timeline's subtitle track(s) (0 = all); seconds are timeline-relative, frames absolute. Works on any Resolve 21 Studio after resolve_create_captions. source="clip": a media pool clip's full native transcript (Resolve 21.1+) with speakers and word times, in seconds from the clip's start; run resolve_transcribe_audio first. format json|srt|vtt|text. output_path (absolute, new file) writes SRT/VTT/text to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | json | |
| source | No | captions | |
| media_id | No | ||
| clip_name | No | ||
| max_entries | No | ||
| output_path | No | ||
| subtitle_track | No |