openfans-community-offical/Debian-Pi-Aarch64

How to enable hardware accelerated decoding in Chromium?

misaka19465 opened this issue · 4 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.