Skip to content
Snippets Groups Projects
Commit b6681d21 authored by Hugo Gameiro's avatar Hugo Gameiro Committed by Eugen Rochko
Browse files

add loglevel to ffmpeg in gif upload (#9368)

parent 73faadad
No related branches found
No related tags found
No related merge requests found
......@@ -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\'',
......
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