Projects/Multimedia/Phonon: Difference between revisions

From KDE TechBase
(add other language bindings link)
(→‎Contributing: projects.kde.org > quickgit)
 
(3 intermediate revisions by one other user not shown)
Line 26: Line 26:
* VLC
* VLC


Other backends have been created in the past, however they are currently unmaintained and looking for developers:
Other backends have been created in the past, however they are currently '''unmaintained''' and looking for developers:


* MPlayer
* MPlayer
Line 40: Line 40:
= Contributing =
= Contributing =


Phonon's source code is hosted on the KDE infrastructure and is available for viewing at [https://projects.kde.org/projects/kdesupport/phonon projects.kde.org]. It is recommended that you also join the kde-multimedia and phonon-backends mailing lists mentioned in the previous section. Finally, join us in [http://webchat.freenode.net/?channels=phonon #phonon on Freenode].
Phonon's source code is hosted on the KDE infrastructure and is available for viewing at [https://quickgit.kde.org/?p=phonon.git quickgit.kde.org]. It is recommended that you also join the kde-multimedia and phonon-backends mailing lists mentioned in the previous section. Finally, join us in [http://webchat.freenode.net/?channels=phonon #phonon on Freenode].


Our current developers:
Our current developers:


* Harald Sitter (apachelogger), phonon master overlord, VLC backend developer
* Harald Sitter (apachelogger), Phonon master overlord, VLC backend developer
* Trever Fischer (tdfischer), GStreamer backend developer
* Torie Fischer (tdfischer), GStreamer backend developer
* Romain Perier (bambee), GStreamer backend developer
* Colin Guthrie (coling), PulseAudio integration officer

Latest revision as of 23:44, 17 May 2016

Phonon is the Qt multimedia toolkit. It allows developers to add multimedia functionality to applications with minimal effort.

Features

  • Works on Linux, OSX, *BSD, Windows, Meego, Maemo, and likely more
  • Leverages pre-existing multimedia frameworks such as GStreamer, VLC, DirectShow, etc.
  • Eliminates the need for developers to worry about installing codecs, managing pipelines, decoding to the proper format, learning XVideo or DirectShow, and more.

Documentation

For the most detailed and up-to-date information on using phonon, have a look at the latest API documentation. Several tutorials are also available:

In addition, numerous examples can be found inside the demos/ directory of the phonon sources. They are well-documented and provide the basis for the above tutorials.

Backends

To provide cross-platform support, Phonon is powered by various backend libraries. The stable backends are:

  • GStreamer
  • VLC

Other backends have been created in the past, however they are currently unmaintained and looking for developers:

  • MPlayer
  • Xine
  • DirectShow
  • QuickTime

Support

For general Phonon support, you can join the KDE-Multimedia mailing list. If you wish to join us in backend development, you might also want to subscribe to the phonon-backends list.

If you desire a more real-time support method, you can also hang out in #phonon on freenode.

Contributing

Phonon's source code is hosted on the KDE infrastructure and is available for viewing at quickgit.kde.org. It is recommended that you also join the kde-multimedia and phonon-backends mailing lists mentioned in the previous section. Finally, join us in #phonon on Freenode.

Our current developers:

  • Harald Sitter (apachelogger), Phonon master overlord, VLC backend developer
  • Torie Fischer (tdfischer), GStreamer backend developer
  • Romain Perier (bambee), GStreamer backend developer
  • Colin Guthrie (coling), PulseAudio integration officer