Create text overlay
create_text_overlayCreate styled text overlays with font size, color, and alignment. Composite over a visual source or output on transparent background for titles, lyrics, or credits.
Instructions
Composite styled text over a visual (or on its own transparent background) — a Text TOP with font size, color, and alignment, optionally laid 'over' a source TOP through a Composite TOP, output as a Null. For lyrics, titles, song names, or credits in a set. Distinct from the vault's bind_vault_text (which data-syncs a Text DAT to a note); this is a finished visual layer ready for setup_output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | The text to display. | TEXT |
| source_path | No | Optional TOP to composite the text over (e.g. a finished visual). Omit to get the text alone on a transparent background, ready to composite later. | |
| font_size | No | Font size in pixels. | |
| color | No | Text color as a hex string, e.g. '#ff3366'. | #ffffff |
| align | No | Horizontal alignment. | center |
| valign | No | Vertical alignment. | center |
| resolution | No | 1080p | |
| parent_path | No | /project1 |