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

Missing DXVA Support for Video Decoding #981

Open
nicedriving opened this issue Oct 29, 2024 · 4 comments
Open

Missing DXVA Support for Video Decoding #981

nicedriving opened this issue Oct 29, 2024 · 4 comments
Labels
Minor bug A bug that does not break the browser

Comments

@nicedriving
Copy link

It can't use GPU Video Decoding in Windows 8.1

Steps to reproduce the behavior:

  1. Use a ultra old GPU, like I'm currently using a Intel GMA 4500MHD
  2. Open Supermium, enable Override software flag, and then go to YouTube.
  3. Make h264ify extension enabled; and its block 60fps is ticked or enabled.
  4. Open any YouTube Video, and use statistic (to make sure it decodes in avc1).

Expected behavior
It uses only Software rendering (CPU only).

Desktop (please complete the following information):

  • OS: Windows Embedded 8.1 Enterprise
  • CPU: Intel Core 2 Solo SU3500
  • RAM: 2GB DDR2 666 Mhz x2
  • Storage: SSD 128GB

Additional context
It doesn't want to use the Intel GPU, it only roughs up all processes to the only a single core in the CPU.

@nicedriving nicedriving added the Minor bug A bug that does not break the browser label Oct 29, 2024
@nelsonhef
Copy link

Known issue: #657 (comment)

@nicedriving
Copy link
Author

nicedriving commented Oct 29, 2024

--disable-gpu-driver-bug-workarounds

Well... My GPU only have feature level up to 10.0 and 9.1 (dxva) not dxva2, in this scenario. This also iGPU, not a separated GPU.

Because I said this, you mention about d3d11. Which this old iGPU from 2006 not even support it. I need is D3D9, thank you.

@nicedriving
Copy link
Author

Known issue: #657 (comment)

This one is different. I need dxva support, not dxva2, Thank you.

@nicedriving nicedriving changed the title Video Decode problem in Windows 8.1 Missing DXVA Support for Video Decoding Oct 30, 2024
@Half-Modern
Copy link

Half-Modern commented Oct 30, 2024

You need VDAVideoDecoder to be back, just like I do (In this browser? I don't think so)
Full explanation: Alex313031/thorium-legacy#114
To get it working, you have to use Chromium 109 (Last version that officially supports Windows 7):
Launch it with arguments:
--disable-gpu-driver-bug-workarounds
Go to chrome://flags and set those to:
image
image
image
(Not all of them might be required but you can get most of your GPU to render the browser pages this way)
It still works well for most sites and I use it to type this comment right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor bug A bug that does not break the browser
Projects
None yet
Development

No branches or pull requests

3 participants