create_animated_scene
Generate a procedural animated video from scratch, choosing from scene types like bouncing, orbit, or pulse. Specify dimensions, duration, background, and object color for a custom clip.
Instructions
Create a procedural animated video completely from scratch.
scene_type:
bouncing
horizontal
vertical
diagonal
orbit
pulse
Useful when the user asks for a simple animated scene without providing source footage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| duration | No | ||
| background | No | #101018 | |
| scene_type | No | bouncing | |
| object_color | No | #ffffff |