Add vsync -cfr option when converting gif to webm

master
Eugen Rochko 8 years ago
parent 79b08c5f0a
commit 6382ef2bc6
  1. 1
      app/models/media_attachment.rb

@ -65,6 +65,7 @@ class MediaAttachment < ApplicationRecord
'c:v' => 'libvpx',
'crf' => 4,
'b:v' => '500K',
'vsync' => 'cfr',
},
},
},

Loading…
Cancel
Save