Opened 2 years ago

#9741 new defect

eq saturation not perfect

Reported by: Jozef Chutka Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords: saturation, eq
Cc: Jozef Chutka Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

using the latest ffmpeg, it seems eq filter doesnt properly desaturate, output contains colors towards green spectrum like #0e100d

ffmpeg -filter_complex rgbtestsrc,eq=saturation=0 -frames:v 1 -y out-eq.png

hue filter seems to do the job properly (i.e. #050505)

ffmpeg -filter_complex rgbtestsrc,hue=s=0 -frames:v 1 -y out-hue.png

Attachments (2)

out-eq.png (1.9 KB ) - added by Jozef Chutka 2 years ago.
out-hue.png (1.6 KB ) - added by Jozef Chutka 2 years ago.

Download all attachments as: .zip

Change History (2)

by Jozef Chutka, 2 years ago

Attachment: out-eq.png added

by Jozef Chutka, 2 years ago

Attachment: out-hue.png added
Note: See TracTickets for help on using tickets.