hyperframes_render
Render Hyperframes compositions to video with customizable resolution, quality, and format. Supports multiple rendering options to match your production needs.
Instructions
Render a Hyperframes composition to video.
Args: project_path: Absolute path to the Hyperframes project directory. output_path: Where to save the video. Auto-generated if omitted. fps: Frame rate (24, 30, 60). width: Output width in pixels. height: Output height in pixels. quality: Render quality (draft, standard, high). Default standard. format: Output format (mp4, webm, mov, png-sequence). Default mp4. resolution: Hyperframes resolution preset (landscape, portrait, landscape-4k, portrait-4k, 1080p, 4k, uhd). composition: Specific composition file to render instead of index.html. workers: Parallel render workers (number or 'auto'). Default auto. crf: Override encoder CRF (lower = better quality). variables: Inline JSON object/string with runtime data for the composition. variables_file: Path to a JSON file with runtime data for the composition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| output_path | No | ||
| fps | No | ||
| width | No | ||
| height | No | ||
| composition | No | ||
| quality | No | ||
| format | No | ||
| resolution | No | ||
| workers | No | ||
| crf | No | ||
| video_bitrate | No | ||
| variables | No | ||
| variables_file | No | ||
| docker | No | ||
| hdr | No | ||
| sdr | No | ||
| gpu | No | ||
| browser_gpu | No | ||
| no_browser_gpu | No | ||
| quiet | No | ||
| strict | No | ||
| strict_all | No | ||
| max_concurrent_renders | No | ||
| strict_variables | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||