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
519 stars 169 forks source link

video corruption #208

Closed tianjunwork closed 5 years ago

tianjunwork commented 5 years ago

video is corrupted with below command line: https://github.com/OpenVisualCloud/SVT-HEVC/pull/206#issuecomment-498478295 ./SvtHevcEncApp -i ./akiyo_cif.y4m -w 352 -h 288 -fps-num 30000 -fps-denom 1001 -b test.h265 Reproduced on both windows and linux on svt-hevc master.

lijing0010 commented 5 years ago

is it y4m input or yuv input? I remember our app doesn't support y4m as input

tianjunwork commented 5 years ago

@lijing0010 Thanks Jing. I verified yuv input with 352x288. Video is fine.