mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
add loglevel to ffmpeg in gif upload (#9368)
This commit is contained in:
parent
73faadad28
commit
b6681d21ad
@ -59,6 +59,7 @@ class MediaAttachment < ApplicationRecord
|
|||||||
format: 'mp4',
|
format: 'mp4',
|
||||||
convert_options: {
|
convert_options: {
|
||||||
output: {
|
output: {
|
||||||
|
'loglevel' => 'fatal',
|
||||||
'movflags' => 'faststart',
|
'movflags' => 'faststart',
|
||||||
'pix_fmt' => 'yuv420p',
|
'pix_fmt' => 'yuv420p',
|
||||||
'vf' => 'scale=\'trunc(iw/2)*2:trunc(ih/2)*2\'',
|
'vf' => 'scale=\'trunc(iw/2)*2:trunc(ih/2)*2\'',
|
||||||
|
Loading…
Reference in New Issue
Block a user