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
Leave a Reply