read_sequence_captions
Reads caption tracks from a Premiere Pro sequence to return start, end, and text per caption. Since Premiere Pro exposes no caption API, it returns unsupported; parse the .srt file for actual cue data.
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. |