Skip to content

iotistic/ffmpeg-builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

FFMPEG Installation Script 🎬

Version : v7.1

Last Modified: 17 FEB 2025 πŸ“…

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. βœ…

Features 🌟

  • 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. ⚠️

Installation Steps πŸ› οΈ

Follow the steps below to use the script to install or update FFMPEG on your system:

1. Download Installation Script πŸ“₯

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages