Add vsync -cfr option when converting gif to webm
parent
671d1d8a26
commit
354eb3b757
|
@ -65,6 +65,7 @@ class MediaAttachment < ApplicationRecord
|
|||
'c:v' => 'libvpx',
|
||||
'crf' => 4,
|
||||
'b:v' => '500K',
|
||||
'vsync' => 'cfr',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue