OpenVisualCloud / SVT-HEVC

SVT HEVC encoder. Scalable Video Technology (SVT) is a software-based video coding technology that is highly optimized for Intel® Xeon® processors. Using the open source SVT-HEVC encoder, it is possible to spread video encoding processing across multiple Intel® Xeon® processors to achieve a real advantage of processing efficiency.
Other
516 stars 172 forks source link

Is there any way I can use params like MasterDisplay, HighDynamicRangeInput in SVT ffmpeg plugins? #544

Closed LSC527 closed 4 years ago

LSC527 commented 4 years ago

Is there any params I can use other than showed in https://github.com/OpenVisualCloud/SVT-HEVC/blob/master/ffmpeg_plugin/0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch#L518

1480c1 commented 4 years ago

Not yet

1480c1 commented 4 years ago

There is an hdr param though https://github.com/OpenVisualCloud/SVT-HEVC/blob/master/ffmpeg_plugin/0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch#L598

LSC527 commented 4 years ago

OK, thx