video_mograph_count
Generate an animated counting number video with customizable start and end values, duration, and style. Outputs a standalone video file.
Instructions
Generate animated number counter video.
Creates a standalone video of an animated counting number.
Args: start: Starting number. end: Ending number. duration: Animation duration in seconds. output_path: Absolute path for output video. style: Optional style dict with font, size, color, glow. fps: Frame rate. Default 30.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| fps | No | ||
| start | Yes | ||
| style | No | ||
| duration | Yes | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||