Jun
Jun
Hi @luigi311, sure, SVT-HEVC and AV1 support y4m. We can add to VP9 too.
Below configs match your setting with ffmpeg. Hang can be reproduced every time with `-rc 2`. `./SvtVp9EncApp -i ../../../../yuv/bbb_1920x1080_420p.yuv -w 1920 -h 1080 -intra-period 249 -lp 24 -enc-mode 8 -tune...
Hi @Vascom , may I know why you don't want svt-vp9 library be installed to the system?
@colleenkhenry Thank you for your suggestion. Yes, as you said, some benchmark document is needed to publish. The team is all busy on AV1 now. But we welcome any contribution...
Hi @techvintage Thanks for this PR. Instead of hard code, could you make the change in can_use_intel_avx512()? You can change the name of this function too.
Hi @techvintage, I don't get it, if the logic after uint32_t asm_type = 7; works as expected on your platform, asm_type will be reassigned to a new value. How does...
I don't have a non-intel platform so don't know how these two functions behave. You mean can_use_intel_avx512() doesn't work but still return 1? Otherwise it runs to "asm_type = 1;"....
If can_use_intel_avx512() still returns 1 for non-intel platform, why do you need to set asm_type=7 at the beginning? Intel platform works just fine. Your goal is to handle non-intel platform,...
Hi @casperr0 , I did some quick test, using the same command, 1. I didn't see any quality issue in 720p  2. 1080p no seg fault  Xeon E5...
@EwoutH Thanks for your suggestion. Will tag a release after #7 and #12 are fixed.