diff --git a/README.md b/README.md index 8bbd322..e1ae6d3 100644 --- a/README.md +++ b/README.md @@ -5,23 +5,23 @@ FFmpeg builds for GNU/Linux & Windows * **`GNU/Linux downloads (Static):`** - * [ffmpeg-5.1.2-linux-gnu-32bit-build.tar.bz2](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-32bit-build.tar.bz2) (Generic Linux x86) - * [ffmpeg-5.1.2-linux-gnu-64bit-build.tar.bz2](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-64bit-build.tar.bz2) (Generic Linux x86_64) - * [ffmpeg-5.1.2-linux-gnu-32bit-build.deb](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-32bit-build.deb) (Debian/Ubuntu x86) - * [ffmpeg-5.1.2-linux-gnu-64bit-build.deb](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-64bit-build.deb) (Debian/Ubuntu x86_64) - * [ffmpeg-5.1.2-linux-gnu-32bit-build.rpm](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-32bit-build.rpm) (RedHat/Fedora x86) - * [ffmpeg-5.1.2-linux-gnu-64bit-build.rpm](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-64bit-build.rpm) (RedHat/Fedora x86_64) + * [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) * **`Windows downloads (Shared):`** - * [ffmpeg-5.1.2-win-32bit-build.zip](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-win-32bit-build.zip) - * [ffmpeg-5.1.2-win-64bit-build.zip](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-win-64bit-build.zip) + * [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) ### HOW TO INSTALL: * **GNU/Linux instructions:** - * Download the package ([32 bits](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-32bit-build.tar.bz2) or [64 bits](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-linux-gnu-64bit-build.tar.bz2)). + * Download the package ([32 bits](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) or [64 bits](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid)). * Open the terminal and type the following command: ```shell @@ -32,7 +32,7 @@ FFmpeg builds for GNU/Linux & Windows * **Windows instructions:** - * Download the package ([32 bits](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-win-32bit-build.zip) or [64 bits](https://github.com/q3aql/ffmpeg-builds/releases/download/v5.1.2/ffmpeg-5.1.2-win-64bit-build.zip)). + * Download the package ([32 bits](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid) or [64 bits](https://drive.proton.me/urls/21S1FDC14R#fwchYwEsReid)). * 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. @@ -46,7 +46,7 @@ FFmpeg builds for GNU/Linux & Windows * Type the following commands: ```shell - $ git clone https://github.com/q3aql/ffmpeg-builds + $ git clone https://gitlab.com/q3aql/ffmpeg-builds $ cd ffmpeg-builds $ sudo ./ffmpeg-static-build-[arch].sh ``` @@ -60,7 +60,7 @@ FFmpeg builds for GNU/Linux & Windows * Open Cygwin terminal and type the following commands: ```shell - $ git clone https://github.com/q3aql/ffmpeg-builds + $ git clone https://gitlab.com/q3aql/ffmpeg-builds $ cd ffmpeg-builds $ ./ffmpeg-share-build-[arch].sh ```