-
Notifications
You must be signed in to change notification settings - Fork 61
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
Linux VaapiVideoDecoder HEVC 硬解码支持的现况总结 #74
Comments
验证方法:
|
经过不同版本测试后总结: |
对于 Intel 核显(使用 Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630] 核显测试): |
你好,我正在测试摩尔线程的显卡,求教以下再统信下的chromium浏览器是编译安装还是下载deb包? |
TL;DR:
(测试过的最低成功版本是 Debian 12 官方库下的 libva2_2.17.0-1)
(测试过的最高失败版本是 Ubuntu 22.04.4 LTS 官方库下的 libva2_2.14.0-1)
(libva2 版本过低可通过第三方库尝试升级 或 直接从 https://github.com/intel/libva.git 拉取源代码本地编译安装最新版)
(测试过的最低成功版本是 Debian 12 官方库下的 mesa-vulkan-drivers_22.3.6-1+deb12u1)
(Mesa 22.0 Released With Vulkan 1.3)
(mesa-vulkan-drivers 版本过低建议直接更新换系统)
目前测试结果表现为需要实际安装的显卡驱动实现了 Vulkan 1.3 及以上版本,否则大概率不成功
并且需要附加额外的启动参数:
--use-gl=angle
--use-angle=vulkan
--enable-accelerated-video-decode
--enable-features=Vulkan,VulkanFromANGLE,DefaultANGLEVulkan,VaapiIgnoreDriverChecks,VaapiVideoDecoder,PlatformHEVCDecoderSupport,UseMultiPlaneFormatForHardwareVideo
The text was updated successfully, but these errors were encountered: