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
Fix
#3675
- Adjust quality settings of converted GIFs to reduce filesize (
#3723
)
master
Eugen Rochko
7 years ago
committed by
GitHub
parent
5104bd7988
commit
85d5518b6b
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
app/models/media_attachment.rb
+ 2
- 1
app/models/media_attachment.rb
View File
@ -88,7 +88,8 @@ class MediaAttachment < ApplicationRecord
'vsync'
=
>
'cfr'
,
'vsync'
=
>
'cfr'
,
'b:v'
=
>
'1300K'
,
'b:v'
=
>
'1300K'
,
'maxrate'
=
>
'500K'
,
'maxrate'
=
>
'500K'
,
'crf'
=
>
6
,
'bufsize'
=
>
'1300K'
,
'crf'
=
>
18
,
}
,
}
,
}
,
}
,
}
,
}
,
Write
Preview
Loading…
Cancel
Save