Diogo Peralta Cordeiro 22ad2bd5cc [VideoEncoder] Port plugin to v3 properly 3 years ago
..
locale 2f137f8b44 [ATTACHMENTS] Even more further refactoring 3 years ago
templates 7320c6834f [UI][Attachment] Use Attachment methods to get the proper URL, rather than crafting it in a template 3 years ago
README.md 2f137f8b44 [ATTACHMENTS] Even more further refactoring 3 years ago
VideoEncoder.php 22ad2bd5cc [VideoEncoder] Port plugin to v3 properly 3 years ago
composer.json 5be4c6a22e [VideoEncoder] Add plugin composer dependency php-ffmpeg/php-ffmpeg 3 years ago

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.