Browse Source

Higher quality webms? Might improve conversation of some types of gifs

pull/5/head
Eugen Rochko 9 years ago
parent
commit
79b08c5f0a
  1. 2
      app/models/media_attachment.rb

2
app/models/media_attachment.rb

@ -63,7 +63,7 @@ class MediaAttachment < ApplicationRecord
convert_options: {
output: {
'c:v' => 'libvpx',
'crf' => 6,
'crf' => 4,
'b:v' => '500K',
},
},

Loading…
Cancel
Save