mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2026-02-15 17:16:57 +00:00
1.4 KiB
1.4 KiB
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:
ImageMagicffmpegexiftool
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:
Pleroma.Upload.Filters.Mogrify,Pleroma.Upload.Filters.Mogrifunupload filters (related config:Pleroma.Upload/filtersinconfig/config.exs)- Media preview proxy for still images (related config:
media_preview_proxy/enabledinconfig/config.exs)
ffmpeg
ffmpeg is software to record, convert and stream audio and video.
It is required for the following Pleroma features:
- Media preview proxy for videos (related config:
media_preview_proxy/enabledinconfig/config.exs)
exiftool
exiftool is media files metadata reader/writer.
It is required for the following Pleroma features:
Pleroma.Upload.Filters.Exiftool.StripLocationupload filter (related config:Pleroma.Upload/filtersinconfig/config.exs)Pleroma.Upload.Filters.Exiftool.ReadDescriptionupload filter (related config:Pleroma.Upload/filtersinconfig/config.exs)