-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Abrar Ahmed edited this page Jun 21, 2025
·
2 revisions
Welcome to the FFmpeg-Builds wiki!
For links to the latest version see Latest
To install FFmpeg on Linux
cd /tmp
wget https://github.com/abrar71/FFmpeg-Builds/releases/download/latest/ffmpeg-n7.1-latest-linux64-nonfree-shared-7.1.tar.xz -O ffmpeg-n7.1-latest-linux64-nonfree-shared-7.1.tar.xz
sudo tar xf ffmpeg-n7.1-latest-linux64-nonfree-shared-7.1.tar.xz --strip-components=1 -C /usr
sudo rm ffmpeg-n7.1-latest-linux64-nonfree-shared-7.1.tar.xz /usr/bin/ffplay
sudo chmod +x /usr/bin/ffmpeg
sudo chmod +x /usr/bin/ffprobe