Fix re-encoding of high-framerate VFR videos with FFmpeg 6+ (#33634)

pull/33657/head
Claire 1 month ago committed by GitHub
parent 8962f11578
commit ac59ed39dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save