mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 08:27:44 +01:00
changelog updates
This commit is contained in:
@@ -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:
|
Flowframes 1.36.0 Changelog:
|
||||||
- Added RIFE 4.0 model which is both faster and higher quality than 3.9
|
- 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
|
- Fixed issue with GIF exporting where auto-encode would try to mux a h264 stream into GIF
|
||||||
|
|||||||
@@ -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:
|
Flowframes 1.36.0 Changelog:
|
||||||
- Added RIFE 4.0 model which is both faster and higher quality than 3.9
|
- 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
|
- 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:
|
Flowframes 1.35.0 Changelog:
|
||||||
- Updated RIFE - It now supports any interpolation factor (like 3x, 5x, 10x, ...)
|
- 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)
|
- 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)
|
- Updated ffmpeg to 4.4.1 (possible encoding/decoding speed improvements)
|
||||||
- Fixed some specific encoding parameters being set incorrectly (auto-tiling)
|
- Fixed some specific encoding parameters being set incorrectly (auto-tiling)
|
||||||
|
|
||||||
@@ -23,9 +32,9 @@ Flowframes 1.34.1 Changelog:
|
|||||||
|
|
||||||
Flowframes 1.34.0 Changelog:
|
Flowframes 1.34.0 Changelog:
|
||||||
- Added resuming functionality (with auto-encode) - Drop a temp folder to resume it
|
- 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: 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: Improved AAC fallback quality
|
||||||
- Audio Fallback: Use same channel count as input file, no longer force Stereo
|
- 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
|
- Fixed problems with weird frame rates where Flowframes would claim it's invalid
|
||||||
|
|||||||
Reference in New Issue
Block a user