How to play YUV video in Qt4?

Posted by shingle on Stack Overflow See other posts from Stack Overflow or by shingle
Published on 2010-06-13T15:46:53Z Indexed on 2010/06/13 15:52 UTC
Read the original article Hit count: 386

Filed under:
|

I want to play YUV video sequence by using Qt. Now I am using QPixmap, by using DrawPixel on QPixmap pixel by pixel. However, it can't play the video in real-time. How can I do to improve the speed?

© Stack Overflow or respective owner

Related posts about c++

Related posts about qt