This commit is contained in:
John Andrews
2022-05-09 01:10:37 +12:00
parent c9b872d4e0
commit d1bd93ffce

View File

@@ -44,6 +44,7 @@ public class FfmpegBuilderVideoBitrate : FfmpegBuilderNode
if (Percent)
br = currentBitrate * (Bitrate / 100f);
int minimum = (int)(br * 0.75f);
int maximum = (int)(br * 1.25f);