read_sequence_captions
Read caption tracks from a Premiere Pro sequence to obtain each cue's start, end, and text. Premiere Pro has no caption-read API, so the tool returns 0 captions even when captions exist; parse the .srt file instead.
Instructions
Reads caption tracks of a sequence, returning each caption clip as { start, end, text } in seconds. IMPORTANT: Premiere Pro exposes no caption-read API in its scripting DOM, so in practice this returns trackCount:0 / captions:[] even when the sequence HAS a working caption track. The response field captionReadSupported:false (plus note) signals this — a 0 result does NOT mean the sequence has no captions. To read cue text/timing, parse the source .srt file directly instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequenceId | No | Optional sequence ID. Defaults to the active sequence. |