-
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/ |
In the end, this made me realize that nvidia-vaapi-driver was of no use for me since it isn't even used by steam for "accelerated rendering in web views" so i ended up uninstalling it since it cause games to lags when there's some decoding happening in firefox. (thanks nvidia :D) Hopefully in the future nvidia will implement va-api or web browsers will be able to use vulkan video to hw accelerate dec/enc This also made me realize that ffmpeg was only used for the record (which explains why i can record in h265) but not for clips, i assume it's easier to do everything in chromium once the stream record is loaded than to somehow export a buffer to ffmpeg |
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: