Update download links
This commit is contained in:
parent
3883e84369
commit
1568ea6846
24
README.md
24
README.md
|
@ -5,23 +5,23 @@ FFmpeg builds for GNU/Linux & Windows
|
||||||
|
|
||||||
* **`GNU/Linux downloads (Static):`**
|
* **`GNU/Linux downloads (Static):`**
|
||||||
|
|
||||||
* [ffmpeg-5.1.2-linux-gnu-32bit-build.tar.bz2](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-32bit-build.tar.bz2) (Generic Linux x86)
|
* [ffmpeg-5.1.2-linux-gnu-32bit-build.tar.bz2](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) (Generic Linux x86)
|
||||||
* [ffmpeg-5.1.2-linux-gnu-64bit-build.tar.bz2](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-64bit-build.tar.bz2) (Generic Linux x86_64)
|
* [ffmpeg-5.1.2-linux-gnu-64bit-build.tar.bz2](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) (Generic Linux x86_64)
|
||||||
* [ffmpeg-5.1.2-linux-gnu-32bit-build.deb](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-32bit-build.deb) (Debian/Ubuntu x86)
|
* [ffmpeg-5.1.2-linux-gnu-32bit-build.deb](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) (Debian/Ubuntu x86)
|
||||||
* [ffmpeg-5.1.2-linux-gnu-64bit-build.deb](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-64bit-build.deb) (Debian/Ubuntu x86_64)
|
* [ffmpeg-5.1.2-linux-gnu-64bit-build.deb](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) (Debian/Ubuntu x86_64)
|
||||||
* [ffmpeg-5.1.2-linux-gnu-32bit-build.rpm](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-32bit-build.rpm) (RedHat/Fedora x86)
|
* [ffmpeg-5.1.2-linux-gnu-32bit-build.rpm](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) (RedHat/Fedora x86)
|
||||||
* [ffmpeg-5.1.2-linux-gnu-64bit-build.rpm](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-64bit-build.rpm) (RedHat/Fedora x86_64)
|
* [ffmpeg-5.1.2-linux-gnu-64bit-build.rpm](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) (RedHat/Fedora x86_64)
|
||||||
|
|
||||||
* **`Windows downloads (Shared):`**
|
* **`Windows downloads (Shared):`**
|
||||||
|
|
||||||
* [ffmpeg-5.1.2-win-32bit-build.zip](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-win-32bit-build.zip)
|
* [ffmpeg-5.1.2-win-32bit-build.zip](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid)
|
||||||
* [ffmpeg-5.1.2-win-64bit-build.zip](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-win-64bit-build.zip)
|
* [ffmpeg-5.1.2-win-64bit-build.zip](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid)
|
||||||
|
|
||||||
### HOW TO INSTALL:
|
### HOW TO INSTALL:
|
||||||
|
|
||||||
* **GNU/Linux instructions:**
|
* **GNU/Linux instructions:**
|
||||||
|
|
||||||
* Download the package ([32 bits](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-32bit-build.tar.bz2) or [64 bits](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-64bit-build.tar.bz2)).
|
* Download the package ([32 bits](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) or [64 bits](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid)).
|
||||||
* Open the terminal and type the following command:
|
* Open the terminal and type the following command:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
@ -32,7 +32,7 @@ FFmpeg builds for GNU/Linux & Windows
|
||||||
|
|
||||||
* **Windows instructions:**
|
* **Windows instructions:**
|
||||||
|
|
||||||
* Download the package ([32 bits](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-win-32bit-build.zip) or [64 bits](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-win-64bit-build.zip)).
|
* Download the package ([32 bits](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) or [64 bits](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid)).
|
||||||
* Unzip the package with [7-zip](http://www.7-zip.org/) or [Winrar](http://www.rarlab.com/).
|
* 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`
|
* 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.
|
* Add the path `C:\Program Files\FFmpeg` to [PATH](https://www.google.es/search?q=add+folder+to+PATH+on+Windows) variable.
|
||||||
|
@ -46,7 +46,7 @@ FFmpeg builds for GNU/Linux & Windows
|
||||||
* Type the following commands:
|
* Type the following commands:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ git clone https://github.com/q3aql/ffmpeg-builds
|
$ git clone https://gitlab.com/q3aql/ffmpeg-builds
|
||||||
$ cd ffmpeg-builds
|
$ cd ffmpeg-builds
|
||||||
$ sudo ./ffmpeg-static-build-[arch].sh
|
$ sudo ./ffmpeg-static-build-[arch].sh
|
||||||
```
|
```
|
||||||
|
@ -60,7 +60,7 @@ FFmpeg builds for GNU/Linux & Windows
|
||||||
* Open Cygwin terminal and type the following commands:
|
* Open Cygwin terminal and type the following commands:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ git clone https://github.com/q3aql/ffmpeg-builds
|
$ git clone https://gitlab.com/q3aql/ffmpeg-builds
|
||||||
$ cd ffmpeg-builds
|
$ cd ffmpeg-builds
|
||||||
$ ./ffmpeg-share-build-[arch].sh
|
$ ./ffmpeg-share-build-[arch].sh
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user