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: 429
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