resolve_render
Configure and start a render job for your DaVinci Resolve timeline. Use dry_run to preview settings, then confirm to execute the render.
Instructions
Configure a render job for the current timeline and optionally start it. dry_run first, then confirm. Poll with resolve_render_status. Live tier only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true when dry_run is false, to apply the plan. | |
| dry_run | No | When true (default), return the plan without changing anything. | |
| target_dir | Yes | Output folder. | |
| custom_name | Yes | Output base filename (no extension). | |
| preset_name | No | Optional render preset to load first. | |
| render_codec | No | Render codec key. | H264 |
| start_render | No | Start the render after creating the job. | |
| render_format | No | Render format key. | mov |
| render_settings | No | Optional SetRenderSettings dict. |