Am Fr., 7. Jan. 2022 um 22:16 Uhr schrieb Michael Koch <astroelectro...@t-online.de>: > > At the end of the > filter chain I had to insert "format=bgra". It doesn't work if I use > rgb24 or bgrp or no format at all.
> Why does the sdl output device need a > pixel format with alpha channel? You can use bgr0 which is a format without alpha channel. If you change your screen pixel format (in your operating system) from 32bit to 24bit, you can use RGB24 (or BGR24) which once upon a time was slower. Carl Eugen _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".