Welcome to the simple-ffmpeg repository! This script offers a straightforward method for installing ffmpeg and ffprobe on Linux systems. It's crafted to be quick, efficient, and reliable.
This script was created out of necessity as Amazon Linux 2 and Amazon Linux 2023 did not include ffmpeg in their dnf repositories. It's designed to fill this gap, providing an easy way for users of these distributions to install ffmpeg in a one line command
- Easy Installation: Just one command to install
ffmpeg. - Linux-Specific: Tailored exclusively for Linux environments.
- Automatic Cleanup: Neat and tidy, with no mess left behind.
Before proceeding, ensure you have:
- A Linux-based operating system (Note: This script is specifically designed for Linux and is not compatible with other operating systems).
sudoprivileges on your system.curlinstalled for downloading the script.
Install ffmpeg using this simple command:
Stable Release:
curl -L https://raw.githubusercontent.com/Lord-Haji/simple-ffmpeg/main/simple_ffmpeg.sh | sudo bashBleeding Edge Git Build: (Add -g or --git flag as standard input)
curl -L https://raw.githubusercontent.com/Lord-Haji/simple-ffmpeg/main/simple_ffmpeg.sh | sudo bash -s -- -gThe script:
- Detects the system architecture.
- Downloads the right
ffmpegbuild from John Van Sickle's website. - Extracts and places
ffmpegandffprobein/usr/local/bin. - Cleans up after the installation.
x86_64i686armv7laarch64
Open-sourced under the MIT license.
Provided "as is", without any warranty. Use at your own risk.