Selur's Little Message Board

Full Version: SVT-VP9?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi first of all thanks for your great work on your program I use it and also have learned much from it in regards to encoding! My question sir is I see SVT-VP9 included and  yet no way to use it in the gui?  I honestly could not find one gui for it and I use VP9 a fair amount and would be so grateful if you could guide me as to how to use it with your program.  Thanks and I believe it should have Intel hardware acceleration 9/10/11 gen correct? Thanks again!
I planned to support SVT-VP9, but never found the time to implement support for it. (has a low priority for me since a. I use AMD b. I rarely use VP9 c. the tests I made with it showed greater speed, but less quality than vpxenc)
SVT-VP9 does not use the hardware encoder chip, it's just especially tuned for intel cpus, but mainly has tons of AVX2 tuning.
The binary is just copied, from my build environment. Smile

As aside note: Why to you use vp9? (I personally don't have any use for it and I'm curious. Smile)

Cu Selur
Isn't VP8/9 (and theoretically AV1) the only video formats for WebM?
Quote:Isn't VP8/9 (and theoretically AV1) the only video formats for WebM?
yes.
Okay, after looking at https://github.com/OpenVisualCloud/SVT-V...r_guide.md I know why I didn't implement SVT-VP9 support: It's lacking any of the usefuly VP9 features i.e. 10bit and 12bit support, no HDR,...
-> it does and didn't look like it's worth supporting in Hybrid

Cu Selur