Quote Originally Posted by vijayQt View Post
Thanks for your valuable solution... Now I am able to play the frames continuely by using processEvents() function, but only problem is video playing very very fast (like fast forward) and one more problem is not able to maximus or close my main video while play video .
Yes, that's because your while loop still kind of blocks the entire application. Thus, the only solution is to move all in a thread like I said. But furthermore, can's you use phonon or the QtMultimedia module?

Please cn you provide sample code for this .
Hmm, let me consider: You work in a company. You get paid. I should do your work. hmm. Yes that is how life works today all over the world, but no you have to do it yourself. We are here to help people but not in providing working code. We try to push them in the right direction or simply say what we would do, but it is up to everybody to solve their problems (=coding) alone.