ae_create_subtitle
Create subtitle/caption layers in After Effects with white text and black stroke for readability. Set start/end times, position, font, and optional background bar only when explicitly requested.
Instructions
Add a subtitle/caption text layer. DEFAULT: white text + black stroke for readability — NEVER adds a black bar/plate behind text unless background_bar=true (only when the user explicitly asks). Prefer this over solids for captions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| y | No | Vertical position; default ~88% of height | |
| fade | No | ||
| font | No | ||
| name | No | ||
| text | Yes | Subtitle / caption text | |
| inPoint | Yes | Start time in seconds | |
| fontSize | No | ||
| outPoint | Yes | End time in seconds | |
| comp_name | No | Composition name. Prefer this over index. | |
| fillColor | No | RGB 0-1, default white | |
| barOpacity | No | ||
| comp_index | No | 1-based project item index if name is ambiguous. | |
| background_bar | No | ONLY true if user explicitly wants a bar/plate behind text. Default false. |