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.
2022-02-22 17:11:22 +01:00
..
chewy Add trending links (#16917) 2021-11-25 13:07:38 +01:00
controllers Bump pundit from 2.1.1 to 2.2.0 (#17543) 2022-02-19 13:30:06 +09:00
helpers Add appeals (#17364) 2022-02-14 21:27:53 +01:00
javascript Fix link colors in report and strike details (#17616) 2022-02-22 15:27:25 +01:00
lib Fix some media attachments being converted with too high framerates (#17619) 2022-02-22 17:11:22 +01:00
mailers Fix sign in token and warning emails failed to send in some cases (#17589) 2022-02-18 20:43:42 +01:00
models Fix some media attachments being converted with too high framerates (#17619) 2022-02-22 17:11:22 +01:00
policies Fix issues when attempting to appeal an old strike (#17554) 2022-02-16 22:29:48 +01:00
presenters Fix Undo Announce sometimes inlining the originally Announced status (#17516) 2022-02-11 14:52:07 +01:00
serializers Add notifications when a reblogged status has been updated (#17404) 2022-02-11 22:20:19 +01:00
services Add appeals (#17364) 2022-02-14 21:27:53 +01:00
validators Remove language detection through cld3 (#17478) 2022-02-08 02:41:17 +01:00
views Fix link colors in report and strike details (#17616) 2022-02-22 15:27:25 +01:00
workers Add notifications when a reblogged status has been updated (#17404) 2022-02-11 22:20:19 +01:00