Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@jontybrook jontybrook released this 13 Dec 15:48
· 3 commits to main since this release

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