forked from treehouse/mastodon
Add vsync -cfr option when converting gif to webm
parent
79b08c5f0a
commit
6382ef2bc6
|
@ -62,9 +62,10 @@ class MediaAttachment < ApplicationRecord
|
||||||
format: 'webm',
|
format: 'webm',
|
||||||
convert_options: {
|
convert_options: {
|
||||||
output: {
|
output: {
|
||||||
'c:v' => 'libvpx',
|
'c:v' => 'libvpx',
|
||||||
'crf' => 4,
|
'crf' => 4,
|
||||||
'b:v' => '500K',
|
'b:v' => '500K',
|
||||||
|
'vsync' => 'cfr',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue