I am using Qt5.0.1 with Visual Studio 2010 integrated,
I am rendering the video frames from the video file using ffmpeg with Qt as a QImage, actually i need to display the rendered video frame in runtime using a QThread.
I am newbie to Qt, please provide some sinppets.
Any snippets will be helpful.
im not familiar with VC++ with qt ..but Use mandle brot example
and fortune thread example enter link description here
use signals to emit the video frame array or QImage.
also this code snippet
and