Sreerenj Balachandran b7dbcb26b8 msdk: encoder: h264: Enable trellis quantization tuning
Add a new property "trellis" to enable trellis quantization.
Keeping trellis as a flag value (which is boolean for gst x264 enc element)
since it is possible to enable/disable this seperately for
I,P and B frames through MediaSDK ext option headers.

The subclass implementations always need to inform base-encoder
if it requires the inclusion of Extend Header buffers (mfxExtCodingOption2
 and mfxExtCodingOption3).

https://bugzilla.gnome.org/show_bug.cgi?id=791637
2018-02-20 12:40:42 -09:00
..
2018-02-13 13:44:08 -09:00
2018-02-13 13:44:08 -09:00
2018-02-13 14:40:22 -09:00
2016-12-12 23:16:11 +01:00
2016-12-12 23:16:11 +01:00
2016-12-12 23:48:46 +01:00
2016-12-13 00:06:42 +01:00
2016-12-13 00:06:42 +01:00
2018-01-10 10:40:24 -09:00
2018-01-10 10:40:24 -09:00
2018-02-13 13:44:08 -09:00
2017-11-01 11:33:50 +02:00
2018-02-13 12:41:28 -09:00
2018-02-13 12:41:28 -09:00
2018-02-13 13:48:32 -09:00
2018-02-13 13:48:32 -09: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).