Aleksoid1978 / VideoRenderer

Внешний видео-рендерер
GNU General Public License v3.0
983 stars 108 forks source link

Random Gray color appear in the video when using intel igpu #164

Closed Khaoklong51 closed 1 month ago

Khaoklong51 commented 1 month ago

Random Gray color appear in the video most noticeable when the video background is black also see the same thing happen in Google Chrome as well The issue seem to be in the hardware acceleration on the intel because on Google Chrome disable "Use graphics acceleration when available" option fixes the issue

Screenshot (73) Screenshot (74)

v0lt commented 1 month ago
  1. Disable Super Resolution.
  2. Disable "video enhancements" in the driver.
  3. Disable DXVA2/D3D11 Video Processor for "NV12", "P010" and others.

I don't see a problem with MPC Video Renderer here.

Khaoklong51 commented 1 month ago
  1. Disable DXVA2/D3D11 Video Processor for "NV12", "P010" and others.

Thanks. This option fix the issue