StaZhu / enable-chromium-hevc-hardware-decoding

A guide that teach you enable hardware HEVC decoding & encoding for Chrome / Edge, or build a custom version of Chromium / Electron that supports hardware & software HEVC decoding and hardware HEVC encoding.
MIT License
1.24k stars 60 forks source link

部分edge用户反馈硬解265会进一帧退一帧 #84

Open mxzhou opened 2 weeks ago

mxzhou commented 2 weeks ago

部分edge用户反馈硬解265(MediaSource)会进一帧退一帧,定位应该是解码器解码后按照DTS出帧(期望是按照PTS出帧), 导致渲染异常 显卡信息:angle (nvidia, nvidia geforce rtx 3060 laptop gpu (0x00002560) direct3d11 vs_5_0 ps_5_0, d3d11) chrome无用户反馈

StaZhu commented 2 weeks ago

Edge的H265实现使用的是微软自家的DXVA,走的另外一套和Chrome不同的东西,闭源,如果你有能复现的链接可以发现我,我帮忙给微软的人看下。