Skip to content

msdkh265enc: add support 12-bit 420 encoding

Haihao Xiang requested to merge haihao/gst-plugins-bad:msdk-hevcenc-p012 into master

P016 is used for 12-bit encoding in MediaSDK, so the Shift flag is set in the mfx parameters

Sample pipeline: gst-launch-1.0 videotestsrc ! video/x-raw,format=P012_LE ! msdkh265enc !
fakesink

Merge request reports