aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNathan Mascitelli <shortspider@users.noreply.github.com>2021-03-05 23:09:35 -0500
committerGitHub <noreply@github.com>2021-03-05 23:09:35 -0500
commit10229e1afe7e2403c59f508a667cafbb2c85a9ce (patch)
tree896d9e52a5a33db9b1e873c0bf644b2832b74d3e /README.md
parentbfe84affb32f798b6f2b2a6a4306065fc8800b1a (diff)
Link to jellyfin-ffmpeg
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5af312ad7..cba88c8d2 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