Colour grade
color_gradeCorrect or stylize video colors by adjusting brightness, contrast, saturation, gamma, and temperature in a single re-encode.
Instructions
Adjust brightness, contrast, saturation, gamma and colour temperature.
All five are applied in one filter chain, so the whole grade costs a single re-encode. Stages left at their neutral value are omitted entirely. Temperature is a relative artistic warm/cool control, not an absolute white balance in Kelvin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gamma | No | Midtone curve; 1.0 leaves it alone. | |
| encode | No | ||
| contrast | No | Multiplier; 1.0 leaves it alone. | |
| brightness | No | Additive lift; 0 leaves it alone. | |
| input_path | Yes | Path to the source media file. | |
| saturation | No | Multiplier; 0 is greyscale, 1.0 unchanged. | |
| output_path | No | Destination file. If omitted, the output is written into the job's workspace directory and its path is returned by job_result. | |
| temperature | No | Relative warmth: negative is cooler and bluer, positive warmer and oranger. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| job_id | Yes | ||
| status | No | queued | |
| message | No | Job queued. Poll job_status for progress, then job_result. |