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
518 stars 170 forks source link

ffmpeg plugin: target CPU socket option added #587

Closed Zvictoria closed 3 years ago

Zvictoria commented 3 years ago

Description

In real SVT HEVC use as a part of FFmpeg on multi-socket systems (e.g .Xeon 8260L) there is a strong need to select the target socket to run encoder on to balance the server load evenly. Moreover the ffmpeg plugin should be consistent with GStreamer plugin that has such option.

Issue

Author(s)

Performance impact

Merge method