ffmpegHow to list supported pixel formats
Usage example
ffmpeg -pix_fmts
output
Pixel formats:
I.... = Supported Input format for conversion
.O... = Supported Output format for conversion
..H.. = Hardware accelerated format
...P. = Paletted format
....B = Bitstream format
FLAGS NAME NB_COMPONENTS BITS_PER_PIXEL
-----
IO... yuv420p 3 12
IO... yuyv422 3 16
IO... rgb24 3 24
IO... bgr24 3 24
IO... yuv422p 3 16
IO... yuv444p 3 24
...
More of Ffmpeg
- How to download m3u8 steam and save to mp4
- Convert video to h264
- Best quality for H.264 codec
- Convert video from H.265 to H.264 codec
- List all supported codecs
- How to loop video
- How to upscale video to 1080p
- How to use filter_complex to apply filters to videos
- How to resize video to 720p
See more codes...