mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 12:19:27 +01:00
Frame counting is reliable now
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Flowframes.Forms;
|
||||
using Flowframes.Data;
|
||||
using Flowframes.Forms;
|
||||
using Flowframes.IO;
|
||||
using Flowframes.Os;
|
||||
using System;
|
||||
@@ -83,6 +84,11 @@ namespace Flowframes.Main
|
||||
if (IoUtils.IsPathDirectory(entry.inPath)) fname = Path.GetDirectoryName(entry.inPath);
|
||||
Logger.Log($"Queue: Processing {fname} ({entry.interpFactor}x {entry.ai.AiNameShort}).");
|
||||
|
||||
MediaFile mf = new MediaFile(entry.inPath);
|
||||
await mf.Initialize();
|
||||
|
||||
Interpolate.currentMediaFile = mf;
|
||||
|
||||
Program.mainForm.LoadBatchEntry(entry); // Load entry into GUI
|
||||
Interpolate.currentSettings = entry;
|
||||
Program.mainForm.runBtn_Click(null, null);
|
||||
|
||||
Reference in New Issue
Block a user