Skip to content
Snippets Groups Projects
Commit 85d5518b authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

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

parent 5104bd79
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,8 @@ class MediaAttachment < ApplicationRecord ...@@ -88,7 +88,8 @@ class MediaAttachment < ApplicationRecord
'vsync' => 'cfr', 'vsync' => 'cfr',
'b:v' => '1300K', 'b:v' => '1300K',
'maxrate' => '500K', 'maxrate' => '500K',
'crf' => 6, 'bufsize' => '1300K',
'crf' => 18,
}, },
}, },
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment