mdk 0.8.1

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package mdk --version 0.8.1
NuGet\Install-Package mdk -Version 0.8.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="mdk" Version="0.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add mdk --version 0.8.1
#r "nuget: mdk, 0.8.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install mdk as a Cake Addin
#addin nuget:?package=mdk&version=0.8.1

// Install mdk as a Cake Tool
#tool nuget:?package=mdk&version=0.8.1

Build Status

Nightly Build SDK

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

Changelog

Features

  • Simple and powerful API set
  • Cross platform: Windows, UWP, Linux, macOS, Android, iOS, Raspberry Pi
  • Hardware accelerated decoding and 0-copy GPU rendering for all platforms
  • OpenGL and D3D11 rendering w/ or w/o user provided context
  • Integrated with any gui toolkits or apps via OpenGL and D3D11 (OBS, Qt, SDL, glfw, SFML etc.) easily
  • Seamless/Gapless media and bitrate switch for any media
  • User configurable FFmpeg libraries at runtime
  • HDR rendering in GPU

FFmpeg Runtime

See https://github.com/wang-bin/mdk-sdk/wiki/FFmpeg-Runtime

API Levels

  • ABI level APIs(not public): the implementation, in abi namespace. depends on c++ abi. build and runtime abi must be matched.
  • C APIs: No C++ ABI restriction.
  • C++ APIs: a header only thin wrapper for C APIs. No C++ ABI restriction. No user code change to switch between ABI level APIs and C++ APIs.

How to Use

CMake

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

TODO:

https://github.com/wang-bin/mdk-sdk/wiki/TODO

Open Source Modules and Examples

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 GPL softwares, opensource projects, QtAV donors and contributors, no commercial softwares: you can acquire a key from me.
  • Commercial license: a key for an app for a single platform or multiple platforms.
Product Compatible and additional computed target framework versions.
native native is compatible. 
Universal Windows Platform uap is compatible.  uap10.0 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.26.0.1387 241 3/31/2024
0.25.0.1311 136 1/31/2024
0.24.0.1246 379 12/31/2023
0.23.1.1195 655 11/30/2023
0.22.1.1105 406 9/30/2023
0.21.1.975 736 7/1/2023