README.md (v6.0)
This commit is contained in:
parent
c338491fad
commit
6f294c8090
23
README.md
23
README.md
|
@ -1,38 +1,33 @@
|
||||||
FFmpeg builds for GNU/Linux & Windows
|
FFmpeg builds for GNU/Linux & Windows
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
### FFmpeg 5.1.2 Builds:
|
### FFmpeg 6.0 Builds:
|
||||||
|
|
||||||
* **`GNU/Linux downloads (Static):`**
|
* **`GNU/Linux downloads (Static):`**
|
||||||
|
|
||||||
* [ffmpeg-5.1.2-linux-gnu-32bit-build.tar.bz2](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) (Generic Linux x86)
|
* [ffmpeg-6.0-linux-gnu-64bit-build.tar.bz2](https://drive.proton.me/urls/X8M0SJ5VBR#vH6D1iCPqfXt) (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-6.0-linux-gnu-64bit-build.deb](https://drive.proton.me/urls/X8M0SJ5VBR#vH6D1iCPqfXt) (Debian/Ubuntu x86_64)
|
||||||
* [ffmpeg-5.1.2-linux-gnu-32bit-build.deb](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) (Debian/Ubuntu x86)
|
* [ffmpeg-6.0-linux-gnu-64bit-build.rpm](https://drive.proton.me/urls/X8M0SJ5VBR#vH6D1iCPqfXt) (RedHat/Fedora 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://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) (RedHat/Fedora x86)
|
|
||||||
* [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://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid)
|
* [ffmpeg-6.0-win-64bit-build.zip](https://drive.proton.me/urls/X8M0SJ5VBR#vH6D1iCPqfXt)
|
||||||
* [ffmpeg-5.1.2-win-64bit-build.zip](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid)
|
* [ffmpeg-6.0-win-64bit-build.zip](https://drive.proton.me/urls/X8M0SJ5VBR#vH6D1iCPqfXt)
|
||||||
|
|
||||||
### HOW TO INSTALL:
|
### HOW TO INSTALL:
|
||||||
|
|
||||||
* **GNU/Linux instructions:**
|
* **GNU/Linux instructions:**
|
||||||
|
|
||||||
* Download the package ([32 bits](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) or [64 bits](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid)).
|
* Download the package.
|
||||||
* Open the terminal and type the following command:
|
* Open the terminal and type the following command:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ sudo tar jxvf ffmpeg-5.1.2-linux-gnu-[arch]-build.tar.bz2 -C /
|
$ sudo tar jxvf ffmpeg-6.0-linux-gnu-64bit-build.tar.bz2 -C /
|
||||||
```
|
```
|
||||||
|
|
||||||
_Note: Replace `[arch]` with `32bit` or `64bit` depending on your architecture._
|
|
||||||
|
|
||||||
* **Windows instructions:**
|
* **Windows instructions:**
|
||||||
|
|
||||||
* Download the package ([32 bits](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) or [64 bits](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid)).
|
* Download the package.
|
||||||
* 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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user