Aggiorna README.md

This commit is contained in:
Fabio 2025-04-25 15:43:03 +08:00
parent cfa5a4823d
commit 428a65a6c0

View file

@ -4,11 +4,14 @@
______________________________________ ______________________________________
______________________________________ ______________________________________
https://github.com/rockchip-linux/mpp https://github.com/rockchip-linux/mpp
https://github.com/nyanmisaka/ffmpeg-rockchip/tree/master https://github.com/nyanmisaka/ffmpeg-rockchip/tree/master
https://github.com/nyanmisaka/ffmpeg-rockchip/wiki/Compilation https://github.com/nyanmisaka/ffmpeg-rockchip/wiki/Compilation
______________________________________ ______________________________________
______________________________________ ______________________________________
ora
sudo apt-get update -qq && sudo apt-get -y install \ sudo apt-get update -qq && sudo apt-get -y install \
autoconf \ autoconf \
@ -38,7 +41,6 @@ sudo apt-get update -qq && sudo apt-get -y install \
______________________________________ ______________________________________
sudo apt install -y git make cmake gcc g++ wget sudo apt install -y git make cmake gcc g++ wget
git clone https://github.com/rockchip-linux/mpp -b develop git clone https://github.com/rockchip-linux/mpp -b develop
cd ~/mpp/build/linux/aarch64 cd ~/mpp/build/linux/aarch64
@ -73,8 +75,8 @@ cmake \
-DBUILD_SHARED_LIBS=ON \ -DBUILD_SHARED_LIBS=ON \
-DBUILD_TEST=OFF \ -DBUILD_TEST=OFF \
.. ..
make -j $(nproc) sudo make -j $(nproc)
make install sudo make install
# Build RGA # Build RGA
@ -98,23 +100,27 @@ mkdir -p ~/dev && cd ~/dev
git clone https://github.com/nyanmisaka/ffmpeg-rockchip.git git clone https://github.com/nyanmisaka/ffmpeg-rockchip.git
cd ffmpeg-rockchip cd ffmpeg-rockchip
./configure --prefix=/usr --enable-gpl --enable-version3 --enable-libdrm --enable-rkmpp --enable-rkrga ./configure --prefix=/usr --enable-gpl --enable-version3 --enable-libdrm --enable-rkmpp --enable-rkrga
make -j $(nproc) sudo make -j $(nproc)
# Try the compiled FFmpeg without installation # Try the compiled FFmpeg without installation
./ffmpeg -decoders | grep rkmpp ./ffmpeg -decoders | grep rkmpp
./ffmpeg -encoders | grep rkmpp ./ffmpeg -encoders | grep rkmpp
./ffmpeg -filters | grep rkrga ./ffmpeg -filters | grep rkrga
# Install FFmpeg to the prefix path # Install FFmpeg to the prefix path
make install
sudo make install
______________________________________ ______________________________________
altro altro
______________________________________ ______________________________________
https://github.com/nyanmisaka/ffmpeg-rockchip https://github.com/nyanmisaka/ffmpeg-rockchip
https://github.com/nyanmisaka/jellyfin-ffmpeg/tree/next-rockchip https://github.com/nyanmisaka/jellyfin-ffmpeg/tree/next-rockchip
https://github.com/rockchip-linux/mpp https://github.com/rockchip-linux/mpp
https://github.com/nyanmisaka/ffmpeg-rockchip/wiki/Compilation https://github.com/nyanmisaka/ffmpeg-rockchip/wiki/Compilation