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

win11 更新到版本 107.0.5303.0(正式版本)canary (64 位),chrome://gpu/页面没有hevc支持 #29

Closed sunjun closed 2 years ago

sunjun commented 2 years ago

看到readme里面说107.0.5300.0 后会默认支持hevc不用加enable参数,下载了个canary试了一下,发现chrome://gpu/里面没有默认支持hevc,实测也是不支持,同一台设备之前104版本加上enable后,chrome://gpu/可以看到hevc,并且实测也是支持的

StaZhu commented 2 years ago

应该是受这个实验影响了:https://source.chromium.org/chromium/chromium/src/+/main:testing/variations/fieldtrial_testing_config.json;l=7833;bpv=1

我看看能不能关闭。

StaZhu commented 2 years ago
  1. 107版本Finch放量已开到100%,已联系chrome小哥搞定。
  2. 更新下108.0.5305.0 fieldtrial逻辑已去掉了 这次肯定默认开启了
sunjun commented 2 years ago

已经升级验证,可以了