-
Notifications
You must be signed in to change notification settings - Fork 175
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
Exporting a clip in h265 on a 2080 results in a generic "Failed to export 2" #11603
Comments
Hello @Lifeismana, Please set It is likely you have no working 32 bit vaapi, or it's not actually pointing to your NVidia card, but I'd like to make sure. |
Is there even libVA encoding support on nvidia gpus? since nvidia doesn't provide any support you (I) have to resolve to use nvidia-vaapi-driver which doesn't have encoding support (elFarto/nvidia-vaapi-driver#116) vainfo
Steam Runtime Diagnostics: https://gist.github.com/Lifeismana/ec8ac4dbf493a2518b0d856b462c1d1c |
Oh, right. In any case you'd need to look at 32 bit The Steam Runtime diagnostic reports:
Showing you don't have 32 bit vaapi. And yes I think you are correct, in order for this to work you may need a 32 bit build of https://github.com/elFarto/nvidia-vaapi-driver/ |
Your system information
Please describe your issue in as much detail as possible:
Trying to export a clip in h265 results in a generic "Failed to export 2" error
Switching to h264 solves that error (recording is reported as being in h265)
2080 should support h265 hardware encoding but it could still be a driver error (not sure if i have a way to look into that)
I would expect it to not fail (maybe try to fallback to a software encoder?) or to at least to not show such a generic error (maybe recommend to try another codec)
Steps for reproducing this issue:
The text was updated successfully, but these errors were encountered: