Skip to content

Releases: Trekky12/kburns-slideshow

Version 1.8

25 Aug 10:21
Compare
Choose a tag to compare
  • 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

23 Mar 15:21
Compare
Choose a tag to compare
  • 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

02 Dec 19:37
Compare
Choose a tag to compare

This release fixes various bugs and adds improvements.

  • Fix GUI attribute error on Python 3.10, issue #11
  • Add possibility to have blurred image as background instead of padding color for padded images and videos
  • Add ffmpeg parameters for temporary video files, fixes issue #16

Version 1.5

01 Nov 13:55
2ccaa8f
Compare
Choose a tag to compare

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

07 Aug 09:39
Compare
Choose a tag to compare

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

30 Jan 16:47
Compare
Choose a tag to compare

This release restores the ability to create loopable videos

Version 1.2

12 Dec 16:05
Compare
Choose a tag to compare

This release includes binaries for windows and linux

Version 1.1

28 Sep 17:20
Compare
Choose a tag to compare
  • Add progress bar on video creation via GUI
  • Small bugfixes and improvements

Version 1.0

08 Jun 19:01
Compare
Choose a tag to compare

Initial CLI and GUI application release