ffmpeg for color grading

Aliens 1979

ffmpeg -i inputVideo.mp4 -vf "selectivecolor=reds=0 -0.20 -0.20 0:yellows=0 0 -0.20 0.10:cyans=-0.66 -0.50 0.20 0.75:blues=0 0 -0.50 0.15" /tmp/output-alien1979.mp4

-vf selectivecolor=reds=0 -0.20 -0.20 0:yellows=0 0 -0.20 0.10:cyans=-0.66 -0.50 0.20 0.75:blues=0 0 -0.50 0.15

Transformers

ffmpeg -i inputVideo.mp4 -vf "selectivecolor=reds=0 -0.1 -0.1 0.1:yellows=0 0 -0.1 0.05:cyans=0 0.1 0.1 -0.05" /tmp/output-transformers.mp4