Documentation Index
Fetch the complete documentation index at: https://docs.videodb.io/llms.txt
Use this file to discover all available pages before exploring further.
Quick Example
TextAsset Parameters
| Parameter | Type | Description |
|---|---|---|
text | str | The text to display |
font | Font | Font styling (family, size, color, opacity) |
background | Background | Background box styling |
alignment | Alignment | Position on screen |
border | Border | Border styling |
shadow | Shadow | Shadow styling |
tabsize | int | Tab size for text formatting |
line_spacing | float | Spacing between lines |
width | int | Width of text box in pixels |
height | int | Height of text box in pixels |
Font
Controls text appearance.| Parameter | Type | Default | Description |
|---|---|---|---|
family | str | "Sans" | Font family name |
size | int | 24 | Font size in pixels |
color | str | "#000000" | Text color (hex) |
opacity | float | 1.0 | Text opacity (0.0 to 1.0) |
Background
Controls the background box behind text.| Parameter | Type | Default | Description |
|---|---|---|---|
color | str | "#FFFFFF" | Background color (hex) |
opacity | float | 1.0 | Background opacity (0.0 to 1.0) |
width | int | auto | Box width in pixels |
height | int | auto | Box height in pixels |
border_width | float | 0 | Border thickness |
text_alignment | TextAlignment | center | Text alignment within box |
Alignment
Controls where the text appears on screen.| Parameter | Type | Description |
|---|---|---|
horizontal | HorizontalAlignment | left, center, right |
vertical | VerticalAlignment | top, center, bottom |
Complete Example
Next Steps
CaptionAsset
Auto-generated subtitles synced to speech
Timeline Architecture
Complete guide to the 4-layer editing system