Update changelog

This commit is contained in:
n00mkrad 2022-07-06 00:37:30 +02:00
parent 7c44d9f63a
commit 6460594cef
2 changed files with 15 additions and 27 deletions

View File

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

View File

@ -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
- Fixed WEBP image sequence export not working correctly