Files
flowframes/changelog.txt

114 lines
5.7 KiB
Plaintext
Raw Normal View History

2022-08-04 22:41:13 +02:00
Flowframes 1.38.3 Changelog:
- Slow-motion feature now works with RIFE-NCNN-VS
- Added RIFE 2.3 model to RIFE-NCNN-VS (only 2x supported!)
2022-08-04 23:03:27 +02:00
- Updated RIFE-NCNN to release 20220728
2022-08-04 22:41:13 +02:00
- Updated ffmpeg to include SVT-AV1 1.2.0 (previously 1.0.0 was included)
- Fixed image sequence inputs not working
- Fixed scene change blending not working with integer interpolation factors
- Fixed the function that checks for the max vulkan GPU thread count (was unreliable)
2022-07-25 11:19:03 +02:00
Flowframes 1.38.2 Changelog:
- FPS limiting (downsampling) now works with RIFE-NCNN-VS
- RIFE-NCNN-VS will no longer overwrite existing output files
- Fixed issue where RIFE-NCNN-VS would try to use too many GPU threads
- Fixed issue where a warning would pop up every time Flowframes is started without Pytorch
- Replaced the default Message Box with a custom window, fixes some UI weirdness
2022-07-21 10:42:07 +02:00
Flowframes 1.38.1 Changelog:
- RIFE-NCNN-VS will now use the GPU ID set in the settings (multi-GPU not possible for now)
- Trimming the input video now works with RIFE-NCNN-VS
- RIFE-NCNN-VS now dynamically adjusts threads based on resolution, reducing RAM usage
- Trying to export >240 FPS video in AV1 will now show an error as SVT doesn't support this
- Fixed frame counting sometimes failing
- Fixed CLI -factor argument not being applied
2022-07-06 00:37:30 +02:00
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
2022-06-01 18:45:05 +02:00
Flowframes 1.37.2 Changelog:
- Added RIFE 4.1 model (RIFE-CUDA)
- Scene detection now works with fractional factors (RIFE-NCNN)
- Frame deduplication now works with fractional factors (RIFE-NCNN)
- Pytorch AIs are no longer shown in the dropdown list if Pytorch is not installed
Flowframes 1.37.1 Changelog:
- Custom interpolation factors are no longer disabled by default (thx @ DrPleaseRespect)
- You can now input a target frame rate instead of a factor with RIFE-NCNN
- Flowframes now prevents Windows from going to sleep while it's running (needs testing)
- FFmpeg log is now shown again when waiting for encoding to finish
- Updated ffmpeg with SVT-AV1 1.0.0 (even faster AV1 export!)
- SVT-AV1 speed/presets have been offset by 1 (slowest to fastest is now 3-9 instead of 2-8)
- Default encoding preset is now "fast" instead of "medium"
- Interpolation factor will now also be validated in step-by-step mode, not just auto mode
- Fixed unreliable input video frame counting
- Fixed some encoding bugs for videos with weird frame rates
2022-04-17 20:23:37 +02:00
Flowframes 1.37.0 Changelog:
- Updated RIFE-NCNN, now supports any interpolation factor
- Fractional factors are now possible with NCNN (currently disables scene detection)
- Updated RIFE-NCNN models (added 2.3 and 4.0)
- Updated ffmpeg, AV1 encoding should now be even faster
- Frame counting should now be more reliable
- UI improvements (backported from Nmkoder)
2022-01-02 16:26:56 +01:00
Flowframes 1.36.0 Changelog:
- Added RIFE 4.0 model which is both faster and higher quality than 3.9
2022-01-02 16:29:16 +01:00
- Fixed issue with GIF exporting where auto-encode would try to mux a h264 stream into GIF
2022-01-02 16:26:56 +01:00
- Fixed custom output folder not working for batch processing
- Fixed issues where the batch queue could get stuck waiting for ffmpeg to finish
- Minor improvements by backporting Nmkoder code
Flowframes 1.35.0 Changelog:
- Updated RIFE - It now supports any interpolation factor (like 3x, 5x, 10x, ...)
- Added RIFE 3.9 model, big speed improvements (54% faster than 3.1, 100% faster than 2.3)
2022-04-17 20:23:37 +02:00
- WEBM/VP9 encoding is now signficantly more efficient by using 2-pass (but a bit slower)
- Updated ffmpeg to 4.4.1 (possible encoding/decoding speed improvements)
2021-12-01 20:45:09 +01:00
- Fixed some specific encoding parameters being set incorrectly (auto-tiling)
2021-10-27 14:18:37 +02:00
Flowframes 1.34.1 Changelog:
- Audio will now be slowed down accordingly when using slowmo
- Optimized encoding: VP9 and AV1 dynamic tiling, h264/h265/VP9/AV1 dynamic keyframe interval
- Fixed unreliable audio channel count detection for audio fallback
- Fixed temp folder deletion dialog interrupting batch processing
2021-10-01 12:31:59 +02:00
Flowframes 1.34.0 Changelog:
- Added resuming functionality (with auto-encode) - Drop a temp folder to resume it
2022-04-17 20:23:37 +02:00
- Resuming an already fully interpolated folder will instead just merge/mux all chunks
2021-10-01 12:31:59 +02:00
- Audio: MP3 tracks will no longer get re-encoded to AAC when using MP4 output
2022-04-17 20:23:37 +02:00
- Audio: Opus in MP4 muxing can now be enabled with config option allowOpusInMp4
2021-10-01 12:31:59 +02:00
- Audio Fallback: Improved AAC fallback quality
- Audio Fallback: Use same channel count as input file, no longer force Stereo
- Fixed problems with weird frame rates where Flowframes would claim it's invalid
2021-09-13 22:41:59 +02:00
Flowframes 1.33.0 Changelog:
- Added option to set quality when using image sequence output (fixes bad WEBP quality)
- Added server selection option (Automatic/EU/US) to allow manual selection of server
- The last selected output mode is now remembered after closing Flowframes
- Fixed issues with GPU list
- Minor UI improvements (uniform/updated PayPal, Discord icons)
- Minor UX improvements (clarify that image sequences require manual FPS input)
2021-07-14 20:42:10 +02:00
2021-07-26 14:32:36 +02:00
2021-09-01 15:18:27 +02:00
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 automatic ping-based server picker to download models from US or EU server
- 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
2022-07-06 00:37:30 +02:00
- Fixed WEBP image sequence export not working correctly