You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EwoutH opened this issue
May 21, 2019
· 2 comments
Assignees
Labels
DuplicateIssue/PR: duplicated issue or PREncodevideo encode relatedQuestion/DiscussionIssue: question for media driverReservedInformation to describe some implementation detail or restrictionVP9VP9Won't FixIssue: won't support platform/feature/request
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:
Is encoding VP9 with Kaby Lake possible?
Is encoding VP9 with Kaby Lake implemented in this repo?
The text was updated successfully, but these errors were encountered:
@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.
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.
DuplicateIssue/PR: duplicated issue or PREncodevideo encode relatedQuestion/DiscussionIssue: question for media driverReservedInformation to describe some implementation detail or restrictionVP9VP9Won't FixIssue: won't support platform/feature/request
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:
The text was updated successfully, but these errors were encountered: