How to check if video decode acceleration is active
#1
Hello all,

I would like to utilize the video decoding capabilities of the RK3399, but so far I had no success. Many people seem to underestimate how difficult this is and just assume it works without effort.

Here is how to verify whether it works, using mpv, chromium and firefox:
(the pictures are taken on my x86_64 PC)

1. mpv
CTRL + H toggles hardware decoding. If it can't use cuda/vdpau/vaapi then it will just say 'no' all the time.

2. chromium
open the developer panel with F12, open the Media tab
[Image: ME74NTY.png][Image: rZs9xaT.png]
as you can see, VDA is hardware accelerated. Other decoders (Vpx, Dav1d, FFmpeg) are used for the VP9, AV1, and Theora codecs. Neither my Radeon nor the RK3399 have hardware support for these codecs.

3. firefox
run
Code:
MOZ_LOG=PlatformDecoderModule:5 firefox 2>&1| grep VA
[Image: kUuvNKK.png]
note: it says VA-API disabled by platform during startup, but when I actually try to open a video it successfully initializes.

As far as I can tell, no distro on the PineBook Pro has support for hardware video decoding. If somebody can get it to work, I'd love to hear about it.
  Reply


Messages In This Thread
How to check if video decode acceleration is active - by maxjrh - 07-06-2021, 01:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Video : How to install Armbian Reforged and set it up on PineBookPro / Gaming image NicoD-SBC 0 2,789 11-23-2020, 12:09 PM
Last Post: NicoD-SBC

Forum Jump:


Users browsing this thread: 1 Guest(s)