1
0

HUE instead of EQ=SATURATION to avoid Green effect

1y 2d ago by lemmy.world/u/Longapo in ffmpeg

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