Fixed progress bar in SBS not working correctly

This commit is contained in:
N00MKRAD
2021-01-05 23:13:29 +01:00
parent 49d74f31ce
commit e519e90966
7 changed files with 15 additions and 7 deletions

View File

@@ -184,7 +184,7 @@ namespace Flowframes
public static async Task RunRifeNcnnMulti(string framesPath, string outPath, int tilesize, int times)
{
processTimeMulti.Restart();
Logger.Log($"Running RIFE{(InterpolateUtils.UseUHD() ? " (UHD Mode)" : "")} ...", false);
Logger.Log($"Running RIFE{(InterpolateUtils.UseUHD() ? " (UHD Mode)" : "")}...", false);
bool useAutoEnc = Interpolate.currentlyUsingAutoEnc;
if(times > 2)