msojocs / bilibili-linux

基于哔哩哔哩官方客户端移植的Linux版本 支持漫游
MIT License
719 stars 34 forks source link

VA-API 视频硬件解码支持 #34

Closed chiyuki0325 closed 2 years ago

chiyuki0325 commented 2 years ago

Chromium 在 Linux 平台下默认不会硬解视频,在原版 Chromium 中可以通过加入 --enable-features=VaapiVideoDecoder 命令行参数打开视频硬解功能,而此客户端加入参数之后,仍然不会硬解视频,所以希望在客户端代码中加入 app.commandLine.appendSwitch('enable-features', 'VaapiVideoDecoder') 来允许视频硬解。

msojocs commented 2 years ago

试过了,好像没有作用

msojocs commented 2 years ago

如果在electron下测试通过并有证明,再考虑添加。