README (v7.0)

This commit is contained in:
q3aql 2024-04-11 22:12:02 +02:00
parent 3a94004c6a
commit 55e7b4d4cc

View File

@ -5,36 +5,36 @@ FFmpeg builds for GNU/Linux & Windows
* **`GNU/Linux downloads (Static):`**
* [ffmpeg-6.1-linux-gnu-64bit-build.tar.bz2](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h) (Generic Linux x86_64)
* [ffmpeg-6.1-linux-gnu-64bit-build.deb](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h) (Debian/Ubuntu x86_64)
* [ffmpeg-6.1-linux-gnu-64bit-build.rpm](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h) (RedHat/Fedora x86_64)
* [ffmpeg-7.0-linux-gnu-64bit-build.tar.bz2](https://drive.proton.me/urls/QF77HRCJER#MKKsNvsyY3fa) (Generic Linux x86_64)
* [ffmpeg-7.0-linux-gnu-64bit-build.deb](https://drive.proton.me/urls/QF77HRCJER#MKKsNvsyY3fa) (Debian/Ubuntu x86_64)
* [ffmpeg-7.0-linux-gnu-64bit-build.rpm](https://drive.proton.me/urls/QF77HRCJER#MKKsNvsyY3fa) (RedHat/Fedora x86_64)
* **`Windows downloads (Shared):`**
* [ffmpeg-6.1-win-64bit-build.zip](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h)
* [ffmpeg-6.1-win-64bit-build.exe](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h)
* [ffmpeg-6.1-cygwin-64bit-build.tar.gz](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h)
* [ffmpeg-7.0-win-64bit-build.zip](https://drive.proton.me/urls/QF77HRCJER#MKKsNvsyY3fa)
* [ffmpeg-7.0-win-64bit-build.exe](https://drive.proton.me/urls/QF77HRCJER#MKKsNvsyY3fa)
* [ffmpeg-7.0-cygwin-64bit-build.tar.gz](https://drive.proton.me/urls/QF77HRCJER#MKKsNvsyY3fa)
### HOW TO INSTALL:
* **GNU/Linux instructions:**
* Download the package [ffmpeg-6.1-linux-gnu-64bit-build.tar.bz2](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h).
* Download the package [ffmpeg-7.0-linux-gnu-64bit-build.tar.bz2](https://drive.proton.me/urls/QF77HRCJER#MKKsNvsyY3fa).
* Open the terminal and type the following command for install:
* `$ sudo tar jxvf ffmpeg-6.1-linux-gnu-64bit-build.tar.bz2 -C /`
* `$ sudo tar jxvf ffmpeg-7.0-linux-gnu-64bit-build.tar.bz2 -C /`
* **Windows instructions:**
* Download the package [ffmpeg-6.1-win-64bit-build.zip](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h).
* Download the package [ffmpeg-7.0-win-64bit-build.zip](https://drive.proton.me/urls/QF77HRCJER#MKKsNvsyY3fa).
* 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.
* **Cygwin instructions:**
* Download the package [ffmpeg-6.1-cygwin-64bit-build.tar.gz](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h).
* Download the package [ffmpeg-7.0-cygwin-64bit-build.tar.gz](https://drive.proton.me/urls/QF77HRCJER#MKKsNvsyY3fa).
* Open the Cygwin terminal and type the following command for install:
* `$ tar jxvf ffmpeg-6.1-cygwin-64bit-build.tar.gz -C /`
* `$ tar jxvf ffmpeg-7.0-cygwin-64bit-build.tar.gz -C /`
### HOW TO CREATE YOUR BUILD: