ffmpeg-builds/README.md
2024-05-01 11:15:01 +02:00

3.2 KiB

FFmpeg builds for GNU/Linux & Windows

FFmpeg 7.0 Builds:

HOW TO INSTALL:

  • GNU/Linux instructions:

  • Windows instructions:

  • Cygwin instructions:

    • Download the package ffmpeg-7.0-cygwin-64bit-build.tar.gz.
    • Open the Cygwin terminal and type the following command for install:
      • $ tar jxvf ffmpeg-7.0-cygwin-64bit-build.tar.gz -C /

HOW TO CREATE YOUR BUILD:

  • GNU/Linux instructions:

    • Install dependencies in your GNU/Linux distro.
    • Dependencies: wget, gcc, make, cmake, meson/ninja and git.
    • Type the following commands:
      • $ git clone https://git.q3aql.dev/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 or lynx.
    • Open Cygwin terminal and type the following commands:
      • $ git clone https://git.q3aql.dev/q3aql/ffmpeg-builds
      • $ cd ffmpeg-builds
      • $ ./ffmpeg-share-build-[arch].sh

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