From 6460594cefbdba0628e5962a79d2c2217ce4cf8f Mon Sep 17 00:00:00 2001 From: n00mkrad Date: Wed, 6 Jul 2022 00:37:30 +0200 Subject: [PATCH] Update changelog --- changelog.full.txt | 7 +++++++ changelog.txt | 35 ++++++++--------------------------- 2 files changed, 15 insertions(+), 27 deletions(-) diff --git a/changelog.full.txt b/changelog.full.txt index e8524d2..3af4621 100644 --- a/changelog.full.txt +++ b/changelog.full.txt @@ -1,3 +1,10 @@ +Flowframes 1.38.0 Changelog: +- Implemented VapourSynth-RIFE-ncnn-Vulkan by HolyWu (interpolate completely in RAM) +- Improved the Pytorch availability check, unsupported implementations should no longer show up +- Possibly fixed bug where RIFE-CUDA would run instead of the selected implementation +- Improved AV1 encoding quality by changing bad default parameters + + Flowframes 1.37.2 Changelog: - Added RIFE 4.1 model (RIFE-CUDA) - Scene detection now works with fractional factors (RIFE-NCNN) diff --git a/changelog.txt b/changelog.txt index 20f5043..d41dab9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +Flowframes 1.38.0 Changelog: +- Implemented VapourSynth-RIFE-ncnn-Vulkan by HolyWu (interpolate completely in RAM) +- Improved the Pytorch availability check, unsupported implementations should no longer show up +- Possibly fixed bug where RIFE-CUDA would run instead of the selected implementation +- Improved AV1 encoding quality by changing bad default parameters + + Flowframes 1.37.2 Changelog: - Added RIFE 4.1 model (RIFE-CUDA) - Scene detection now works with fractional factors (RIFE-NCNN) @@ -77,30 +84,4 @@ Flowframes 1.32.0 Changelog: - 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 -- Fixed WEBP image sequence export not working correctly - - -Flowframes 1.31.1 Changelog: -- Fixed problems that broke XVFI when using embedded python runtime -- Fixed model downloader not offering the option to download XVFI models - - -Flowframes 1.31.0 Changelog: -- Added XVFI interpolation AI, allows all interpolation factors from 2-10 -- Unlocked 16x interpolation for RIFE-CUDA (quality will be worse than lower factors!) -- Unlocked 3x, 5x, 6x, 7x factors for DAIN-NCNN -- GPUs are now listed in the application's window title -- Batch: Notifications now only show on queue completion, not after each interpolation -- If interpolation fails, the last 10 lines of the corresponding log are shown -- Minor UI improvements -- Fixed custom output directory not being applied when using the batch queue -- Some internal refactoring and code cleanup - - -Flowframes 1.30.0 Changelog: -- Added the option to Close/Sleep/Hibernate/Shutdown after interpolation -- Added notifications that will show if an interpolation finished in the background -- Added option to change default output directory (same as input or custom) -- Added basic command line arguments to automate Flowframes interpolation -- Added move up/down buttons to batch processing queue -- Fixed a bug that would set incorrect default values for certain settings \ No newline at end of file +- Fixed WEBP image sequence export not working correctly \ No newline at end of file