Allow fractional factor input (WIP: Disallow for FLAVR/RIFE-CUDA)

This commit is contained in:
n00mkrad
2022-04-05 23:22:09 +02:00
parent 9690101f13
commit 2db247f8ec
4 changed files with 18 additions and 48 deletions

View File

@@ -45,7 +45,7 @@ namespace Flowframes
public InterpSettings() { }
public InterpSettings(string inPathArg, string outPathArg, AI aiArg, Fraction inFpsDetectedArg, Fraction inFpsArg, int interpFactorArg, float itsScale, Interpolate.OutMode outModeArg, ModelCollection.ModelInfo modelArg)
public InterpSettings(string inPathArg, string outPathArg, AI aiArg, Fraction inFpsDetectedArg, Fraction inFpsArg, float interpFactorArg, float itsScale, Interpolate.OutMode outModeArg, ModelCollection.ModelInfo modelArg)
{
inPath = inPathArg;
outPath = outPathArg;