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

th-downstream
Eugen Rochko 8 years ago committed by GitHub
parent 91e13e3cf8
commit 46af0c66b6

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

Loading…
Cancel
Save