Merge commit '7f866daf637e9303c7b503e0ed29ef8802fcb4c0' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2025-01-20 18:06:13 +01:00
44 changed files with 432 additions and 76 deletions

View File

@@ -52,8 +52,8 @@ module Paperclip
@output_options['bufsize'] = bitrate * 5
if high_vfr?(metadata)
# TODO: change to `fps_mode` in the future, as `vsync` is being deprecated
@output_options['vsync'] = 'vfr'
@output_options['r'] = @vfr_threshold
end
end
end