-
Notifications
You must be signed in to change notification settings - Fork 114
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
Disable only VP9... #53
Comments
My video card also support VP8 decoding but no VP9 decoding. I would also love to disable only VP9. |
Clone extension, edit file h264ify/src/inject/inject.js on 59 line, remove vp8
|
How do I know which type of decoding my video card supports? |
DXVA Checker |
Thanks, but it's Windows-only. :/ |
Linux is broken piece of garbage, video hardware acceleration in browser is not working. Only if you install patched chromium, correct driver, disable vp9, it may work. Too much work if you can install Windows and it will work out the box |
...and leave VP8 active, like in this image https://i.imgur.com/Y8LrTNw.jpg. If there was an option to do it, I would be very happy.
The text was updated successfully, but these errors were encountered: