Ubuntu16.04查看yuv格式图像

ffmpeg

sudo apt install ffmpeg

ffplay -i ./name.yuv -pix_fmt yuv420p -s 640x480

ffplay -i ./name.yuv -pix_fmt nv21 -s 640x480

ffplay -i ./name.yuv -pix_fmt gray8 -s 640x480

imageJ

posted @ 2020-02-12 14:37  Cristiano-Duan  阅读(1580)  评论(0编辑  收藏  举报