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 convert AV1 to H.264
- How to reduce background audio noise using arnndn (neural network models)
- How to add multi-line text to video using drawtext filter
- List all supported codecs
- How to get current ffmpeg version
- How to download m3u8 steam and save to mp4
- How to automatically normalize audio volume
- How to use presets
- How to cut MP3 based on start/end
- How to use filter_complex to apply filters to videos
See more codes...