Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
mastodon
Commits
8c8575db
Commit
8c8575db
authored
6 years ago
by
Hugo Gameiro
Committed by
Eugen Rochko
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
add loglevel to ffmpeg in gif upload (#9368)
parent
4ffdf331
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/models/media_attachment.rb
+1
-0
app/models/media_attachment.rb
with
1 addition
and
0 deletions
+1
-0
app/models/media_attachment.rb
+
1
-
0
View file @
8c8575db
...
...
@@ -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\''
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets