README.md (v5.1.2)
This commit is contained in:
parent
4c4e4a3427
commit
3883e84369
26
README.md
26
README.md
|
@ -1,38 +1,38 @@
|
||||||
FFmpeg builds for GNU/Linux & Windows
|
FFmpeg builds for GNU/Linux & Windows
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
### FFmpeg 5.1.1 Builds:
|
### FFmpeg 5.1.2 Builds:
|
||||||
|
|
||||||
* **`GNU/Linux downloads (Static):`**
|
* **`GNU/Linux downloads (Static):`**
|
||||||
|
|
||||||
* [ffmpeg-5.1.1-linux-gnu-32bit-build.tar.bz2](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.1/ffmpeg-5.1.1-linux-gnu-32bit-build.tar.bz2) (Generic Linux x86)
|
* [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.1-linux-gnu-64bit-build.tar.bz2](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.1/ffmpeg-5.1.1-linux-gnu-64bit-build.tar.bz2) (Generic Linux x86_64)
|
* [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.1-linux-gnu-32bit-build.deb](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.1/ffmpeg-5.1.1-linux-gnu-32bit-build.deb) (Debian/Ubuntu x86)
|
* [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.1-linux-gnu-64bit-build.deb](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.1/ffmpeg-5.1.1-linux-gnu-64bit-build.deb) (Debian/Ubuntu x86_64)
|
* [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.1-linux-gnu-32bit-build.rpm](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.1/ffmpeg-5.1.1-linux-gnu-32bit-build.rpm) (RedHat/Fedora x86)
|
* [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.1-linux-gnu-64bit-build.rpm](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.1/ffmpeg-5.1.1-linux-gnu-64bit-build.rpm) (RedHat/Fedora x86_64)
|
* [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)
|
||||||
|
|
||||||
* **`Windows downloads (Shared):`**
|
* **`Windows downloads (Shared):`**
|
||||||
|
|
||||||
* [ffmpeg-5.1.1-win-32bit-build.zip](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.1/ffmpeg-5.1.1-win-32bit-build.zip)
|
* [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.1-win-64bit-build.zip](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.1/ffmpeg-5.1.1-win-64bit-build.zip)
|
* [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)
|
||||||
|
|
||||||
### 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.1/ffmpeg-5.1.1-linux-gnu-32bit-build.tar.bz2) or [64 bits](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.1/ffmpeg-5.1.1-linux-gnu-64bit-build.tar.bz2)).
|
* 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)).
|
||||||
* Open the terminal and type the following command:
|
* Open the terminal and type the following command:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ sudo tar jxvf ffmpeg-5.1.1-linux-gnu-[arch]-build.tar.bz2 -C /
|
$ 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._
|
_Note: Replace `[arch]` with `32bit` or `64bit` depending on your architecture._
|
||||||
|
|
||||||
* **Windows instructions:**
|
* **Windows instructions:**
|
||||||
|
|
||||||
* Download the package ([32 bits](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.1/ffmpeg-5.1.1-win-32bit-build.zip) or [64 bits](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.1/ffmpeg-5.1.1-win-64bit-build.zip)).
|
* 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)).
|
||||||
* 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.
|
||||||
|
@ -55,7 +55,7 @@ FFmpeg builds for GNU/Linux & Windows
|
||||||
|
|
||||||
* **Windows instructions:**
|
* **Windows instructions:**
|
||||||
|
|
||||||
* Install Cywin for [32bits](https://cygwin.com/setup-x86.exe) or [64bits](https://cygwin.com/setup-x86_64.exe).
|
* Install Cygwin for [32bits](https://cygwin.com/setup-x86.exe) or [64bits](https://cygwin.com/setup-x86_64.exe).
|
||||||
* During installation, `configure the repository` and install `git` and `wget`.
|
* During installation, `configure the repository` and install `git` and `wget`.
|
||||||
* Open Cygwin terminal and type the following commands:
|
* Open Cygwin terminal and type the following commands:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user