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 patch error #614

Closed FreddyX078 closed 2 years ago

FreddyX078 commented 2 years ago

Hi,

Applying ffmpeg-patch to latest ffmpeg-master result in an error:

Updating files: 100% (7699/7699), done. patching file configure Hunk #1 succeeded at 289 (offset 1 line). Hunk #2 succeeded at 1814 (offset 21 lines). Hunk #3 succeeded at 3376 (offset 59 lines). Hunk #4 succeeded at 6671 (offset 133 lines). patching file libavcodec/Makefile Hunk #1 succeeded at 1093 (offset 29 lines). patching file libavcodec/allcodecs.c Hunk #1 FAILED at 774. 1 out of 1 hunk FAILED -- saving rejects to file libavcodec/allcodecs.c.rej patching file libavcodec/libsvt_hevc.c

Hope someone will fix it. Thanks.

tianjunwork commented 2 years ago

Hi @FreddyX078 , I am assuming you tried to apply master-0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch. Hi @guojiansheng0925 Jiansheng, could you take a look? Thank you.

guojiansheng0925 commented 2 years ago

Hi @tianjunwork , I have updated the patch for master branch. Could you please review and merge it, thanks.

FreddyX078 commented 2 years ago

Hi thanks, new patch is working! Great job!