resolve_wait_for_render
Waits for a DaVinci Resolve render job to complete, then returns the final status and output file path. Optionally stops rendering if the timeout is exceeded.
Instructions
Wait until a render job (or all rendering, if job_id is empty) finishes, then report the final status and output file. Other MCP calls wait while this runs, so keep timeouts modest (max 3600 s). stop_on_timeout=True calls StopRendering if the deadline passes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | ||
| poll_seconds | No | ||
| stop_on_timeout | No | ||
| timeout_seconds | No |