diff --git a/README.md b/README.md index c841f20..4f2d521 100644 --- a/README.md +++ b/README.md @@ -18,20 +18,20 @@ FFmpeg builds for GNU/Linux & Windows * **GNU/Linux instructions:** - * Download the package [ffmpeg-7.0.2-linux-gnu-64bit-build.tar.bz2](https://drive.proton.me/urls/QF77HRCJER#MKKsNvsyY3fa). + * Download the package [ffmpeg-7.0.2-linux-gnu-64bit-build.tar.bz2](https://q3aql.dev/ffmpeg-builds/ffmpeg-7.0.2-linux-gnu-64bit-build.tar.bz2). * Open the terminal and type the following command for install: * `$ sudo tar jxvf ffmpeg-7.0.2-linux-gnu-64bit-build.tar.bz2 -C /` * **Windows instructions:** - * Download the package [ffmpeg-7.0-win-64bit-build.zip](https://drive.proton.me/urls/QF77HRCJER#MKKsNvsyY3fa). + * Download the package [ffmpeg-7.0.2-win-64bit-build.zip](https://q3aql.dev/ffmpeg-builds/ffmpeg-7.0.2-win-64bit-build.zip). * 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-7.0.2-cygwin-64bit-build.tar.gz](https://drive.proton.me/urls/QF77HRCJER#MKKsNvsyY3fa). + * Download the package [ffmpeg-7.0.2-cygwin-64bit-build.tar.gz](https://q3aql.dev/ffmpeg-builds/ffmpeg-7.0.2-cygwin-64bit-build.tar.gz). * Open the Cygwin terminal and type the following command for install: * `$ tar jxvf ffmpeg-7.0.2-cygwin-64bit-build.tar.gz -C /`