diff --git a/changelog.full.txt b/changelog.full.txt index d8e8540..4b7664d 100644 --- a/changelog.full.txt +++ b/changelog.full.txt @@ -1,3 +1,13 @@ +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 +- 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 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 + + 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 diff --git a/changelog.txt b/changelog.txt index 983ff75..ab1cebe 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +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 +- 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 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 + + 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 @@ -97,26 +107,4 @@ Flowframes 1.27.0 Changelog: - Fixed PNG image sequence outputs getting re-encoded unnecessarily - Fixed some problems regarding the FPS limit feature - Fixed problem where toggling JPEG frames wouldn't get applied -- Internal data handling improvements (JSON for config files) - - -Flowframes 1.26.1 Changelog: -- Fixed image sequence copying not working correctly in some cases -- Fixed loop not working correctly when using JPEG frames -- Fixed batch queue not working correctly -- Fixed encoding failing for videos with bt470bg color space -- Fixed encoding failing when using lossless h265 - - -Flowframes 1.26.0 Changelog: -- Image Sequence will now be copied instead of re-encoded if they are compatible -- Color space (and transfer function) will now be retained from the input video -- Aspect ratio of input video will now be preserved (for non-square pixel videos) -- Added "Debug Tools" window with a log viewer and a config editor tab -- Interpolation will now pause, not cancel, when disk space is low -- Existing output files now get renamed instead of overwritten if they already exist -- Several processing functions now run in the background, so the UI no longer freezes -- Fixed h265 CRF 0 not being lossless -- Fixed critical bug where Auto-Encode ran too early, causing FFmpeg errors -- Fixed bug where deduplicated videos would play too fast if JPEG frames are used -- Fixed some cases where the program wouldn't launch because of undhandled errors \ No newline at end of file +- Internal data handling improvements (JSON for config files) \ No newline at end of file