OpenVisualCloud / SVT-VP9

SVT VP9 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-VP9 encoder, it is possible to spread video encoding processing across multiple Intel® Xeon® processors to achieve a real advantage of processing efficiency.
Other
222 stars 48 forks source link

ffmpeg: rebase master branch patch for FF_CODEC_CAP_AUTO_THREADS #163

Closed 1480c1 closed 1 year ago

1480c1 commented 1 year ago

@guojiansheng0925 can you check if this patch is correct? I essentially replaced AV_CODEC_CAP_AUTO_THREADS with AV_CODEC_CAP_OTHER_THREADS and filled in .caps_internal with fields from SVT-AV1 since this lib matches close to what SVT-AV1 does

Closes https://github.com/m-ab-s/media-autobuild_suite/issues/2376

guojiansheng0925 commented 1 year ago

LGTM