video_mograph_count
Create an animated number counter video by specifying start and end values, animation duration, and output path. Customize style and frame rate as needed.
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 |
|---|---|---|---|
| start | Yes | ||
| end | Yes | ||
| duration | Yes | ||
| output_path | Yes | ||
| style | No | ||
| fps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||