Skip to content

x265enc: Add support mastering display info and content light level encoding

Seungha Yang requested to merge seungha.yang/gst-plugins-bad:x265-hdr into master

... if (x265 version >= 1.9) requirement is satisfied.

The SEI messages were supported since x265 version 1.8 but there was API change from version 1.9 (contentLightLevelInfo was renamed to maxCLL and maxFALL)

Merge request reports