-
Notifications
You must be signed in to change notification settings - Fork 62
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
下载了你的 chromium_110.0.5481.54_linux_x64_with_hevc_hw_decode_encode_support.deb还是没有hevc硬解 #49
Comments
大概率是因为你那里VDAVideoDecoder生效了,但是VAAPIVideoDecoder没生效。前者已不在维护了,Chrome后续只会维护后者。 目前Chrome的AV1和HEVC的实现只支持了VAAPIVideoDecoder。所以你想给这俩Codec加速必须把VAAPIVideoDecoder搞好使….,然而这个东西在Linux貌似基建一直比较差劲直到最近的113版本开始支持X11才开始好装。 试一下安装下Chrome Canary 114,并传入 --enable-features=VaapiVideoDecoder,VaapiVideoDecodeLinuxGL 看下是否Ok. 目前在做Mac的杜比音频解码,后续我会编译一版带HEVC软解 + AC3/E-AC3 杜比音频支持的 Chromium 114 |
哦对 Linux版本的Chrome没有Canary,下Chrome Dev吧 |
谢谢,那再等一段时间吧,先用h264凑合着...... |
https://chromium.woolyss.com/#linux encode里到是全了,decode里还是没有hevc和av1的硬解,哎。 |
注:VaapiVideoDecodeLinuxGL 参数加了还是没变化。 |
但是intel_gpu_top里的video是0,还需要研究一下。 |
https://github.com/RobRich999/Chromium_Clang/releases/tag/v114.0.5688.0-r1124910-linux64-deb-avx2 想知道 all-codecs 和 all-codecs+ 分辨是啥编译参数决定的。 |
|
嗯 之前没看清楚 |
kubuntu 23.04 + chrome v114版本 仅使用如下参数便可开启显卡vaapi硬解。 |
目前 Chromium Linux 硬解基建有问题,不是开箱即用的,需要特定配置,且仅支持 VAAPI 和 V4L2(116支持的),如果HEVC还是没法硬解(此时其他Codec应该也没法硬解),可以自己尝试编译源码 Debug,编译方式 README.md 里有写,或者用 Repo 里编译好的软解 Chromium。 |
我的gpu是intel核显 UHD730,支持hevc和av1的硬件加速。
但是在chrome://gpu里的decode一栏只有h264,vp8,vp9的硬件加速,不知道hevc和av1到哪里去了。
终端vainfo命令里是显示全部支持的。
我的火狐浏览器里面能h264和av1的硬解,就是不支持hevc。所以想换个换个支持全一点的。结果好不到哪里去.....
chromium里是需要什么参数吗?
The text was updated successfully, but these errors were encountered: