PDA

View Full Version : Playing mov-files via Qt



Zygyzy
6th February 2014, 22:57
Hi,

I would like to play mov-files (Quicktime videos) in a Qt-application. As far as I see, QMediaPlayer is not capable to play this format. Does anybody know how to upgrade QMediaPlayer or know a good library to use or any other solution (except libVLC)?

Thanks

anda_skoa
7th February 2014, 08:00
My guess would be that it can play any format that the platform's media service supports.
On Windows that is either Direct Show or Media Foundation http://qt-project.org/wiki/Qt_Multimedia_Backends

Do you have the QuickTime codecs for those installed?

Cheers,
_