From 14142edf2c1d4acf49f7e178efb672ab1d697059 Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Sat, 2 Mar 2024 03:43:47 +0900 Subject: [PATCH] Mention FFmpeg as a dependency Signed-off-by: Juhyung Park --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cf5fb9a..702f974 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,14 @@ It is recommended to strip the `vector.so` to reduce memory footprint: sudo strip /usr/lib/postgresql/*/lib/vector.so ``` + * [FFmpeg](https://github.com/FFmpeg/FFmpeg) + +Immich uses FFmpeg to process media. + +Either install FFmpeg using APT by `sudo apt install ffmpeg` (not recommended due to Ubuntu shipping older versions), + +or use [FFmpeg Static Builds](https://johnvansickle.com/ffmpeg) and install it to `/usr/bin`. + ### Other APT packages ``` bash