-
Notifications
You must be signed in to change notification settings - Fork 43
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
Encoder: Intel ANV: fails with both H26x encoders #96
Comments
For H264, the default value for pRateControlInfo->rateControlMode is VK_VIDEO_ENCODE_RATE_CONTROL_MODE_VBR_BIT_KHR even if its VK_VIDEO_ENCODE_RATE_CONTROL_MODE_DEFAULT_KHR See
Is there a reason for that @zlatinski ? For now ANV only supports DEFAULT or DISABLED |
See #97 |
Hi Stephan, IIRC, we had a driver issue with VK_VIDEO_ENCODE_RATE_CONTROL_MODE_DEFAULT_KHR. We should have fixed that by now. Let me check, please. |
As far as I can see the latest driver 77 did not fix the issue in DEFAULT mode. |
Found out that the H264 encoder was failing because of inline query not properly supported. Working on a patch here https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31765 H265 is still failing with:
Need to investigate why |
The text was updated successfully, but these errors were encountered: