add_text_overlay
Create on-screen text overlays in Premiere by setting content, start time, duration, and caption format for titles or annotations.
Instructions
Unavailable: Premiere does not expose a supported scripting API to create caption clips directly from raw text. Import an .srt/.vtt and use create_caption_track, or use a MOGRT/PNG overlay for title graphics.
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) |