video_text_animated
Add animated text overlays to videos with effects like fade, slide, or typewriter. Customize font, size, color, position, 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 |
|---|---|---|---|
| input_path | Yes | ||
| text | Yes | ||
| output_path | No | ||
| animation | No | fade | |
| font | No | Arial | |
| size | No | ||
| color | No | white | |
| position | No | center | |
| start | No | ||
| duration | No | ||
| typewriter_speed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||