diff --git a/README.md b/README.md index e1ae6d3..32586f7 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,33 @@ FFmpeg builds for GNU/Linux & Windows ===================================== -### FFmpeg 5.1.2 Builds: +### FFmpeg 6.0 Builds: * **`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-5.1.2-linux-gnu-64bit-build.tar.bz2](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) (Generic Linux x86_64) - * [ffmpeg-5.1.2-linux-gnu-32bit-build.deb](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) (Debian/Ubuntu x86) - * [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) + * [ffmpeg-6.0-linux-gnu-64bit-build.tar.bz2](https://drive.proton.me/urls/X8M0SJ5VBR#vH6D1iCPqfXt) (Generic Linux x86_64) + * [ffmpeg-6.0-linux-gnu-64bit-build.deb](https://drive.proton.me/urls/X8M0SJ5VBR#vH6D1iCPqfXt) (Debian/Ubuntu x86_64) + * [ffmpeg-6.0-linux-gnu-64bit-build.rpm](https://drive.proton.me/urls/X8M0SJ5VBR#vH6D1iCPqfXt) (RedHat/Fedora x86_64) * **`Windows downloads (Shared):`** - * [ffmpeg-5.1.2-win-32bit-build.zip](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) - * [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) + * [ffmpeg-6.0-win-64bit-build.zip](https://drive.proton.me/urls/X8M0SJ5VBR#vH6D1iCPqfXt) ### HOW TO INSTALL: * **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: ```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:** - * 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/). * 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.