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
- ffmpeg output to stdout
- Replace audio track in the video file
- How to reduce background audio noise using afftdn
- How to upscale video to 1080p
- How to reduce background audio noise using arnndn (neural network models)
- How to download m3u8 steam and save to mp4
- Convert video to h264
- Get duration of video
See more codes...