基于Rockchips信息说明:
其VPU支持4K60 H.265/H.264/VP9视频解码器,1080P60 H.264/H.265视频编码器。
我安装了他们推荐的系统(Debian 11(Bullseye)Core,无 GUI,内核 5.10.110),然后ffmpeg
使用apt
。
我希望尽快将 4K HEVC 视频解码为低分辨率 FHD、H264。
但我甚至无法启用硬件加速解码:
ffmpeg -hwaccel auto -i mysource.mp4 -f null - -benchmark
...
[AVHWDeviceContext @ 0x55beea4260] Cannot open the X11 display .
....
[hevc @ 0x55beeb7570] Auto hwaccel disabled: no device found.
Fps 大约为 1.x,太慢了。
我如何在该 CPU 上将市场上的硬件加速与 FFMPEG 结合使用?