How to enable hardware accelerated decoding in Chromium?
misaka19465 opened this issue · 4 comments
misaka19465 commented
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?
aiminickwong commented
FFmpegVideoDecoder is used hardware accelerated, what is your means?
misaka19465 commented
FFmpegVideoDecoder is even slower than VpxVideoDecoder. I'm using Chromium installed by apt install chromium
aiminickwong commented
If like that as your said, maybe you should compile the chromium from source code by yourself.
misaka19465 commented
Could you please offer me the pre-installed chromium? apt can't install that package.