gnu-social/plugins/VideoEncoder
Diogo Peralta Cordeiro 83599ef866
[CORE][Modules][Plugin] version should be static
2022-03-28 23:54:18 +01:00
..
locale [ATTACHMENTS] Even more further refactoring 2021-09-14 13:12:18 +01:00
templates/videoEncoder [COMPONENT][Attachment] Vinculate note information with attachment controllers 2021-12-27 04:56:00 +00:00
README.md [ATTACHMENTS] Even more further refactoring 2021-09-14 13:12:18 +01:00
VideoEncoder.php [CORE][Modules][Plugin] version should be static 2022-03-28 23:54:18 +01:00
composer.json [DEPENDENCIES] Move from Symfony 5.4 to 6 and update all other packages, where applicable 2022-03-09 20:51:42 +00:00

README.md

FFmpeg plugin for GNU social

(c) 2020 Free Software Foundation, Inc

This is the README file for GNU social's ActivityPub plugin. It includes general information about the plugin.

About

This plugin adds FFmpeg support to GNU social via PHP-FFMpeg.

Currently it serves as a better performant and quality alternative to resize animated GIFs than the ImageMagick plugin. However, it has the downside of increasing a little the size of the original GIF images for some conversions.

Settings

Make sure you've set the upload_max_filesize and post_max_size in php.ini to be large enough to handle uploads if you ever experience some error with fetching remote images.