Results 1 to 2 of 2

Thread: Playing mov-files via Qt

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2012
    Posts
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Playing mov-files via Qt

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: Playing mov-files via Qt

    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,
    _

Similar Threads

  1. Playing ogg files without QMediaPlayer
    By frucot in forum Qt Programming
    Replies: 10
    Last Post: 17th December 2013, 12:12
  2. playing mp3 files via QT
    By kerim in forum Qt Programming
    Replies: 2
    Last Post: 21st April 2011, 13:37
  3. Playing 2 wav files continously
    By HanyM.Magdy in forum Qt Programming
    Replies: 3
    Last Post: 5th October 2010, 16:11
  4. QSound problem playing different wav files
    By couker in forum Qt Programming
    Replies: 6
    Last Post: 16th September 2009, 20:38
  5. Playing Media files in Qt 4
    By sar_van81 in forum Qt Programming
    Replies: 2
    Last Post: 18th December 2007, 05:53

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.