Commit 8c8575db authored by Hugo Gameiro's avatar Hugo Gameiro Committed by Eugen Rochko
Browse files

add loglevel to ffmpeg in gif upload (#9368)

parent 4ffdf331
Showing with 1 addition and 0 deletions
+1 -0
......@@ -59,6 +59,7 @@ class MediaAttachment < ApplicationRecord
format: 'mp4',
convert_options: {
output: {
'loglevel' => 'fatal',
'movflags' => 'faststart',
'pix_fmt' => 'yuv420p',
'vf' => 'scale=\'trunc(iw/2)*2:trunc(ih/2)*2\'',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment