Fixed bad ffmpeg encoding for 4x/8x, fixed autoenc option, minor ux improv

This commit is contained in:
N00MKRAD
2020-12-06 20:29:47 +01:00
parent ffe669280e
commit 4d2da35727
4 changed files with 8 additions and 6 deletions

View File

@@ -159,7 +159,7 @@ namespace Flowframes
}
Process rifePy = OSUtils.NewProcess(!OSUtils.ShowHiddenCmd());
AiStarted(rifePy, 3250, "png");
AiStarted(rifePy, 3500, "png");
rifePy.StartInfo.Arguments = $"{OSUtils.GetCmdArg()} cd /D {PkgUtils.GetPkgFolder(Packages.rifeCuda).Wrap()} & " +
$"set CUDA_VISIBLE_DEVICES={Config.Get("torchGpus")} & {Pytorch.GetPyCmd()} {script} {args} --imgformat {InterpolateUtils.lastExt} --output {Paths.interpDir}";
Logger.Log($"Running RIFE ({script})...", false);