Aggiorna README.md
This commit is contained in:
parent
cfa5a4823d
commit
428a65a6c0
1 changed files with 78 additions and 72 deletions
16
README.md
16
README.md
|
@ -4,11 +4,14 @@
|
|||
______________________________________
|
||||
______________________________________
|
||||
https://github.com/rockchip-linux/mpp
|
||||
|
||||
https://github.com/nyanmisaka/ffmpeg-rockchip/tree/master
|
||||
|
||||
https://github.com/nyanmisaka/ffmpeg-rockchip/wiki/Compilation
|
||||
______________________________________
|
||||
______________________________________
|
||||
|
||||
ora
|
||||
|
||||
sudo apt-get update -qq && sudo apt-get -y install \
|
||||
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
|
||||
git clone https://github.com/rockchip-linux/mpp -b develop
|
||||
cd ~/mpp/build/linux/aarch64
|
||||
|
@ -73,8 +75,8 @@ cmake \
|
|||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DBUILD_TEST=OFF \
|
||||
..
|
||||
make -j $(nproc)
|
||||
make install
|
||||
sudo make -j $(nproc)
|
||||
sudo make install
|
||||
|
||||
|
||||
# Build RGA
|
||||
|
@ -98,23 +100,27 @@ mkdir -p ~/dev && cd ~/dev
|
|||
git clone https://github.com/nyanmisaka/ffmpeg-rockchip.git
|
||||
cd ffmpeg-rockchip
|
||||
./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
|
||||
|
||||
./ffmpeg -decoders | grep rkmpp
|
||||
./ffmpeg -encoders | grep rkmpp
|
||||
./ffmpeg -filters | grep rkrga
|
||||
|
||||
# Install FFmpeg to the prefix path
|
||||
make install
|
||||
|
||||
sudo make install
|
||||
|
||||
______________________________________
|
||||
altro
|
||||
______________________________________
|
||||
https://github.com/nyanmisaka/ffmpeg-rockchip
|
||||
|
||||
https://github.com/nyanmisaka/jellyfin-ffmpeg/tree/next-rockchip
|
||||
|
||||
https://github.com/rockchip-linux/mpp
|
||||
|
||||
https://github.com/nyanmisaka/ffmpeg-rockchip/wiki/Compilation
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue