changelog updates

This commit is contained in:
n00mkrad 2022-04-17 20:23:37 +02:00
parent 2ac003a1b1
commit f7ad677be5
2 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,12 @@
Flowframes 1.37.0 Changelog:
- Updated RIFE-NCNN, now supports any interpolation factor
- Fractional factors are now possible with NCNN, but scene detection currently won't work with them
- 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)
Flowframes 1.36.0 Changelog:
- Added RIFE 4.0 model which is both faster and higher quality than 3.9
- Fixed issue with GIF exporting where auto-encode would try to mux a h264 stream into GIF

View File

@ -1,3 +1,12 @@
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)
Flowframes 1.36.0 Changelog:
- Added RIFE 4.0 model which is both faster and higher quality than 3.9
- Fixed issue with GIF exporting where auto-encode would try to mux a h264 stream into GIF
@ -9,7 +18,7 @@ Flowframes 1.36.0 Changelog:
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)
- WEBM/VP9 encoding is now signficantly more efficient by using 2-pass (but also a bit slower)
- 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)
- Fixed some specific encoding parameters being set incorrectly (auto-tiling)
@ -23,9 +32,9 @@ Flowframes 1.34.1 Changelog:
Flowframes 1.34.0 Changelog:
- Added resuming functionality (with auto-encode) - Drop a temp folder to resume it
- Resuming an already fully interpolated folder will instead just merge all chunks and mux audio
- Resuming an already fully interpolated folder will instead just merge/mux all chunks
- Audio: MP3 tracks will no longer get re-encoded to AAC when using MP4 output
- Audio: Opus in MP4 (without re-encoding) can now be enabled with config option "allowOpusInMp4"
- Audio: Opus in MP4 muxing can now be enabled with config option allowOpusInMp4
- 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