From 10229e1afe7e2403c59f508a667cafbb2c85a9ce Mon Sep 17 00:00:00 2001 From: Nathan Mascitelli Date: Fri, 5 Mar 2021 23:09:35 -0500 Subject: [PATCH] Link to jellyfin-ffmpeg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5af312ad70..cba88c8d2b 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Before the project can be built, you must first install the [.NET 5.0 SDK](https Instructions to run this project from the command line are included here, but you will also need to install an IDE if you want to debug the server while it is running. Any IDE that supports .NET Core development will work, but two options are recent versions of [Visual Studio](https://visualstudio.microsoft.com/downloads/) (at least 2017) and [Visual Studio Code](https://code.visualstudio.com/Download). -[ffmpeg](https://ffmpeg.org/download.html) will also need to be installed. +[ffmpeg](https://github.com/jellyfin/jellyfin-ffmpeg) will also need to be installed. ### Cloning the Repository