Ffmpeg Install Save Abandoned

MOVED: https://gitlab.com/q3aql/ffmpeg-builds

Project README

FFmpeg builds for GNU/Linux & Windows

FFmpeg 5.1.2 Builds:

HOW TO INSTALL:

  • GNU/Linux instructions:

    • Download the package (32 bits or 64 bits).

    • Open the terminal and type the following command:

      $ sudo tar jxvf ffmpeg-5.1.2-linux-gnu-[arch]-build.tar.bz2 -C /
      

    Note: Replace [arch] with 32bit or 64bit depending on your architecture.

  • Windows instructions:

    • Download the package (32 bits or 64 bits).
    • Unzip the package with 7-zip or Winrar.
    • Copy the files to a folder. For example: C:\Program Files\FFmpeg
    • Add the path C:\Program Files\FFmpeg to PATH variable.

HOW TO CREATE YOUR BUILD:

  • GNU/Linux instructions:

    • Install dependencies in your GNU/Linux distro.

    • Dependencies: wget, git, gcc, g++, yasm, nasm, make, meson, ninja. gperf, autoconf and libtool

    • Type the following commands:

      $ git clone https://github.com/q3aql/ffmpeg-builds
      $ cd ffmpeg-builds
      $ sudo ./ffmpeg-static-build-[arch].sh
      

    Note: Replace [arch] with linux32 or linux64 depending on your architecture.

  • Windows instructions:

    • Install Cygwin for 32bits or 64bits.

    • During installation, configure the repository and install git and wget.

    • Open Cygwin terminal and type the following commands:

      $ git clone https://github.com/q3aql/ffmpeg-builds
      $ cd ffmpeg-builds
      $ ./ffmpeg-share-build-[arch].sh
      

    Note: Replace [arch] with cygwin32 or cygwin64 depending on your architecture.

Open Source Agenda is not affiliated with "Ffmpeg Install" Project. README Source: q3aql/ffmpeg-builds
Stars
65
Open Issues
0
Last Commit
1 year ago
License

Open Source Agenda Badge

Open Source Agenda Rating