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

ffmpeg-master: patch no longer compiles #598

Closed 1480c1 closed 3 years ago

1480c1 commented 3 years ago

commit 56e9e0273a79fb4ff4276503e69981f8e383f22b in FFmpeg removed ff_alloc_packet2 and replaced it with ff_alloc_packet

tianjunwork commented 3 years ago

Hi Chris, Thank you for reporting the issue. The conflict is only for SVT-HEVC plugin or both(vp9)?

1480c1 commented 3 years ago

It doesn't seem like that function is used in svt-vp9's wrapper

tianjunwork commented 3 years ago

Thanks Chris. Hi @guojiansheng0925, could you rebase the plugin patch on ffmpeg master? Thank you.