@amazingfate The old hbiyik/FFmpeg is deprecated in favor of ffmpeg-rockchip. The latter one have different default behavior to enable the best performance and 10-bit/P010 support.
Also the hbiyik/FFmpeg doesn't support the 6.1 bsp because the 6.1 kernel lacks of rk-dma-heap allocator. You can only use the drm gem allocator.
Not only that, the decoder, filter and encoder components are bundled together in hbiyik/FFmpeg/libavcodec, makeing the code difficult to read and maintain. So we decided to move.
- https://github.com/7Ji-PKGBUILDs/.report/issues/15#issuecomment-1909770887
- https://github.com/7Ji-PKGBUILDs/.report/issues/17#issuecomment-1913746159
To adapt MPV to ffmpeg-rockchip, except for the included nv16/p010/p210 format patches, there are two additional MPV configs need to be set in `/etc/mpv/mpv.conf`.
To adapt Kodi to ffmpeg-rockchip, see this Wiki page. You will get 8k 60fps HEVC 10-bit playback this time.