mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-22 19:29:24 +01:00
EXR stuff & error handling
This commit is contained in:
@@ -55,6 +55,7 @@ namespace Flowframes.Data
|
||||
Name = DirectoryInfo.Name;
|
||||
SourcePath = DirectoryInfo.FullName;
|
||||
Format = "Folder";
|
||||
IoUtils.GetFileInfosSorted(SourcePath, false, "*.*").Take(1).ToList().ForEach(f => Format = f.Extension.Trim('.'));
|
||||
|
||||
if (requestFpsInputIfUnset && InputRate == null)
|
||||
InputRate = InterpolateUtils.AskForFramerate(Name);
|
||||
|
||||
Reference in New Issue
Block a user