ffmpeg-builds/README.md

70 lines
3.2 KiB
Markdown
Raw Permalink Normal View History

2022-01-15 19:45:28 +01:00
FFmpeg builds for GNU/Linux & Windows
=====================================
2015-10-16 19:14:59 +02:00
2023-03-07 22:28:13 +01:00
### FFmpeg 6.0 Builds2:
2015-10-16 19:14:59 +02:00
2021-12-28 20:45:30 +01:00
* **`GNU/Linux downloads (Static):`**
2023-03-07 22:28:13 +01:00
* [ffmpeg-6.0-linux-gnu-64bit-build2.tar.bz2](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy) (Generic Linux x86_64)
* [ffmpeg-6.0-linux-gnu-64bit-build2.deb](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy) (Debian/Ubuntu x86_64)
* [ffmpeg-6.0-linux-gnu-64bit-build2.rpm](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy) (RedHat/Fedora x86_64)
2021-12-28 20:45:30 +01:00
2022-01-15 19:13:02 +01:00
* **`Windows downloads (Shared):`**
2021-12-28 20:45:30 +01:00
2023-03-07 22:28:13 +01:00
* [ffmpeg-6.0-win-64bit-build2.zip](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy)
* [ffmpeg-6.0-win-64bit-build2.exe](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy)
* [ffmpeg-6.0-cygwin-64bit-build2.tar.gz](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy)
2022-04-08 16:53:13 +02:00
2021-12-30 11:10:00 +01:00
### HOW TO INSTALL:
2015-10-16 19:14:59 +02:00
* **GNU/Linux instructions:**
2021-12-30 11:58:16 +01:00
2023-03-07 22:28:13 +01:00
* Download the package [ffmpeg-6.0-linux-gnu-64bit-build2.tar.bz2](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy).
* Open the terminal and type the following command for install:
2023-03-07 22:32:04 +01:00
* `$ sudo tar jxvf ffmpeg-6.0-linux-gnu-64bit-build2.tar.bz2 -C /`
2021-12-30 11:10:00 +01:00
2021-12-28 20:45:30 +01:00
* **Windows instructions:**
2021-12-30 11:10:00 +01:00
2023-03-07 22:28:13 +01:00
* Download the package [ffmpeg-6.0-win-64bit-build2.zip](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy).
2021-12-28 20:45:30 +01:00
* Unzip the package with [7-zip](http://www.7-zip.org/) or [Winrar](http://www.rarlab.com/).
* Copy the files to a folder. For example: `C:\Program Files\FFmpeg`
* Add the path `C:\Program Files\FFmpeg` to [PATH](https://www.google.es/search?q=add+folder+to+PATH+on+Windows) variable.
2023-03-07 22:28:13 +01:00
* **Cygwin instructions:**
2021-12-30 11:10:00 +01:00
2023-03-07 22:28:13 +01:00
* Download the package [ffmpeg-6.0-cygwin-64bit-build2.tar.gz](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy).
* Open the Cygwin terminal and type the following command for install:
2023-03-07 22:32:04 +01:00
* `$ sudo tar jxvf ffmpeg-6.0-cygwin-64bit-build2.tar.gz -C /`
2023-03-07 22:28:13 +01:00
2021-12-30 11:10:00 +01:00
### HOW TO CREATE YOUR BUILD:
* **GNU/Linux instructions:**
2021-12-30 11:12:46 +01:00
* Install dependencies in your GNU/Linux distro.
2023-03-07 22:32:04 +01:00
* Dependencies: `wget`, `gcc`, `make`, `cmake`, `meson/ninja` and `git`.
2021-12-30 11:10:00 +01:00
* Type the following commands:
2023-03-07 22:32:04 +01:00
* `$ git clone https://gitlab.com/q3aql/ffmpeg-builds`
* `$ cd ffmpeg-builds`
* `$ sudo ./ffmpeg-static-build-[arch].sh`
2021-12-30 11:10:00 +01:00
_Note: Replace `[arch]` with `linux32` or `linux64` depending on your architecture._
* **Windows instructions:**
2022-10-04 19:44:38 +02:00
* Install Cygwin for [32bits](https://cygwin.com/setup-x86.exe) or [64bits](https://cygwin.com/setup-x86_64.exe).
2023-03-07 22:28:13 +01:00
* During installation, `configure the repository` and install `git` and `wget` or `lynx`.
2021-12-30 11:10:00 +01:00
* Open Cygwin terminal and type the following commands:
2023-03-07 22:32:04 +01:00
* `$ git clone https://gitlab.com/q3aql/ffmpeg-builds`
* `$ cd ffmpeg-builds`
* `$ ./ffmpeg-share-build-[arch].sh`
2021-12-30 11:10:00 +01:00
_Note: Replace `[arch]` with `cygwin32` or `cygwin64` depending on your architecture._
2015-10-16 19:14:59 +02:00
### Related links:
2015-10-16 19:14:59 +02:00
* [FFmpeg homepage](https://ffmpeg.org/)
* [FFmpeg Linux builds by John](https://johnvansickle.com/ffmpeg/)
* [FFmpeg Win64/Linux64 Builds by Btbn](https://github.com/BtbN/FFmpeg-Builds)
* [FFmpeg Win32 Builds](https://github.com/sudo-nautilus/FFmpeg-Builds-Win32)
2015-10-16 19:14:59 +02:00