Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wang-bin/qtmultimedia-plugins-mdk

qt5 multimedia plugins implemented on top of libmdk
https://github.com/wang-bin/qtmultimedia-plugins-mdk

libmdk mdk qt-multimedia qt5

Last synced: 8 days ago
JSON representation

qt5 multimedia plugins implemented on top of libmdk

Awesome Lists containing this project

README

        

# qtmultimedia-plugins-mdk
qt multimedia plugins implemented on top of [mdk-sdk](https://github.com/wang-bin/mdk-sdk)

Multimedia plugins are looked up in alphabetical order, so mdk plugin may be not selected. Since Qt5.13 environment var `QT_MULTIMEDIA_PREFERRED_PLUGINS=mdk` can enable mdk as backend.

## Features
- All formats. You can replace ffmpeg library in the sdk to support more formats
- GPU decoders (hardcoded because of qtmutimedia limitation, see [QTBUG-74393](https://bugreports.qt.io/browse/QTBUG-74393)
- Optimized OpenGL rendering
- HDR tone mapping

## Build
- Download a sdk from https://sourceforge.net/projects/mdk-sdk/files/nightly or https://github.com/wang-bin/mdk-sdk/releases
- Extract sdk into this dir
- Build and install. In QtCreator you can add a **Make** step with ***Make arguments: install***. Then plugin and mdk runtime files will be automatically installed to Qt dir
- Try an Qt multimedia example

>> Note: mdk-sdk-apple.tar.xz contains xcframework which is not supported yet in this project, use mdk-sdk-macOS.tar.xz or mdk-sdk-iOS.tar.xz instead

## Issues
- Qt for android adds abi suffix to shared libraries to support muliti abi, libmdk has no such suffix