mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 16:37:48 +01:00
Fix mpdecimate default hi value
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Flowframes
|
|||||||
{
|
{
|
||||||
int mpdValIndex = Config.GetInt(Config.Key.mpdecimateMode);
|
int mpdValIndex = Config.GetInt(Config.Key.mpdecimateMode);
|
||||||
int mpdVal = MpDecSensLookup[(Enums.Interpolation.MpDecimateSens)mpdValIndex];
|
int mpdVal = MpDecSensLookup[(Enums.Interpolation.MpDecimateSens)mpdValIndex];
|
||||||
string mpd = $"mpdecimate=hi=64*1024:lo=64*{mpdVal}:frac=1.0";
|
string mpd = $"mpdecimate=hi=64*12:lo=64*{mpdVal}:frac=1.0";
|
||||||
return wrap ? mpd.Wrap() : mpd;
|
return wrap ? mpd.Wrap() : mpd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user