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
516 stars 172 forks source link

Adjust PAREF_OUT #534

Closed intelmark closed 4 years ago

intelmark commented 4 years ago

Adjusted the PAREF_OUT PR 455

Testing has shown this will fix the SVT defield test cases which were failing because the field dimensions were not a multiple of 8.

Signed-off-by: Mark Feldman mark.feldman@intel.com

tianjunwork commented 4 years ago

Thank you Austin!