render_animation
Render an animation sequence to image files in formats like PNG, JPEG, or TIFF. Specify the output path and format to generate frame-by-frame images.
Instructions
Render the animation sequence to image files.
Args: filepath: Output file path prefix for the rendered frames. Each frame will be saved with a frame number suffix. format: Output format. One of: PNG, JPEG, OPEN_EXR, TIFF, BMP.
Returns: Confirmation dict with output details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | No | /tmp/render_ | |
| format | No | PNG |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||