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
507 stars 169 forks source link

Support for FFMPEG 4.3? #561

Closed alatteri closed 3 years ago

alatteri commented 3 years ago

The ffmpeg patch instruction only mention support for 4.2. Do the same patches work for 4.3, if not, any plan to support that?

Thanks.

tianjunwork commented 3 years ago

Hi @alatteri. Yeah, ffmpeg 4.3 is new tag. We haven't tested yet. If the patch applies, it should work. Hi @guojiansheng0925 , could you take a look at ffmpeg 4.3? If plugin works, please also update the README in ffmpeg_plugin folder. Thank you.

guojiansheng0925 commented 3 years ago

Hi @alatteri , I have checked that the current patch can apply for n4.3 and it works well. Hi @tianjunwork , I will update the README later. Thanks.