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
517 stars 171 forks source link

SVT HEVC encoder crashes with the particular HEVC standard test sequence SlideShow #481

Closed PDX-Runner closed 4 years ago

PDX-Runner commented 4 years ago

latest code crashes at line 660 of EbPictureOperators_C.c with the below command. asm code has the same issue.

-i SlideShow_1280x720.yuv -w 1280 -h 720 -asm 0 -encMode 0 -intra-period 100 -scd 0 -rc 0 -q 22 -n 100 -b SlideShow_1280x720_SVTMODE0_22_SVT.265

PDX-Runner commented 4 years ago

it is the same issue as https://github.com/OpenVisualCloud/SVT-HEVC/issues/55

Austin-Hu commented 4 years ago

Hi @PDX-Runner ,

Please check whether PR #482 works. Thanks! (BTW, please set "-asm" with 1, if the encoding is too slow in your side.)