2020-09-26 16:32:16 +00:00
|
|
|
# Optional software packages needed for specific functionality
|
|
|
|
|
|
|
|
For specific Pleroma functionality (which is disabled by default) some or all of the below packages are required:
|
2022-02-14 12:14:25 +00:00
|
|
|
* `ImageMagic`
|
|
|
|
* `ffmpeg`
|
|
|
|
* `exiftool`
|
2020-09-26 16:32:16 +00:00
|
|
|
|
|
|
|
Please refer to documentation in `docs/installation` on how to install them on specific OS.
|
|
|
|
|
|
|
|
Note: the packages are not required with the current default settings of Pleroma.
|
|
|
|
|
|
|
|
## `ImageMagick`
|
|
|
|
|
|
|
|
`ImageMagick` is a set of tools to create, edit, compose, or convert bitmap images.
|
|
|
|
|
|
|
|
It is required for the following Pleroma features:
|
2022-02-14 12:14:25 +00:00
|
|
|
* `Pleroma.Upload.Filters.Mogrify`, `Pleroma.Upload.Filters.Mogrifun` upload filters (related config: `Plaroma.Upload/filters` in `config/config.exs`)
|
|
|
|
* Media preview proxy for still images (related config: `media_preview_proxy/enabled` in `config/config.exs`)
|
2020-09-26 16:32:16 +00:00
|
|
|
|
|
|
|
## `ffmpeg`
|
|
|
|
|
|
|
|
`ffmpeg` is software to record, convert and stream audio and video.
|
|
|
|
|
|
|
|
It is required for the following Pleroma features:
|
2022-02-14 12:14:25 +00:00
|
|
|
* Media preview proxy for videos (related config: `media_preview_proxy/enabled` in `config/config.exs`)
|
2020-09-26 16:32:16 +00:00
|
|
|
|
|
|
|
## `exiftool`
|
|
|
|
|
|
|
|
`exiftool` is media files metadata reader/writer.
|
|
|
|
|
|
|
|
It is required for the following Pleroma features:
|
2022-02-14 12:14:25 +00:00
|
|
|
* `Pleroma.Upload.Filters.Exiftool` upload filter (related config: `Plaroma.Upload/filters` in `config/config.exs`)
|
2022-02-20 11:59:42 +00:00
|
|
|
* `Pleroma.Upload.Filters.Exiftool.ReadDescription` upload filter (related config: `Plaroma.Upload/filters` in `config/config.exs`)
|