Skip to content
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

Open
Jhovannino opened this issue Oct 25, 2018 · 6 comments
Open

Disable only VP9... #53

Jhovannino opened this issue Oct 25, 2018 · 6 comments

Comments

@Jhovannino
Copy link

Jhovannino commented Oct 25, 2018

...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.

@diegocerdan
Copy link

My video card also support VP8 decoding but no VP9 decoding.

I would also love to disable only VP9.

@megapro17
Copy link

megapro17 commented Mar 21, 2019

Clone extension, edit file h264ify/src/inject/inject.js on 59 line, remove vp8

var disallowed_types = ['webm', 'vp8', 'vp9'];
Install unpacked extension.

@jvschiavo
Copy link

My video card also support VP8 decoding but no VP9 decoding.

I would also love to disable only VP9.

How do I know which type of decoding my video card supports?

@megapro17
Copy link

My video card also support VP8 decoding but no VP9 decoding.
I would also love to disable only VP9.

How do I know which type of decoding my video card supports?

DXVA Checker

@jvschiavo
Copy link

My video card also support VP8 decoding but no VP9 decoding.
I would also love to disable only VP9.

How do I know which type of decoding my video card supports?

DXVA Checker

Thanks, but it's Windows-only. :/

@megapro17
Copy link

My video card also support VP8 decoding but no VP9 decoding.
I would also love to disable only VP9.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants