File size: 227 Bytes
eee16bc
 
 
 
1
2
3
4
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"