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

原文地址:https://www.cnblogs.com/cristiano-duan/p/12298993.html