Intel® Media SDK provides an API to access hardware-accelerated video decode, encode and filtering on Intel® platforms with integrated graphics.
Supported video encoders: HEVC, AVC, MPEG-2, JPEG
Supported Video decoders: HEVC, AVC, VP8, MPEG-2, VC1, JPEG
Supported video pre-processing filters: Color Conversion, Deinterlace, Denoise, Resize, Rotate, Composition
The current version of Intel Media SDK is compatible with the open source Intel Media Driver for VAAPI. Intel Media SDK depends on LibVA.
You can find answers for the most frequently asked questions here.
- License
- How to contribute
- Documentation
- Products which use Media SDK
- System requirements
- How to build
- See also
Intel Media SDK is licensed under MIT license. See LICENSE for details.
See CONTRIBUTING for details. Thank you!
Please find full documentation under the doc/
folder. Key documents:
- Media SDK Developer Reference
- Media SDK Developer Reference Extensions for User-Defined Functions
- Media Samples Guide
You may also wish to visit Intel Media Server Studio support page for additional documentation.
Operating System: Linux
Software:
- LibVA
- VAAPI backend driver:
- Some features require CM Runtime library (part of Intel Media Driver for VAAPI package)
Hardware: Intel platforms supported by the Intel Media Driver for VAAPI
Media SDK test and sample applications may require additional software packages (for example, X Server, Wayland, LibDRM, etc.) to be functional.
Get sources
git clone https://github.com/Intel-Media-SDK/MediaSDK msdk
cd msdk
Configure build with GCC (default) compiler:
perl tools/builder/build_mfx.pl --cmake=intel64.make.release
This will build MSDK binaries and MSDK samples.
If you want to configure build with CLang compiler use the following command:
perl tools/builder/build_mfx.pl --cmake=intel64.make.release.clang
Run build:
make -j8 -C __cmake/intel64.make.release
To enable the Instrumentation and Tracing Technology API you need either Intel® VTune™ Amplifier installed or to manually build an open source version. You can get ITT source files from GitHub and build it on your own.
Please note that auto detection of the Intel VTune Amplifier configuration is not supported. The next step is mandatory if you want to use this feature: set $ITT_PATH
so $ITT_PATH/include/ittnotify.h
and $ITT_PATH/libittnotify64.a
will be valid paths. MSDK build system will automatically detect it.
Intel Media SDK: https://software.intel.com/en-us/media-sdk