video_text_animated
Add animated text overlays to videos using fade, slide-up, or typewriter effects. Control text appearance with customizable font, size, and timing.
Instructions
Add animated text to video.
Overlay text with animation effects (fade, slide, etc.).
Args: input_path: Absolute path to input video. text: Text to display. output_path: Absolute path for output video. animation: Animation type (fade, slide-up, typewriter). Default fade. font: Font family. Default Arial. size: Font size. Default 48. color: Text color. Default white. position: Text position. Default center. start: Start time in seconds. Default 0. duration: Display duration. Default 3.0.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| font | No | Arial | |
| size | No | ||
| text | Yes | ||
| color | No | white | |
| start | No | ||
| duration | No | ||
| position | No | center | |
| animation | No | fade | |
| input_path | Yes | ||
| output_path | No | ||
| typewriter_speed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||