mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-22 17:10:28 +00:00
How to generate the YUV image from the PNG image
ffmpeg -i hello.png -pix_fmt yuyv422 hello.yuv
Supported YUV422 packing order
NAME | NB_COMPONENTS | BITS_PER_PIXEL | BIT_DEPTHS |
---|---|---|---|
yuyv422 | 3 | 16 | 8-8-8 |
yvyu422 | 3 | 16 | 8-8-8 |
uyvy422 | 3 | 16 | 8-8-8 |