whatisgithub

What is color-correct?

louisedesadeleer/color-correct — explained in plain English

Analysis updated 2026-05-18

13PythonAudience · vibe coderComplexity · 2/5Setup · moderate

In one sentence

A Claude Code skill that acts as an AI video colorist, applying nine named color grades to your footage and showing a before and after comparison first.

Mindmap

mindmap
  root((color-correct))
    What it does
      AI video colorist
      Nine named looks
      Before and after preview
    Tech stack
      Python
      ffmpeg
      Pillow and numpy
      Cube format LUTs
    Use cases
      Apply a named grade
      AI recommended look
      Copy a creator's style
    Audience
      Video editors
      Content creators

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Apply a named color grade like Golden Hour or Oat Milk to a video clip and preview it before rendering.

USE CASE 2

Let the AI diagnose footage problems and recommend the best matching color look automatically.

USE CASE 3

Copy the color grading style of a favorite video creator by analyzing several of their published videos.

What is it built with?

PythonffmpegPillownumpy

How does it compare?

louisedesadeleer/color-correct1lystore/awaek47cid/wp2shell-lab
Stars131313
LanguagePythonPythonPython
Setup difficultymoderatemoderatemoderate
Complexity2/52/54/5
Audiencevibe codervibe coderresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires ffmpeg and Python with Pillow and numpy installed before use.

License is not stated in the provided material.

So what is it?

color-correct is a skill for Claude Code that turns the AI into a video colorist. Given a piece of footage, it looks at the actual clip, diagnoses problems like color casts or bad exposure, applies a color grade, and shows a before and after comparison before rendering anything, all built on top of ffmpeg without destroying the original file. It ships with nine named color looks, with names like Golden Hour, Honey, Oat Milk, and Espresso, each one reverse engineered by studying the color choices of specific video creators the author admires. Every session starts by showing a menu, a labeled grid of all nine looks applied to your own footage, since the author believes color choices are better made by seeing them than by reading descriptions. From there, a user can pick a specific named look, ask the AI to recommend one based on what kind of footage it is, or ask it to copy the color style of a particular creator by analyzing several of their published videos and finding the consistent pattern across them rather than being fooled by one unusual scene. Each look also ships as a standard cube format 3D LUT file, a common format for color grading that works directly in editing software like Premiere, DaVinci Resolve, Final Cut, or CapCut, or even plain ffmpeg, so people who do not use an AI agent can still use the looks. The difference is that a LUT alone cannot fix problems like a bad white balance first, while the AI agent handles that correction before applying the chosen look. Installing it means cloning the repository and pointing Claude Code at its skill file. It requires ffmpeg, Python with the Pillow and numpy libraries, and optionally yt-dlp for the mode that copies a creator's style from a video link. This is aimed at video editors and content creators who want quick, tasteful color grading without learning traditional colorist tools.

Copy-paste prompts

Prompt 1
Grade this video with color-correct and let the AI decide the best look for it.
Prompt 2
Apply the Oat Milk look to my video.mp4 using the color-correct Claude Code skill.
Prompt 3
Show me the 3x3 menu of all nine color-correct looks on my footage before I pick one.
Prompt 4
How do I use the exported LUT files from color-correct directly in DaVinci Resolve?

Frequently asked questions

What is color-correct?

A Claude Code skill that acts as an AI video colorist, applying nine named color grades to your footage and showing a before and after comparison first.

What language is color-correct written in?

Mainly Python. The stack also includes Python, ffmpeg, Pillow.

What license does color-correct use?

License is not stated in the provided material.

How hard is color-correct to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is color-correct for?

Mainly vibe coder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.