]> git.sur5r.net Git - minitube/blob - lib/media/README.md
New upstream version 3.5
[minitube] / lib / media / README.md
1 # Qt Media Library Abstraction
2
3 This is a simple wrapper around a multimedia playback library. I use it in my apps at https://flavio.tordini.org
4
5 The most interesting and maintained backend is MPV. It works great on macOS, Windows and Linux.
6
7 I wrote this high level wrapper because I was not happy with Qt Multimedia and its lack of a common backend and guaranteed media format support across desktop platforms.
8
9 Define `MEDIA_QTAV` to link to QtAV or `MEDIA_MPV` to link to libmpv (>=0.29.0).
10
11 `MEDIA_AUDIOONLY` can be defined if the application does not need video.
12
13 You can use this library under the GPLv3 license. If you do, you're welcome contributing your changes and fixes.
14
15 If you would like to use this library in a commercial project, contact me at flavio.tordini@gmail.com