6 lines
111 B
Markdown
Raw Normal View History

2022-08-06 12:44:52 +08:00
# How to generate the YUV image from the PNG image
```bash
ffmpeg -i hello.png -pix_fmt uyvy422 hello.yuv
```