Closed Dreaming-in-Gottingen closed 7 months ago
Sorry for the delay response, did you try Chromium 124 to see if it has been fixed?
From my context here, making Chromium properly using HW decoding on Linux out of box is not easy.
Chromium v124可以正常硬解了,感谢~
Okey :)
hi,朱老师,请教一些问题,谢谢! 我下载了你释放的chromium_110.0.5428.0_linux_x64_with_hevc_hw_decode_encode_support.deb在Linux平台运行,显卡试了intel 12集成显卡和摩尔线程的显卡,期望浏览器使用上硬解加速,试之前我也确认了vainfo正常,mpv能正常用硬解。
起浏览器的命令为:chromium-browser-stable --enable-accelerated-video-decode --enable-features=VaapiVideoDecoder,VaapiVideoDecodeLinuxGL /path/to/input_x265.mp4 --enable-logging=stderr --v=3 > sta_v110.log 2>&1
但是硬解没用起来,报错如下:
这个报错在intel的集显和摩尔的独显上都出现,感觉像是解码后的nv12图像要共享出去(这个版本的是先软转到rbga格式,v115后的好像显卡驱动内部做vdec->vpp出rgb格式图像),再与进度条/窗口那些再合成。 这种问题该怎么处理?