From a5e9e7abce196fa3831b65e72f8e16571cba47a9 Mon Sep 17 00:00:00 2001 From: bnkai <48220860+bnkai@users.noreply.github.com> Date: Fri, 16 Apr 2021 09:20:20 +0300 Subject: [PATCH] Update README with currently used ffmpeg URLs (#1304) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5282f936c..14041e4ed 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Run the executable (double click the exe on windows or run `./stash-osx` / `./st If stash is unable to find or download FFMPEG then download it yourself from the link for your platform: -* [macOS](https://ffmpeg.zeranoe.com/builds/macos64/static/ffmpeg-4.0-macos64-static.zip) -* [Windows](https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.0-win64-static.zip) -* [Linux](https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz) +* [macOS ffmpeg](https://evermeet.cx/ffmpeg/ffmpeg-4.3.1.zip), [macOS ffprobe](https://evermeet.cx/ffmpeg/ffprobe-4.3.1.zip) +* [Windows](https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip) +* [Linux](https://www.johnvansickle.com/ffmpeg/) The `ffmpeg(.exe)` and `ffprobe(.exe)` files should be placed in `~/.stash` on macOS / Linux or `C:\Users\YourUsername\.stash` on Windows.