Skip to content
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 encode support from Kaby Lake+ #630

Open
EwoutH opened this issue May 21, 2019 · 2 comments
Open

VP9 encode support from Kaby Lake+ #630

EwoutH opened this issue May 21, 2019 · 2 comments
Assignees
Labels
Duplicate Issue/PR: duplicated issue or PR Encode video encode related Question/Discussion Issue: question for media driver Reserved Information to describe some implementation detail or restriction VP9 VP9 Won't Fix Issue: won't support platform/feature/request

Comments

@EwoutH
Copy link

EwoutH commented May 21, 2019

The Readme.md states VP9 encoding will only be supported from Ice Lake forward. The Readme and code over at intel/intel-vaapi-driver however states that VP9 encoding is supported from Kaby Lake forward.

So:

  1. Is encoding VP9 with Kaby Lake possible?
  2. Is encoding VP9 with Kaby Lake implemented in this repo?
@XinfengZhang
Copy link
Contributor

@EwoutH , it is difficult to explain it. gen9 HW didn't implement all VP9 features, cant guarantee the quality and VP9 sub features enabling. another solution is hybrid solution( CPU & GPU work together to encode VP9) , but no much benefit comparing CPU solution.

@XinfengZhang XinfengZhang added Won't Fix Issue: won't support platform/feature/request Question/Discussion Issue: question for media driver labels Jun 10, 2019
@Brainiarc7
Copy link

@EwoutH ,

Case in point: VP9 encoding on KBL is limited to 60 fps only, as the MFX block on that H/W gen is incomplete as far as VP9 encoding is concerned.
This is the kind of stuff a company such as Intel wouldn't want to declare prod ready in mediasdk and the media-driver projects, considering the implications.

@XinfengZhang XinfengZhang self-assigned this Sep 2, 2019
@Jexu Jexu added Duplicate Issue/PR: duplicated issue or PR Encode video encode related VP9 VP9 labels Dec 2, 2022
@Jexu Jexu assigned Tianhaol and unassigned XinfengZhang Dec 2, 2022
@leyu-yao leyu-yao added the Reserved Information to describe some implementation detail or restriction label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate Issue/PR: duplicated issue or PR Encode video encode related Question/Discussion Issue: question for media driver Reserved Information to describe some implementation detail or restriction VP9 VP9 Won't Fix Issue: won't support platform/feature/request
Projects
None yet
Development

No branches or pull requests

6 participants