From b36052e943aa8f73bc34677400866fef2812085a Mon Sep 17 00:00:00 2001 From: n00mkrad Date: Tue, 31 Aug 2021 01:20:07 +0200 Subject: [PATCH] Updated changelog, UI text improvements --- Code/Forms/SettingsForm.Designer.cs | 4 ++-- changelog.full.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Code/Forms/SettingsForm.Designer.cs b/Code/Forms/SettingsForm.Designer.cs index 2d9dc3a..6944eff 100644 --- a/Code/Forms/SettingsForm.Designer.cs +++ b/Code/Forms/SettingsForm.Designer.cs @@ -1634,8 +1634,8 @@ this.maxFpsMode.ForeColor = System.Drawing.Color.White; this.maxFpsMode.FormattingEnabled = true; this.maxFpsMode.Items.AddRange(new object[] { - "Only Create Video With Limited FPS", - "Create Videos With Full FPS And Limited FPS (2x Slower Encoding!)"}); + "Only Create Output With Limited FPS", + "Create Outputs With Full FPS And Limited FPS (Takes 2x as long!)"}); this.maxFpsMode.Location = new System.Drawing.Point(280, 127); this.maxFpsMode.Name = "maxFpsMode"; this.maxFpsMode.Size = new System.Drawing.Size(400, 21); diff --git a/changelog.full.txt b/changelog.full.txt index ae00b01..b9eccde 100644 --- a/changelog.full.txt +++ b/changelog.full.txt @@ -5,6 +5,8 @@ please report that account, it's fake! Flowframes 1.32.0 Changelog: - Added slow-motion option to easily create slow-mo interpolations +- Auto-Encode now works with Image Sequence exports +- Option to create both limited and unlimited FPS outputs now works with image sequences - Added config option to enable custom interpolation factor (if compatible) - ProRes now supports Alpha output when used with profile 4444 or 4444xq - Fixed ProRes being locked to YUV420 colors on all presets