vrma_preview
Render a VRMA animation on a VRM avatar locally, saving a PNG snapshot at a specific time or a WebM video clip up to 10 seconds.
Instructions
Render a VRMA animation applied to a VRM through a local headless Chrome/Edge. mode=image writes a PNG at time_sec; mode=video records a short WebM clip (max 10 seconds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Video mode: capture rate (default 30) | |
| mode | No | Default image | |
| view | No | ||
| width | No | ||
| height | No | ||
| time_sec | No | Image mode: clip time to render (default mid-clip) | |
| vrm_path | Yes | Local path to the .vrm avatar | |
| vrma_path | Yes | Local path to the .vrma animation | |
| output_path | Yes | Where to write the PNG/WebM output | |
| duration_sec | No | Video mode: recording length |