MMAPI / ffmpeg_install.sh
DeFactOfficial's picture
Update ffmpeg_install.sh
6a1b458 verified
raw
history blame
230 Bytes
#wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
#unxz ./ffmpeg-release-amd64-static.tar.xz
#tar -xvf ./ffmpeg-release-amd64-static.tar
export PATH="/home/user/app/ffmpeg-7.0.2-amd64-static:$PATH"