gstreamer/sys/msdk
2016-11-14 15:17:41 +01:00
..
gstmsdk.c msdk: Create plugin for Intel's Media SDK 2016-11-14 15:16:45 +01:00
gstmsdkenc.c msdk: Initial windows build support 2016-11-14 15:17:41 +01:00
gstmsdkenc.h msdk: Create plugin for Intel's Media SDK 2016-11-14 15:16:45 +01:00
gstmsdkh264enc.c msdk: Create plugin for Intel's Media SDK 2016-11-14 15:16:45 +01:00
gstmsdkh264enc.h msdk: Create plugin for Intel's Media SDK 2016-11-14 15:16:45 +01:00
gstmsdkh265enc.c msdk: load plugins in h265 and vp8 init 2016-11-14 15:17:19 +01:00
gstmsdkh265enc.h msdk: Create plugin for Intel's Media SDK 2016-11-14 15:16:45 +01:00
gstmsdkmpeg2enc.c msdk: Create plugin for Intel's Media SDK 2016-11-14 15:16:45 +01:00
gstmsdkmpeg2enc.h msdk: Create plugin for Intel's Media SDK 2016-11-14 15:16:45 +01:00
gstmsdkvp8enc.c msdk: load plugins in h265 and vp8 init 2016-11-14 15:17:19 +01:00
gstmsdkvp8enc.h msdk: Create plugin for Intel's Media SDK 2016-11-14 15:16:45 +01:00
Makefile.am msdk: Initial windows build support 2016-11-14 15:17:41 +01:00
meson.build msdk: Initial windows build support 2016-11-14 15:17:41 +01:00
msdk.c msdk: Initial windows build support 2016-11-14 15:17:41 +01:00
msdk.h msdk: Initial windows build support 2016-11-14 15:17:41 +01:00
msdk_d3d.c msdk: Initial windows build support 2016-11-14 15:17:41 +01:00
msdk_libva.c msdk: Initial windows build support 2016-11-14 15:17:41 +01:00
README msdk: Create plugin for Intel's Media SDK 2016-11-14 15:16:45 +01:00

# gst-msdk

gst-msdk is a plugin for
[Intel Media SDK](https://software.intel.com/en-us/media-sdk), a
cross-platform API for developing media applications. The plugin has
multiple elements for video hardware encoding leveraging latest Intel
processors through Intel Media SDK.

- MPEG2 encoding (*msdkmpeg2enc*)

- H.264 encoding (*msdkh264enc*)

- H.265 encoding (*msdkh265enc*)

- VP8 encoding (*msdkvp8enc*)


It requires:

- Intel Media SDK


# Giving it a try

Encoding a simple video test source and saving it to a file.

    $ gst-launch-1.0 videotestsrc ! msdkh264enc ! filesink location=test.h264


# License

gst-mdk is freely available for download under the terms of the
[BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html).