Skip to content
Snippets Groups Projects
Commit 79b08c5f authored by Eugen Rochko's avatar Eugen Rochko
Browse files

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

parent ebc01bf0
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ class MediaAttachment < ApplicationRecord
convert_options: {
output: {
'c:v' => 'libvpx',
'crf' => 6,
'crf' => 4,
'b:v' => '500K',
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment