From f3b7969ae29f47a69da2eefec7ca8e7f334a34db Mon Sep 17 00:00:00 2001 From: n00mkrad Date: Sat, 4 Sep 2021 13:15:18 +0200 Subject: [PATCH] Better error msg for invalid input path --- Code/Main/InterpolateUtils.cs | 4 ++-- changelog.full.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Code/Main/InterpolateUtils.cs b/Code/Main/InterpolateUtils.cs index f9d9b3c..7764ff1 100644 --- a/Code/Main/InterpolateUtils.cs +++ b/Code/Main/InterpolateUtils.cs @@ -199,7 +199,7 @@ namespace Flowframes.Main { if (!IoUtils.IsDirValid(path)) { - ShowMessage("Input directory is not valid."); + ShowMessage("Input directory is not valid.\nMake sure it still exists and hasn't been renamed or moved!"); I.Cancel(); return false; } @@ -208,7 +208,7 @@ namespace Flowframes.Main { if (!IsVideoValid(path)) { - ShowMessage("Input video file is not valid."); + ShowMessage("Input video file is not valid.\nMake sure it still exists and hasn't been renamed or moved!"); return false; } } diff --git a/changelog.full.txt b/changelog.full.txt index 90b972c..499243f 100644 --- a/changelog.full.txt +++ b/changelog.full.txt @@ -3,6 +3,10 @@ If your video gets taken down by "flowframesinterpolation@gmail.com", please report that account, it's fake! +Flowframes 1.32.1 Changelog: +- Fixed GPU list not detecting physical GPUs when using Flowframes through RDP + + Flowframes 1.32.0 Changelog: - Added slow-motion option to easily create slow-mo interpolations - Auto-Encode now works with Image Sequence exports