From: Eugen Rochko Date: Sun, 5 Mar 2017 22:13:21 +0000 (+0100) Subject: Higher quality webms? Might improve conversation of some types of gifs X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=79b08c5f0a05844d2465e1e99c5cde4d7b4f6d0e;p=mastodon.git Higher quality webms? Might improve conversation of some types of gifs --- diff --git a/app/models/media_attachment.rb b/app/models/media_attachment.rb index d560bd673..f300c127c 100644 --- 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', }, },