Only loop output if loop is on, fix SBS frame extraction not clearing, more

Improved Interpolate.Cleanup() with retries
minOutVidLength now defaults to 5s instead of 0s
Frames filenameMap now uses zeropadding value from Padding class
This commit is contained in:
N00MKRAD
2021-01-26 16:45:02 +01:00
parent 0a236361e0
commit 86e27a4041
7 changed files with 49 additions and 54 deletions

View File

@@ -9,6 +9,7 @@ namespace Flowframes.Data
class Padding
{
public const int inputFrames = 9;
public const int inputFramesRenamed = 8;
public const int interpFrames = 8;
}
}