gnu-social/plugins/FFmpeg
Alexei Sorokin 7fa4d56f05 Implement a class for automatic temporary file handling
And adopt it all over the code.
2021-07-16 19:44:41 +01:00
..
locale [FFmpeg] Add FFmpeg plugin 2021-07-16 19:44:40 +01:00
FFmpegPlugin.php Implement a class for automatic temporary file handling 2021-07-16 19:44:41 +01:00
README.md [FFmpeg] Add FFmpeg plugin 2021-07-16 19:44:40 +01: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.