FFmpeg builds for GNU/Linux & Windows (with Cygwin) (Stable).
Go to file
MRDHR 7b2d875d58
fix install fail issue
The file naming rules for the johnvansickle web page have changed, replacing 32bit and 64bit with i686 and amd64
2018-11-18 20:35:17 +08:00
ffmpeg-install fix install fail issue 2018-11-18 20:35:17 +08:00
README.md README.md 2016-03-01 19:06:24 +01:00

FFmpeg (Latest Git/Stable Static Builds) for GNU/Linux

Script:    q3aql (q3aql@openmailbox.org)
Builds:    John Van Sickle (john.vansickle@gmail.com)

How to install (ffmpeg-install):

  • Instructions:

    • Open the terminal.
    • Clone the repository: git clone https://github.com/q3aql/ffmpeg-install.git
    • Change directory: cd ffmpeg-install
    • Copy the script to $PATH (as root): cp -rf ffmpeg-install /usr/bin/
    • Change the permissions (as root): chmod +x /usr/bin/ffmpeg-install

Note: The script are compatible with all GNU/Linux distributions.

How to use:

  • Commands to install:

    • $ ffmpeg-install --install (Latest git version)
    • $ ffmpeg-install --install release (Latest stable version)
  • Commands to update:

    • $ ffmpeg-install --update (Latest git version)
    • $ ffmpeg-install --update release (Latest stable version)
  • Command to uninstall:

    • $ ffmpeg-install --uninstall
  • Show help:

    • $ ffmpeg-install --help