This script automates the installation of FFmpeg static builds on Ubuntu systems.
Features
- Automatically installs the latest FFmpeg static build.
- Automatically detects supported system architectures: amd64, i686, armhf, and arm64.
- Checks and removes existing FFmpeg installations if needed.
- Copies ffmpeg and ffprobe binaries to /usr/local/bin.
- Verifies downloaded files using md5 checksum.
- Tested on Ubuntu 18.04, 20.04, 22.04