mirror of
https://github.com/iio612/immich-native.git
synced 2026-04-15 03:11:05 +00:00
Mention FFmpeg as a dependency
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user