Closed kestrelm closed 3 years ago
Hi @kestrelm ,
CPU: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
It's CometLake https://ark.intel.com/content/www/us/en/ark/products/201837/intel-core-i710750h-processor-12m-cache-up-to-5-00-ghz.html . However VP9 encoder is available in HW since IceLake.
Hello @dmitryermilov , So does this means I should have the VP9 Hardware encoder available? Because it does not show up on my system. Is there anything I am missing here?
Thanks!
Unfortunately no. CometLake is 9th (or 10th) generation of Intel Graphics, it doesn't have VP9e support. Support appears since IceLake which is 11th generation.
Ok thanks for the information.
Hello, I am trying to setup the MediaSDK encoder for VP9 encoding. My code fails with the error:
Unsupported feature/library load error. myPath\media_services\video\intelEncoder.cpp 98
Here is my initialization:
What parameters are valid for VP9 Encoding? This is on Windows 10.
Updates: More information, I ran the analysis tool and got this:
How do I enable the VP9 Encoder on my platform?
Thanks!