Browse Source

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

closed-social-glitch-2
Eugen Rochko 6 years ago
committed by GitHub
parent
commit
85d5518b6b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app/models/media_attachment.rb

+ 2
- 1
app/models/media_attachment.rb View File

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

Loading…
Cancel
Save