How to Install ffmpeg static build

Written by Yujin Boby

Edit in WordPress

FFmpeg binary static build available for download from

https://johnvansickle.com/ffmpeg/

To install ffmpeg static build, run

cd /usr/local/src
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
tar xvf ffmpeg-release-amd64-static.tar.xz
cd ffmpeg-*-amd64-static/
cp ffmpeg ffprobe qt-faststart /usr/bin/
cp -r model /usr/local/share/

See ffmpeg