add_text_overlay
Add subtitle-style text overlays to your active Premiere Pro sequence via the Captions API. Specify text, timing, and caption format for quick on-screen captions.
Instructions
Add a subtitle-style text overlay to the active sequence. Note: Premiere's ExtendScript API does not expose Essential-Graphics title creation, so this routes through the Captions/Subtitle API. Text appears on a caption track at the platform-default subtitle position. For freeform titles, render a PNG and import_media it instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text content to display | |
| start_seconds | No | Start time in seconds (default: 0) | |
| caption_format | No | Caption format (default: subtitle) | |
| duration_seconds | No | Duration in seconds (default: 5) |