mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 12:19:27 +01:00
Update InterpolateUtils.cs
This commit is contained in:
@@ -366,7 +366,7 @@ namespace Flowframes.Main
|
||||
|
||||
public static Fraction AskForFramerate (string mediaName, bool isImageSequence = true)
|
||||
{
|
||||
string text = $"Please enter a frame rate to use for{(isImageSequence ? " the image sequence" : "")} '{mediaName.Trunc(80)}'.";
|
||||
string text = $"Please enter an input frame rate to use for{(isImageSequence ? " the image sequence" : "")} '{mediaName.Trunc(80)}'.";
|
||||
PromptForm form = new PromptForm("Enter Frame Rate", text, "15");
|
||||
form.ShowDialog();
|
||||
return new Fraction(form.EnteredText);
|
||||
|
||||
Reference in New Issue
Block a user