mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-28 22:08:48 -06:00
bump
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user