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

This commit is contained in:
Eugen Rochko 2017-06-13 00:51:48 +02:00 committed by GitHub
parent 5104bd7988
commit 85d5518b6b

View file

@ -88,7 +88,8 @@ class MediaAttachment < ApplicationRecord
'vsync' => 'cfr',
'b:v' => '1300K',
'maxrate' => '500K',
'crf' => 6,
'bufsize' => '1300K',
'crf' => 18,
},
},
},