Files
flowframes/changelog.txt

110 lines
5.5 KiB
Plaintext
Raw Normal View History

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
- 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
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
- Fixed WEBP image sequence export not working correctly
2021-08-25 01:06:09 +02:00
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:
2021-08-24 16:33:47 +02:00
- 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
2021-08-04 19:46:46 +02:00
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
2021-07-26 14:32:36 +02:00
Flowframes 1.29.0 Changelog:
- Added option to change the color space for most codecs (e.g. for 10-bit encoding)
- Added a button in the settings to reset the config to default
- Added a shortcut button to the Encoding Settings on the main tab
- Added option to disable Preview tab
- Fixed problem where videos with BT470M color format would fail to encode
- Removed compatibility warning when Flowframes is run on Windows 11
2021-07-01 22:17:03 +02:00
Flowframes 1.28.1 Changelog:
- Added option to auto-pause interpolation if auto-encode can't keep up
- Auto-Encode: Old frames now get deleted instead of being replaced by dummy files
- Fixed speed regression on RIFE 3.x (up to ~1.5x as fast as in 1.28.0)
2021-06-23 20:46:21 +02:00
Flowframes 1.28.0 Changelog:
- Updated RIFE CUDA to 3.8 (Skipped previous models)
- Added native transparency support with RIFE CUDA 3.8
- Added model downloader to pre-download all models at once
- Added support for loading custom AI models
- Improved model loading (faster file validation and lots of internal changes)
- Step-by-step mode: Previous steps now run automatically if needed
2021-06-10 11:41:32 +02:00
Flowframes 1.27.2 Changelog:
- Added Backup option - Will save an incomplete video after every chunk encode
- Custom FFmpeg args now also get applied for GIF encoding, not just videos
- Fixed low disk space warning popping up even if interpolation is already paused
- Fixed certain temp files not being deleted correctly
2021-06-01 20:24:27 +02:00
Flowframes 1.27.1 Changelog:
- Image sequence inputs can now be used without any importing/copying (if compatible)
- Added the FPS limit ("Maximum Output Framerate") to Quick Settings tab
- Batch Processing: AI Model name is now shown in queue
- Batch Processing: Fixed problems where GIFs/videos would play too slow
- Fixed problem where GIF/APNG interpolations would have unnecessary dupe frames
- Fixed problems with alpha interpolation when JPEG frames are enabled
2021-05-24 16:37:10 +02:00
Flowframes 1.27.0 Changelog:
- Updated RIFE-CUDA to v3 - Better quality and up to 25% faster!
- Updated RIFE-NCNN to v3
- Added new RIFE models 3.0 and 3.1 (both CUDA and NCNN)
- AV1 encoding is now up to 35% faster (updated to SVT-AV1 0.8.7)
- Renaming existing files to ".old" now also works for looped outputs and folders
- Added image sequence copy support for BMP and WEBP (no PNG conversion on import)
- Invalid (non-image) files now get ignored when loading an image sequence folder
- New model files hoster, should make model downloading more reliable
- Fixed the encoding log sometimes stopping, even if ffmpeg is still running
- 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
2021-10-01 12:31:59 +02:00
- Internal data handling improvements (JSON for config files)