What problem does it solve?
This skill provides a deterministic workflow to apply 3D LUTs (.cube/.3dl) and HALD CLUTs for video color grading using FFmpeg, simplifying consistent looks across clips and projects.
Core Features & Use Cases
- Apply LUTs from .cube/.3dl files with precise interpolation using ffmpeg's lut3d.
- Use HALD CLUT PNGs for quick, repeatable color grades that translate between editors and color pipelines.
- Balance and correct color with tools like colorbalance, colorlevels, selectivecolor, and color space conversions (BT.601 to BT.709) to match VFX and broadcast requirements.
- Expose an extensible wrapper (scripts/grade.py) to run common grading tasks via subcommands, enabling dry-run and verbose modes for safe experimentation.
Quick Start
Run the grade.py script to apply a LUT to your video by providing an input file, a LUT file, and an output file.