Skip to content

Commit

Permalink
VS Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
n00mkrad committed Jul 5, 2022
1 parent e30fa39 commit cf95ef0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Code/Os/AiProcess.cs
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,11 @@ static async Task RunRifeNcnnVsProcess(string inPath, float factor, string outPa
string logFileName = "rife-ncnn-vs-log";
Process rifeNcnnVs = OsUtils.NewProcess(!OsUtils.ShowHiddenCmd());

Logger.Log($"Note: RIFE-NCNN-VS is experimental and may not work as expected with specific Flowframes features, such as FPS limiting and image sequence exporting.");

if (rt)
{
Logger.Log($"Starting. Use Space to pause, Left Arrow and Right Arrow to seek, albeit seeking takes some time.");
AiStartedRt(rifeNcnnVs, inPath);
}
else
Expand Down

0 comments on commit cf95ef0

Please sign in to comment.