logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

media_graphics_packages.md (1437B)


  1. # Optional software packages needed for specific functionality
  2. For specific Pleroma functionality (which is disabled by default) some or all of the below packages are required:
  3. * `ImageMagic`
  4. * `ffmpeg`
  5. * `exiftool`
  6. Please refer to documentation in `docs/installation` on how to install them on specific OS.
  7. Note: the packages are not required with the current default settings of Pleroma.
  8. ## `ImageMagick`
  9. `ImageMagick` is a set of tools to create, edit, compose, or convert bitmap images.
  10. It is required for the following Pleroma features:
  11. * `Pleroma.Upload.Filters.Mogrify`, `Pleroma.Upload.Filters.Mogrifun` upload filters (related config: `Plaroma.Upload/filters` in `config/config.exs`)
  12. * Media preview proxy for still images (related config: `media_preview_proxy/enabled` in `config/config.exs`)
  13. ## `ffmpeg`
  14. `ffmpeg` is software to record, convert and stream audio and video.
  15. It is required for the following Pleroma features:
  16. * Media preview proxy for videos (related config: `media_preview_proxy/enabled` in `config/config.exs`)
  17. ## `exiftool`
  18. `exiftool` is media files metadata reader/writer.
  19. It is required for the following Pleroma features:
  20. * `Pleroma.Upload.Filters.Exiftool.StripLocation` upload filter (related config: `Plaroma.Upload/filters` in `config/config.exs`)
  21. * `Pleroma.Upload.Filters.Exiftool.ReadDescription` upload filter (related config: `Plaroma.Upload/filters` in `config/config.exs`)