mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Higher quality webms? Might improve conversation of some types of gifs
This commit is contained in:
parent
ebc01bf0f6
commit
79b08c5f0a
@ -63,7 +63,7 @@ class MediaAttachment < ApplicationRecord
|
|||||||
convert_options: {
|
convert_options: {
|
||||||
output: {
|
output: {
|
||||||
'c:v' => 'libvpx',
|
'c:v' => 'libvpx',
|
||||||
'crf' => 6,
|
'crf' => 4,
|
||||||
'b:v' => '500K',
|
'b:v' => '500K',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user