Releases: Trekky12/kburns-slideshow
Release list
Version 1.10
Add loading overlay and various UI improvements and fixes
Full Changelog: v1.9.1...v1.10
Version 1.9.1
Take trimmed audio into account when using aubio to match slides duration to music
Full Changelog: v1.9...v1.9.1
Version 1.9
- Add support for HEIC photos by converting them to JPG
- Fixes for specific FFmpeg versions
- Do no longer use removed fifo filter (https://patchwork.ffmpeg.org/project/ffmpeg/patch/AS8P250MB0744135912D00BC22B7B79158F402@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM/)
- Use -/filter_complex instead of -filter_complex_script
- Explicit set framerate for videos (https://superuser.com/questions/1844452/ffmpeg-concatenate-videos-and-keep-framerate-the-same)
- Fix FFmpeg version check on normalize filter
- Fix too many newlines on drawtext on windows (https://superuser.com/questions/1833690/ffmpeg-extra-lines-between-lines-in-drawtext-textfile)
- UI improvements
- Fix previews for panoramas
- Add possibility to trim audio files and fade background music when merging multiple tracks
Full Changelog: v1.8...v1.9
Version 1.8
- Improve compatibility with old FFmpeg version (audio normalization)
- Fix video with audio when using FFmpeg > 6.1
- Fix overlap of video sound and background music when the last slide is a video with sound
- Fix background music playing when video with sound is available
Full Changelog: v1.7...v1.8
Version 1.7
- Do not normalize audio volume
- Add keyboard shortcuts, L+R to select and A+S to move, thanks to @ch00f in PR #17
Full Changelog: v1.6...v1.7
Version 1.6
Version 1.5
In this release some bugs are fixed and some UI improvements are made.
Caution: Breaking Change!
Additionally the kburns effect properties are now stored as three individual values instead as one value.
This means previous saved slideshows must be migrated from one stored value to three individual stored values. Old slideshows are no longer possible to open directly! (see 701a4c3).
Instead of "zoom_direction" now "zoom_direction_x", "zoom_direction_y" and "zoom_direction_z" are used!
Version 1.4
This release improves overlays. The configuration for text and background color is now splitted, which results in a breaking change.
When a saved slideshow file is opened the duration of the background color overlay is empty and needs to be set manually.
Additionaly there are some fixes on video creation.
Version 1.3
This release restores the ability to create loopable videos
Version 1.2
This release includes binaries for windows and linux