Spyke
ffmpeg·FFmpegbyLong Apo

HUE instead of EQ=SATURATION to avoid Green effect

Just found out recently, it's quite better to use Hue instead.

A. Adjust Saturation with HUE (better preservation of colors):

  • -vf hue=s=2.0

B. Adjust Saturation with EQ (becomes more greenish or yellowish):

  • -vf eq=saturation=2.0
View original on lemmy.world
No comments on the original post yet.
HUE instead of EQ=SATURATION to avoid Green effect | Spyke