PDA

View Full Version : Can we synchronize QMovie and QSound



learning_qt
8th September 2008, 06:25
Hi,
I hope to play video with QMoive and sound with QSound. But I hope to know if we can synchronize video and sound?

Thanks!

aamer4yu
8th September 2008, 06:50
Why use QMovie and QSound, you can have a look at Phonon from Qt 4.4.0 onwards.
Theres also a media player example in the Qt 4.4.0 examples which can play movie with sound :P

learning_qt
8th September 2008, 06:57
Thanks for your reply!

Because my embedded system does not support GStreamer. So I can not use phonon. Do you have some ideas to overcome this problem?

aamer4yu
8th September 2008, 08:57
Am not sure..
is there any application which plays movies with sound on embedded system ?
You can start that application via process....
there had been thread about using mplayer in Qt widgets... u can search the forum for it. may be it will help u