我正在检查开发者工具,使用youtube上的VP9,我可以获得Vpx解码,但是使用H264,我只能得到FFMpeg。
我带着旗子出发:
--ignore-gpu-blocklist --use-gl=desktop --enable-features=VaapiVideoDecoder
发布于 2022-03-03 00:25:16
我在Chrome 99中实现了VP9和H.264 (较低的CPU负载),其中:
/usr/bin/google-chrome-stable --ignore-gpu-blocklist --disable-features=UseChromeOSDirectVideoDecoder --use-gl=desktop --enable-features=VaapiVideoDecoder %U
谢谢米哈尔。
发布于 2022-06-02 12:53:42
别被几个译码器的名字弄糊涂了。
VpxVideoDecoder也是软件解码。您可以轻松地通过在播放F12视频时按下VP9来验证这一点,从而打开开发工具。让它显示"Media“选项卡,当使用VpxVideoDecoder时,您将看到”硬件解码器: False“。
https://askubuntu.com/questions/1395588
复制相似问题