-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathREADME
More file actions
17 lines (14 loc) · 872 Bytes
/
Copy pathREADME
File metadata and controls
17 lines (14 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
qmpwidget - A Qt widget for embedding MPlayer
=============================================
This 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.
For more information about MPlayer, please visit http://www.mplayerhq.hu/ .