openfans-community-offical / Debian-Pi-Aarch64

This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)

Home Page:https://gitee.com/openfans-community/Debian-Pi-Aarch64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to enable hardware accelerated decoding in Chromium?

misaka19465 opened this issue · comments

If I disable the flag enable-accelerated-video-decode, it will use VpxVideoDecoder, and if I enable it, chromium will use FFmpegVideoDecoder. What should I do?

FFmpegVideoDecoder is used hardware accelerated, what is your means?

FFmpegVideoDecoder is even slower than VpxVideoDecoder. I'm using Chromium installed by apt install chromium

If like that as your said, maybe you should compile the chromium from source code by yourself.

Could you please offer me the pre-installed chromium? apt can't install that package.