create_caption_track
Creates a caption track on a Premiere Pro sequence from an imported subtitle file. Pass the sequence ID and project item ID to generate subtitles with optional format and offset.
Instructions
Creates a caption track on a sequence from an imported caption/subtitle file (e.g. an .srt imported via import_media). Pass the SRT project item ID directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startTime | No | Offset in seconds from the start of the sequence. Defaults to 0. | |
| sequenceId | Yes | The ID of the sequence | |
| captionFormat | No | Optional caption format. Omit for subtitles (default, correct for .srt). Accepts: "subtitle", "608", "708", "teletext", "open ebu", "op42", "op47". | |
| projectItemId | Yes | The ID of the caption file project item (e.g. an imported .srt) |