PDA

View Full Version : Player file AVI for QT



eltecprogetti
27th March 2012, 17:05
I am writing a program in QT Creator and would like to run a video Avi (which is an advertisement) in a window full-screen until someone click on the window, then my program takes control, the video goes out and the program does what he must do.

wysota
27th March 2012, 17:33
And the question is...?

eltecprogetti
28th March 2012, 09:25
I do not know how to do!!
I do not know how to make an AVI player in my software.

wysota
28th March 2012, 10:42
Start by looking at examples and demos that come with Qt. There are couple of multimedia related examples available there.

eltecprogetti
29th March 2012, 15:59
Where are these examples to play a video file avi with QT????

I found only "qtffmpegwrapper", but not work!!

wysota
29th March 2012, 17:00
That's certainly not an example that comes with Qt. Launch the qtdemo application that comes with Qt or look into Qt Reference Manual. I would probably start with the "Media Player" demo.