video_ai_color_grade
Apply color grading to a video using a LUT file, a style preset (e.g., cinematic, vintage), or by matching the color balance of a reference video.
Instructions
Apply a color grade to a video — by LUT file, style preset, or reference video.
Args: input_path: Video file to grade. output_path: Where to write the graded video. reference_path: Optional reference video — when given, the video's color balance is adjusted to match the reference (overrides style). style: Style preset. One of: auto (gentle contrast lift), warm, cool, vintage, cinematic, dramatic, noir (high contrast, desaturated). lut_path: Optional .cube/.3dl LUT file applied with FFmpeg lut3d — overrides both reference and style for professional grading looks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | auto | |
| lut_path | No | ||
| input_path | Yes | ||
| output_path | Yes | ||
| reference_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||