What solutions do I have if I want to create a yuv player?
-
I am planning to read the yuv file by QBuffer(do you have a better container recommend to?std::vector?),
manage the pixel before I show them by QPixmap.There are QPhonon and QtMultimedia Module in Qt, could they help me display yuv file?
-
Thanks, I would tell you the result I find.I just take a look on phonon, looks like it is designed
for formatted video, but yuv is raw pixels data, it has no any information about the video(planar,
width * height, 4:2:0 or 4:4:4) and so on.