AaronNGray Posted August 29 Posted August 29 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. 0 Quote
royk Posted August 29 Posted August 29 (edited) 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 August 29 by royk 0 Quote
AaronNGray Posted August 30 Author Posted August 30 Oh wonderful, thank you for the info ! Thats great news it looks like the RockChip might be a good host for distributed video streaming. Great thanks for the GitHub link. Just read the README.md :- https://github.com/nyanmisaka/ffmpeg-rockchip/blob/master/README.md 0 Quote
Recommended Posts
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.