• Stars
    star
    236
  • Rank 164,886 (Top 4 %)
  • Language
    Shell
  • Created about 5 years ago
  • Updated 14 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

multimedia development kit. download:

Build status github

Build Status

Download Nightly Build SDK

Changelog. API

Features

Install

CMake

	include(mdk-sdk-dir/lib/cmake/FindMDK.cmake)
	target_link_libraries(your_target PRIVATE mdk)

CocoaPods

For macOS and iOS

pod 'mdk'

Optionally you can use mdk.xcframework

If fail to code sign: In Build Phase, add a New Run Script Phase with content [ -n "$CODE_SIGN_IDENTITY" ] && find "$BUILT_PRODUCTS_DIR" -depth -name "libffmpeg*.dylib" -exec codesign -i mdk.framework.ffmpeg -f -vvvv -s"${EXPANDED_CODE_SIGN_IDENTITY}" ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements,flags {} \;

Nuget

Install via NuGet in Visual Studio for both Windows desktop and UWP

Documents

Open Source

Modules and Dependencies

Examples and Plugins for Other Frameworks

Language Bindings

Sponsors

Sportimization

Users

BigRingVR Seer HeavyM Sportimization SureyyaSoft Flyability Quipu GyroFlow XnViewMP www.connecting-technology

金嵘达科技 爱玩宝

License

  • Use for free: make sure your sdk is updated, otherwise you may see an QR image in the last frame. sdk will be released every month.
  • Free for opensource projects, QtAV donors and contributors, non-commercial softwares: you can acquire a key from me.
  • Commercial license: a key for an app for a single platform or multiple platforms.

License key generator and validator is open source

More Repositories

1

QtAV

A cross-platform multimedia framework based on Qt and FFmpeg. 基于Qt和FFmpeg的跨平台高性能音视频播放框架. Recommand to use new sdk https://github.com/wang-bin/mdk-sdk
C++
3,818
star
2

avbuild

ffmpeg花式编译. build tool for all platforms: iOS, android, raspberry pi, win32, uwp, linux, macOS etc.
Shell
530
star
3

qdevicewatcher

Detect the device changes. Support hotplug event for win and linux now.
C++
180
star
4

fvp

Flutter official video player plugin based on libmdk for all desktop+mobile platforms. download prebuilt examples from github actions. https://pub.dev/packages/fvp
Dart
118
star
5

JMI

JNI Modern Interface in C++17
C++
75
star
6

mdk-examples

media player examples based on mdk sdk. runs on all platforms. sdk download:
C++
55
star
7

cmake-tools

Cmake utilities for C++11 projects targeting Windows(host/cross build), Raspberry Pi (host/cross build), macOS, iOS, Android
CMake
36
star
8

PhotoKit

Photo browser with 3D effects, slide effects and animations. Share to weibo is supported
C++
27
star
9

qtmultimedia-plugins-mdk

qt5 multimedia plugins implemented on top of libmdk
C++
25
star
10

AND

Android Native Dev in Modern C++
C++
23
star
11

ThreadLocal

portable and implemention configurable c++11 like thread local
C++
22
star
12

buildqt

scripts to build Qt4 and Qt5 for variant platforms
C
20
star
13

qop

Qt Output Parser for tar, zip, unzip, unrar, 7z with a compression/extraction progress indicator. Support platforms: windows(Qt4), Linux(Qt4, tested on ubuntu 10.04), motorola ezx(Qt2, tested on ROKR E6) and Maemo5 etc.
C++
19
star
14

qglvideowidget

rendering rgb and yuv images via opengl in qt
C++
18
star
15

dllapi

call c api by dynamically loading it's library and without code change. Use this instead(more features, supper set) https://github.com/wang-bin/capi
C++
16
star
16

appkey

license key generator and validator used in libmdk
C
12
star
17

obs-mdk

obs media player plugin based on [mdk-sdk](https://github.com/wang-bin/mdk-sdk). fully hardware accelerated
C++
11
star
18

mdk-mft

libmdk codec plugin based on microsoft media foundation transform
C++
10
star
19

capi

Use C api as dynamically loaded calls in C++. Header only. Used by QtAV project(libass, libEGL API)
C++
9
star
20

qweiboapi

Qt wrapper for sina weibo api
C++
9
star
21

ios.cmake

support bitcode, multi-arch build in command line. see also https://github.com/wang-bin/cmake-tools/blob/master/ios.cmake
CMake
8
star
22

build_angle

cmake script for google angle project
CMake
6
star
23

d-pointer

An easy to use interface of d-pointer with Qt's feature. Storing data in d-pointer makes your library binary compatible.
C++
6
star
24

LibProjWizard4QtCreator

Wizard to create a library project which can be easily used by other projects
C++
5
star
25

ugs

universal graphics surface
C++
5
star
26

libexif-port

port for win msvc etc.
C
4
star
27

qupdater

Application updater framework based on Qt
C
4
star
28

SPV

Swift Video Player and QuickLook plugin
Swift
4
star
29

UniversalDXSDK

A more universal DirectX SDK can work with multiple versions of Visual Studio, MinGW, etc.
C++
4
star
30

lockless

lock free containers
C++
3
star
31

ezlog

a tiny and easy to use log system for c/c++
C
3
star
32

qlzma

lzma with qt gui
C
3
star
33

cppcompat

std c++ compatibility layer
C++
3
star
34

mdk-dav1d

dav1d plugin for libmdk
C++
3
star
35

jquery.mobile.showhere

Make dynamic popup dialogs easy. with css animation and other effects. modified from jquery.mobile.actionsheet
JavaScript
2
star
36

WindModel

Computing winds on the earth from satellite pictures using Matlab. For NPMCM 2012.
Objective-C
2
star
37

mdk-sunxi

sunxi cedarv decoder + gl renderer via UMP and EGLImage interop
C++
2
star
38

devpkgs

cmake project for some open-source libraries
CMake
2
star
39

MyTalkOnLVSCon2017

2
star
40

libmdk-capi

public api set of libmdk
C++
2
star
41

mdk-android

libmdk https://github.com/wang-bin/mdk-sdk android java sdk and example
C++
2
star
42

QLangWidget

Dynamic language selection widgets
C++
2
star
43

swift-mdk

libmdk https://github.com/wang-bin/mdk-sdk swift binding
Swift
2
star
44

mkapi

source transformer from c headers to dynamical loaded source for https://github.com/wang-bin/capi. based on clang3.4
C++
2
star
45

qget

A downloader based on QtNetwork.
C++
1
star
46

apkrepack

Shell
1
star
47

libva_loader

dynamically load and resolve libva symbols regardless fucking symbol versioning
C++
1
star
48

qaerowindow

qt widget with aero, blur and Semi-transparent effect
C++
1
star
49

mdk-braw

blackmagic raw plugin for libmdk https://github.com/wang-bin/mdk-sdk used by gyroflow
C++
1
star
50

vkld

vulkan api loader loader
C++
1
star