[FFmpeg-user] HSV / RGB issue where picture is mostly Pink

Nikita Zlobin nick87720z at gmail.com
Tue Feb 15 08:42:09 EET 2022


In Tue, 15 Feb 2022 11:34:40 +0500
Nikita Zlobin <nick87720z at gmail.com> wrote:

> "format=...(from `ffmpeg -pix_fmts`)" in the filtergraph should do it,
> e.g. -filter:v="format = rgb24". Though I don't know, if there are
> formats in the list, which are more like hsv than rgb (yuv could be
> similar, because its luma channel is similar to hsv value or hsl
> lightness channels).
> 
> In Mon, 14 Feb 2022 21:50:01 -0500
> Jeffrey Carter <stealer at lesuorac.com> wrote:
> 
Err, not fully correct. I forgot, ffmpeg would not convert without
reason - at least some filters usually have limited number of input
formats, making conversion unvoidable (they will add auto-conversion
after your manual one, only wasting performance).


More information about the ffmpeg-user mailing list