FFmpeg builds for GNU/Linux & Windows (with Cygwin) (Stable).
Go to file
2021-03-12 22:09:08 +01:00
src Fix indent 2021-03-12 17:53:15 +01:00
LICENSE.txt Fix LICENSE.txt (GPL 2.0) 2021-03-12 22:09:08 +01:00
Makefile Makefile 2021-03-12 16:45:53 +01:00
README.md Update README.md 2021-03-12 18:00:32 +01:00

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

Script:    q3aql (q3aql@protonmail.ch)
Builds:    John Van Sickle (john.vansickle@gmail.com)

Sintax:

  • $ ffmpeg-install --install --> Install FFmpeg (Git version)
  • $ ffmpeg-install --install release --> Install FFmpeg (Stable version)
  • $ ffmpeg-install --update --> Update FFmpeg (Git version)
  • $ ffmpeg-install --update release --> Update FFmpeg (Stable version)
  • $ ffmpeg-install --uninstall --> Uninstall FFmpeg previously installed
  • $ ffmpeg-install --help --> Show help

Installation:

  • Open terminal and type the following commands:

    • $ git clone https://github.com/q3aql/ffmpeg-install
    • $ cd ffmpeg-install
    • $ make install