Add Text Overlay
add_text_overlayAdd text overlays to Premiere Pro sequences by specifying text, start time, duration, and caption format for subtitles or title graphics.
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) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |