From 55e7b4d4cc03d055e4286f20ebd7b92a367d85eb Mon Sep 17 00:00:00 2001 From: q3aql Date: Thu, 11 Apr 2024 22:12:02 +0200 Subject: [PATCH] README (v7.0) --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6dd51ca..1c6fbc0 100644 --- a/README.md +++ b/README.md @@ -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: