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

The output stream of test using the same parameters inconsistent #635

Open hanbing001 opened 1 year ago

hanbing001 commented 1 year ago

Run SvtHevcEncApp with the same command. The output stream is inconsistent. I think this should be a bug. Ghost_svt_hevc_9_3840x2160_4.log Ghost_svt_hevc_9_3840x2160_9.log Thanks.

1480c1 commented 1 year ago

@hanbing001 would you be able to provide a simplified command line with the SvtHevcEncApp and a way to obtain the clip used? I am unable to reproduce the issue with a local 4k clip

hanbing001 commented 1 year ago

Sure. Maybe cqp is ok, only vbr have this issue. SvtHevcEncApp -i Ghost_Towns_4K_8bit_420_30fps.yuv -encMode 9 -w 3840 -h 2160 -bit-depth 8 -rc 1 –tbr 10000000 -fps 30 -b out.bin https://user-images.githubusercontent.com/22064979/231935874-36f5e3cc-145d-418c-9559-7d5f091132e9.mp4