You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Claire 166f6e4b50
Fix some media attachments being converted with too high framerates (#17619)
Video files with variable framerates are converted to constant framerate videos
and the output framerate picked by ffmpeg is based on the original file's
container framerate (which can be different from the average framerate).

This means that an input video with variable framerate with about 30 frames per
second on average, but a maximum of 120 fps will be converted to a constant 120
fps file, which won't be processed by other Mastodon servers.

This commit changes it so that input files with VFR and a maximum framerate
above the framerate threshold are converted to VFR files with the maximum frame
rate enforced.
3 years ago
..
chewy Add trending links (#16917) 3 years ago
controllers Bump pundit from 2.1.1 to 2.2.0 (#17543) 3 years ago
helpers Add appeals (#17364) 3 years ago
javascript Fix link colors in report and strike details (#17616) 3 years ago
lib Fix some media attachments being converted with too high framerates (#17619) 3 years ago
mailers Fix sign in token and warning emails failed to send in some cases (#17589) 3 years ago
models Fix some media attachments being converted with too high framerates (#17619) 3 years ago
policies Fix issues when attempting to appeal an old strike (#17554) 3 years ago
presenters Fix Undo Announce sometimes inlining the originally Announced status (#17516) 3 years ago
serializers Add notifications when a reblogged status has been updated (#17404) 3 years ago
services Add appeals (#17364) 3 years ago
validators Remove language detection through cld3 (#17478) 3 years ago
views Fix link colors in report and strike details (#17616) 3 years ago
workers Add notifications when a reblogged status has been updated (#17404) 3 years ago