Skip to content

Installing FFMPEG on CENTOS

Braydon Justice edited this page Jan 9, 2020 · 2 revisions

curl -LO https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz
tar xvf ffmpeg-git-amd64-static.tar.xz
cd ffmpeg-git-201*
sudo cp {ffmpeg,ffprobe} /usr/local/bin
sudo cp {ffmpeg,ffprobe} /bin