About
QMPwidget is a small class which allows Qt developers to embed an MPlayer instance into their application for convenient video playback. Starting with version 4.4, Qt can be build with Phonon, the KDE multimedia framework (see http://doc.trolltech.com/phonon-overview.html for an overview). However, the Phonon API provides only a limited amount of functionality, which may be too limited for some purposes.
In contrast, this class provides a way of embedding a full-fledged movie player within an application. This means you can use all of MPlayer's features, but also that you will need to ship a MPlayer binary with your application if you can't make sure that it is already installed on a user system.
News
Content
Downloads:
There hasn't been an official release of QMPwidget yet, so please use the Git repository at github.com:
- Download a Snapshot of the master branch (gzipped tarball) or
- Clone the repository from http://github.com/jgehring/qmpwidget.git
Documentation:
- Reference documentation - Generated with Doxygen
- README - Requirements and general information
- COPYING - The GPL v3, under which qmpwidget is available
Hosted:
- The Git repository at github.com
- The project page at SourceForge, including forums and a bug tracker
- The project page at Ohloh