I want to create an application through which i need to play a video file with audio(need to play almost all kinds of videos).
I need it for Windows and Linux(atleast for windows).
I am planning to use QT or any other package?. How to do?
I need a GUI as http://www.youtube.com/watch?v=mA883X4uaHk (pl watch from .35s)
My Project Description:
1.Need to play a video in a thread
2.In an another thread. Parallely, need to capture the webcam video and need to process the
webcam frames with Opencv algorithms which plots the graphs.
Planning to duplicate the youtube video application. I have to use threads as well. And opencv supports QT .
What have i done: Used Java Media Framework to playback which fails as it dosn't support all the formats.