set_render_settings
Configure render settings for the current DaVinci Resolve project, including target directory, file name, frame range, export options, format, and codec.
Instructions
Configure render settings for the current project.
Parameters:
settings: Dict of render settings. Common keys: "TargetDir" (str), "CustomName" (str), "SelectAllFrames" (bool), "MarkIn" (int), "MarkOut" (int), "ExportVideo" (bool), "ExportAudio" (bool), "FormatWidth" (int), "FormatHeight" (int), "FrameRate" (float)
render_format: Format string (e.g. "mp4", "mov"). Set together with codec.
codec: Codec string (e.g. "H.264", "H.265", "ProRes 422 HQ")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| settings | No | ||
| render_format | No | ||
| codec | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |