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.
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.
I do not know how to do!!
I do not know how to make an AVI player in my software.
Start by looking at examples and demos that come with Qt. There are couple of multimedia related examples available there.
Where are these examples to play a video file avi with QT????
I found only "qtffmpegwrapper", but not work!!
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.
Bookmarks