This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add loglevel to ffmpeg in gif upload (
#9368
)
master
Hugo Gameiro
6 years ago
committed by
Eugen Rochko
parent
73faadad28
commit
b6681d21ad
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/models/media_attachment.rb
+ 1
- 0
app/models/media_attachment.rb
View File
@ -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\''
,
Write
Preview
Loading…
Cancel
Save