From 1f544152c101f2dce0e65c62f17dc504165651c2 Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Wed, 12 Jun 2024 14:23:52 +0900 Subject: [PATCH] Change FFmpeg recommendation Signed-off-by: Juhyung Park --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13b4901..9f603f3 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ sudo apt install postgresql(-16)-pgvector Immich uses FFmpeg to process media. -Either install FFmpeg using APT by `sudo apt install ffmpeg` (not recommended due to Ubuntu shipping older versions), - +FFmpeg provided by the distro is typically too old. +Either install it from [jellyfin](https://github.com/jellyfin/jellyfin-ffmpeg/releases) or use [FFmpeg Static Builds](https://johnvansickle.com/ffmpeg) and install it to `/usr/bin`. ### Other APT packages