-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VP9 K-SVC support #838
Comments
I have read the document https://www.intel.com/content/www/us/en/developer/articles/technical/support-va-api-vp9-k-svc-encoding-on-chromeos.html and this document which describes the basic process of encoding VP9 K-SVC with VAAPI, so I would like to find out more about the VAAPI VP9 K-SVC |
VP9 SVC is handled by application , libva+media driver only provide support of DRC (dynamic resolution change) , it means , you could change the resolution in a sequence . it then provide the opportunity to enable SVC by spatial and temporal layer enabling. so, you could use different resolution for different layer in one sequence. |
thanks for your reply. you could change the resolution in a sequence |
yes, it means, smaller resolution picture could be reference of bigger resolution picture, change resolution without an IDR frame. |
Thanks, does vpl or msdk have a sample with vp9 k-svc? |
AFAIK, there are no sample in msdk or vpl. the link you pasted before include one 3x3 description. |
Hi @XinfengZhang , I found the mfxExtVP9TemporalLayers in https://intel.github.io/libvpl/v2.10/API_ref/VPL_structs_encode.html#_CPPv4N23mfxExtVP9TemporalLayers5LayerE, |
I downloaded the code of the latest libva and found that it doesn't search any field related to VP9 SVC. Does the latest libva version support VP9 SVC? thanks!
The text was updated successfully, but these errors were encountered: