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

Same bitstream but more memory allocation with high -lad #472

Open tianjunwork opened 4 years ago

tianjunwork commented 4 years ago

./SvtHevcEncApp -i ../../../../../yuv/bbb_1920x1080_420p.y4m -b out.bin -n 3000 ./SvtHevcEncApp -i ../../../../../yuv/bbb_1920x1080_420p.y4m -b out.bin -n 3000 -lad 100 These two commands generate same bitstream. But the later one increases memory allocation by ~36%.