From 2f28155ddd9c1b1e57861f5bd6f2753fefa98d1a Mon Sep 17 00:00:00 2001 From: q3aql Date: Wed, 27 Dec 2023 18:18:56 +0100 Subject: [PATCH] README.md (v6.1) --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 37384ae..6dd51ca 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,40 @@ FFmpeg builds for GNU/Linux & Windows ===================================== -### FFmpeg 6.0 Builds2: +### FFmpeg 6.1 Builds: * **`GNU/Linux downloads (Static):`** - * [ffmpeg-6.0-linux-gnu-64bit-build2.tar.bz2](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy) (Generic Linux x86_64) - * [ffmpeg-6.0-linux-gnu-64bit-build2.deb](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy) (Debian/Ubuntu x86_64) - * [ffmpeg-6.0-linux-gnu-64bit-build2.rpm](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy) (RedHat/Fedora x86_64) + * [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) * **`Windows downloads (Shared):`** - * [ffmpeg-6.0-win-64bit-build2.zip](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy) - * [ffmpeg-6.0-win-64bit-build2.exe](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy) - * [ffmpeg-6.0-cygwin-64bit-build2.tar.gz](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy) + * [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) ### HOW TO INSTALL: * **GNU/Linux instructions:** - * Download the package [ffmpeg-6.0-linux-gnu-64bit-build2.tar.bz2](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy). + * Download the package [ffmpeg-6.1-linux-gnu-64bit-build.tar.bz2](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h). * Open the terminal and type the following command for install: - * `$ sudo tar jxvf ffmpeg-6.0-linux-gnu-64bit-build2.tar.bz2 -C /` + * `$ sudo tar jxvf ffmpeg-6.1-linux-gnu-64bit-build.tar.bz2 -C /` * **Windows instructions:** - * Download the package [ffmpeg-6.0-win-64bit-build2.zip](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy). + * Download the package [ffmpeg-6.1-win-64bit-build.zip](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h). * 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.0-cygwin-64bit-build2.tar.gz](https://drive.proton.me/urls/87E226C29C#mcuvbx0p6DLy). + * Download the package [ffmpeg-6.1-cygwin-64bit-build.tar.gz](https://drive.proton.me/urls/FZH7FV29FR#5FuAfSzxhH6h). * Open the Cygwin terminal and type the following command for install: - * `$ tar jxvf ffmpeg-6.0-cygwin-64bit-build2.tar.gz -C /` + * `$ tar jxvf ffmpeg-6.1-cygwin-64bit-build.tar.gz -C /` ### HOW TO CREATE YOUR BUILD: