반응형
https://github.com/nyanmisaka/ffmpeg-rockchip
GitHub - nyanmisaka/ffmpeg-rockchip: FFmpeg with async and zero-copy Rockchip MPP & RGA support
FFmpeg with async and zero-copy Rockchip MPP & RGA support - nyanmisaka/ffmpeg-rockchip
github.com
https://github.com/rockchip-linux/mpp
GitHub - rockchip-linux/mpp: Media Process Platform (MPP) module
Media Process Platform (MPP) module. Contribute to rockchip-linux/mpp development by creating an account on GitHub.
github.com
git clone https://github.com/rockchip-linux/mpp
cd mpp
cd build/linux/aarch64
./make-Makefiles.bash
sudo make install
git clone https://github.com/nyanmisaka/ffmpeg-rockchip.git
cd ffmpeg-rockhip
./configure --enable-rkmpp --enable-rkrga --enable-version3 --enable-libdrm
make -j
sudo make install