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_plugin] Documentation patch doesn't apply against FFmpeg 4.4 #595

Closed jbeich closed 3 years ago

jbeich commented 3 years ago
$ cd /path/to/ffmpeg
$ git checkout n4.4
$ git am ../SVT-HEVC/ffmpeg_plugin/n4.4-0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch
Applying: lavc/svt_hevc: add libsvt hevc encoder wrapper
$ git am ../SVT-HEVC/ffmpeg_plugin/0002-doc-Add-libsvt_hevc-encoder-docs.patch
Applying: doc: Add libsvt_hevc encoder docs
error: corrupt patch at line 169
Patch failed at 0001 doc: Add libsvt_hevc encoder docs
hint: Use 'git am --show-current-patch=diff' to see the failed patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
$ ls ../SVT-HEVC/ffmpeg_plugin/*docs*
../SVT-HEVC/ffmpeg_plugin/0002-doc-Add-libsvt_hevc-encoder-docs.patch
tianjunwork commented 3 years ago

Hi @jbeich , the doc patch is not maintained. Please apply 0001* patch only.