Jump to content

buptsb

Members
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Thanks for your apply! Maybe I should just wait for 5.10... The whole sunxi vpu thing is a little bit confusing for a non kernel/ffmpeg background user like me, and what I could do is jut repeat the TRY-FAILURE-GOOGLE loop...
  2. Hey guys. I have been trying to utilize H5 vpu decoding for 10+ hours... Still no go. Here is the checklist: kernel Using mainline kernel 5.8.9 from Armbian/build current. `uname -a` output: All kernel configs needed on Sunxi-Cedrus homepage were added, cma set to 256M. libva-v4l2-request Using https://github.com/Sash0k/libva-v4l2-request master. Compiled and make installed. `vainfo` output: `v4l2-ctl --list-formats` output: `./v4l2-request-test -f 25 -l` output: Cpu usage is quite low(4 cores <5%), checked with lsof and /dev/media0 & /dev/video0 are all occupied by v4l2-request-test. Seems frame decoding is working ok, but the big_buck_bunny video did not show up, something must be wrong here... ffmpeg https://github.com/Kwiboo/FFmpeg.git branch FFmpeg-4l2-request-hwaccel-4.3 `--enable-v4l2-request --enable-libdrm --enable-libudev` added in configure, `ffmpeg -decoders | grep 264` output: And finally running `ffmpeg -loglevel debug -hwaccel drm -i ~/jellyfish-10-mbps-hd-h264.mkv -pix_fmt bgra -f fbdev /dev/fb0` without x11, green artifacts met. One of the four cores is 100% utilized, others are free. Frame rate is super low (<5fps). Changing hwaccel from `drm` to `vaapi` (and what's the difference between these two?), met another kind of artifacts. So, any kind of help are welcomed, thanks! buptsb
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines