logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 85d5518b6bb07772119bb042198967c877e5ab5e
parent: 5104bd79886f4466f81c062de031be8eefb0310a
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Tue, 13 Jun 2017 00:51:48 +0200

Fix #3675 - Adjust quality settings of converted GIFs to reduce filesize (#3723)


Diffstat:

Mapp/models/media_attachment.rb3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app/models/media_attachment.rb b/app/models/media_attachment.rb @@ -88,7 +88,8 @@ class MediaAttachment < ApplicationRecord 'vsync' => 'cfr', 'b:v' => '1300K', 'maxrate' => '500K', - 'crf' => 6, + 'bufsize' => '1300K', + 'crf' => 18, }, }, },