In Tue, 15 Feb 2022 11:34:40 +0500 Nikita Zlobin <[email protected]> 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 <[email protected]> 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). _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
