This script provides an automated way to install FFmpeg on various Linux distributions and architectures.
- Temporarily not support compile installation for CentOS/RHEL/Fedora due to dependencies issues. However, "Quick install" still usable.
- For Debian/Ubuntu/Raspbian/etc., recommend to use compile installation instead of "Quick install".
- Supports multiple Linux distributions and architectures.
- Offers both quick and source compilation installation methods.
- Multi-language support (English and Chinese).
- Auto cleanup before and after installation.
- Root access to the system
sudo
- Internet connection to
github
To install FFmpeg using this script, you can use the following one-liner command. This command downloads the script and executes it, offering you an interactive installation process:
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/ZL-Asica/FFmpeg-One-Click-Installer/main/zla-install-ffmpeg.sh)"
After installation, you can simply run ffmpeg
to access its features. If you encounter any issues, please report them on the GitHub issues page.