Updated changelog, UI text improvements

This commit is contained in:
n00mkrad 2021-08-31 01:20:07 +02:00
parent 7cf5fdcf37
commit b36052e943
2 changed files with 4 additions and 2 deletions

View File

@ -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);

View File

@ -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