mastodon/lib/paperclip
Eugen Rochko ca22a22d7f
Fix performance of GIF re-encoding ()
* Change animated GIF detection to not shell out to ImageMagick

Signed-off-by: Eugen Rochko <eugen@zeonfederated.com>

* Change video encoding parameters to limit to 10800 video frames

Signed-off-by: Eugen Rochko <eugen@zeonfederated.com>

* Limit GIF image size further

Signed-off-by: Eugen Rochko <eugen@zeonfederated.com>

* Always strip metadata from video files

* Fix code style issues
..
blurhash_transcoder.rb Add blurhash ()
gif_transcoder.rb Fix performance of GIF re-encoding ()
lazy_thumbnail.rb Unconditionally re-encode locally-uploaded images to strip metadata ()
type_corrector.rb Fix converted media being saved with original extension and mime type ()
video_transcoder.rb Fix performance of GIF re-encoding ()