create_text_clip
Generate a text clip for titles, captions, or credits with custom font, color, size, and duration.
Instructions
Create a standalone text clip (titles, captions, credits).
To place text ON TOP of a video, create it here and then use
overlay_clip with position and timing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| font | No | Optional path to a .ttf/.otf font file. Uses a default font if omitted. | |
| text | Yes | The text to render. Use \n for line breaks. | |
| color | No | Text color name or hex (e.g. 'white', '#FFD700'). | white |
| label | No | Optional human-readable name. | |
| bg_color | No | Optional background color; transparent if omitted. | |
| font_size | No | Font size in points. | |
| duration_seconds | No | How long the text displays. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||