This script is designed to automate the installation of FFMPEG on your system. It will download the latest version of FFMPEG, extract it to the /usr/bin/ directory, make the binary executable, and validate the installation by comparing the MD5 checksum. β
- Static build, no additional packages required. π§
- Replaces the existing version of FFMPEG in
/usr/bin/with the new version. π - Validates the integrity of the installed FFMPEG binary using MD5 checksum. π οΈ
- Automatically handles error conditions, ensuring proper installation or termination with an error message.
β οΈ
Follow the steps below to use the script to install or update FFMPEG on your system:
Use the following commands to download the script and execute it:
# Clone this repo by
git clone [email protected]:iotistic/ffmpeg-builds.git
# Go to ffmpeg-build directory
cd ffmpeg-builds
# Make the installation script executable
chmod +x install.sh
# Run the installation script with superuser privileges
sudo ./install_ffmpeg.sh