Jump to content

Can someone run a few tests for me on the BananaPi-M7 or RK3588 Mali G610MC4 GPU device ?


Recommended Posts

I am interested in hardware video support and wether ffmpeg has hardware support on the RK3588 and Mali G610MC4 GPU.

And was wondering if someone whould be interested in giving me the output of a few tests for me please ?

 

```

ffmpeg -hide_banner -encoders

```

```

ffmpeg -hide_banner -decoders

```

```

ffmpeg -hide_banner -hwaccels

```

 

Many thanks in advance.

Link to comment
Share on other sites

Armbian & Khadas are rewarding contributors

If the image doesn't include it already you could compile/install ffmpeg from: https://github.com/nyanmisaka/ffmpeg-rockchip

 

From an Orange Pi 5:

 

ffmpeg -hide_banner -encoders | grep rkmpp
V..... h264_rkmpp           Rockchip MPP (Media Process Platform) H264 encoder (codec h264)
V..... hevc_rkmpp           Rockchip MPP (Media Process Platform) HEVC encoder (codec hevc)

V..... mjpeg_rkmpp        Rockchip MPP (Media Process Platform) MJPEG encoder (codec mjpeg)

 

ffmpeg -hide_banner -decoders | grep rkmpp
V..... av1_rkmpp            Rockchip MPP (Media Process Platform) AV1 decoder (codec av1)
V..... h263_rkmpp           Rockchip MPP (Media Process Platform) H263 decoder (codec h263)
V..... h264_rkmpp           Rockchip MPP (Media Process Platform) H264 decoder (codec h264)
V..... hevc_rkmpp           Rockchip MPP (Media Process Platform) HEVC decoder (codec hevc)
V..... mpeg1_rkmpp          Rockchip MPP (Media Process Platform) MPEG1VIDEO decoder (codec mpeg1video)
V..... mpeg2_rkmpp          Rockchip MPP (Media Process Platform) MPEG2VIDEO decoder (codec mpeg2video)
V..... mpeg4_rkmpp          Rockchip MPP (Media Process Platform) MPEG4 decoder (codec mpeg4)
V..... vp8_rkmpp            Rockchip MPP (Media Process Platform) VP8 decoder (codec vp8)
V..... vp9_rkmpp            Rockchip MPP (Media Process Platform) VP9 decoder (codec vp9)
 

ffmpeg -hide_banner -hwaccels | grep rkmpp
rkmpp

Edited by royk
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines