create_color_clip
Create a solid-color clip with specified width, height, RGB, and duration for backgrounds, spacers, or title cards.
Instructions
Create a solid-color video clip (backgrounds, spacers, title cards).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional human-readable name. | |
| width | Yes | Width in pixels. | |
| height | Yes | Height in pixels. | |
| color_rgb | Yes | Color as [R, G, B], each 0-255 (e.g. [0, 0, 0] for black). | |
| duration_seconds | Yes | Clip duration. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||