]> cat aescling's git repositories - mastodon.git/commitdiff
Higher quality webms? Might improve conversation of some types of gifs
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 5 Mar 2017 22:13:21 +0000 (23:13 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 5 Mar 2017 22:13:21 +0000 (23:13 +0100)
app/models/media_attachment.rb

index d560bd67354e709290302abf02dd4763af51d9df..f300c127cbb67b86953be5588a60dc282e999266 100644 (file)
@@ -63,7 +63,7 @@ class MediaAttachment < ApplicationRecord
             convert_options: {
               output: {
                 'c:v' => 'libvpx',
-                'crf' => 6,
+                'crf' => 4,
                 'b:v' => '500K',
               },
             },