diff options
-rw-r--r-- | app/models/media_attachment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/media_attachment.rb b/app/models/media_attachment.rb index d560bd673..f300c127c 100644 --- a/app/models/media_attachment.rb +++ b/app/models/media_attachment.rb @@ -63,7 +63,7 @@ class MediaAttachment < ApplicationRecord convert_options: { output: { 'c:v' => 'libvpx', - 'crf' => 6, + 'crf' => 4, 'b:v' => '500K', }, }, |