Posts: 1
	Threads: 1
	Joined: Aug 2021
	
	
 
	
	
		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!
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12.047
	Threads: 65
	Joined: May 2017
	
	
 
	
		
		
		08.08.2021, 08:59 
(This post was last modified: 08.08.2021, 09:28 by Selur.)
		
	 
	
		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. 
 
As aside note: Why to you use vp9? (I personally don't have any use for it and I'm curious. 

)
Cu Selur
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 30
	Threads: 3
	Joined: Jun 2020
	
	
 
	
	
		Isn't VP8/9 (and theoretically AV1) the only video formats for WebM?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12.047
	Threads: 65
	Joined: May 2017
	
	
 
	
	
		Quote:Isn't VP8/9 (and theoretically AV1) the only video formats for WebM? 
yes.
	
 
	
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 12.047
	Threads: 65
	Joined: May 2017
	
	
 
	
	
		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
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.