logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 79b08c5f0a05844d2465e1e99c5cde4d7b4f6d0e
parent: ebc01bf0f61e58648ea7bfd4c915b4f373761e1d
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Sun,  5 Mar 2017 23:13:21 +0100

Higher quality webms? Might improve conversation of some types of gifs

Diffstat:

Mapp/models/media_attachment.rb2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/models/media_attachment.rb b/app/models/media_attachment.rb @@ -63,7 +63,7 @@ class MediaAttachment < ApplicationRecord convert_options: { output: { 'c:v' => 'libvpx', - 'crf' => 6, + 'crf' => 4, 'b:v' => '500K', }, },