Skip to content

Commit

Permalink
Merge pull request #265 from jeanslack/fix_slideshow
Browse files Browse the repository at this point in the history
fix slideshow prog bar + improves
  • Loading branch information
jeanslack authored Feb 21, 2024
2 parents d4834c5 + 0c48e5a commit e3f1b32
Show file tree
Hide file tree
Showing 39 changed files with 9,457 additions and 8,244 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ License: GPL3
Change Log:

+------------------------------------+
Tue, 17 Feb 2024 V.5.0.5
Tue, 20 Feb 2024 V.5.0.5

* Fixed `ValueError: could not convert string to float: 'N/A'` given by the
`get_milliseconds()` function.
Expand All @@ -28,18 +28,27 @@ Tue, 17 Feb 2024 V.5.0.5
* Removed backwards compatibility with wxPython < 4.1.0 .
* Minimun requirements fixed to `wxPython >= 4.1.0`, `Python >= 3.7`,
`FFmpeg >= 5.1.4` .
* New versions of wxPython support svg images for icons well, so most png
* New versions of wxPython support SVG images for icons well, so most PNG
icons are removed.
* Fixed FFmpeg warns: `-vsync arg is deprecated, use fps_mode`
* Fixed FFmpeg seeking (-ss) and duration (-t) parameters by repositioning the
duration code after file inputs (-i). This fixed many inaccuracies and was
also faster.
also more faster.
* Added a new item to the File menu with its accelerator to delete all
imported files/URLs. This feature was already present on the
toolbar buttons but without the possibility of a convenient accelerator.
* [A/V Conversions] Overall improved the stabilizer filter for both the
preview and the production of the final video. Fixed various bugs that
prevented correct video playback.
preview and the video production. Fixed various bugs that prevented correct
video playback.
* [Still Image Maker] Fixed progress bar accuracy and progress percentage
issues in final video production.
* [Queued Files] [Queued URLs] improved conditional code with empty lists.
* [Queued URLs] Added new entry `Clear list` to contextual menu.
* Menu bars reordered to the relevant items.
* Translation strings have been updated and simplified.
* New version (v6.5) of the configuration file is created.
* [Concatenate] Removed `From an image sequence to a video file`
> use `Still Image Maker` instead.

+------------------------------------+
Wed, 24 Jan 2024 V.5.0.4
Expand Down
21 changes: 15 additions & 6 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,29 @@ videomass (5.0.5-1) UNRELEASED; urgency=medium
* Removed backwards compatibility with wxPython < 4.1.0 .
* Minimun requirements fixed to `wxPython >= 4.1.0`, `Python >= 3.7`,
`FFmpeg >= 5.1.4` .
* New versions of wxPython support svg images for icons well, so most png
* New versions of wxPython support SVG images for icons well, so most PNG
icons are removed.
* Fixed FFmpeg warns: `-vsync arg is deprecated, use fps_mode`
* Fixed FFmpeg seeking (-ss) and duration (-t) parameters by repositioning the
duration code after file inputs (-i). This fixed many inaccuracies and was
also faster.
also more faster.
* Added a new item to the File menu with its accelerator to delete all
imported files/URLs. This feature was already present on the
toolbar buttons but without the possibility of a convenient accelerator.
* [A/V Conversions] Overall improved the stabilizer filter for both the
preview and the production of the final video. Fixed various bugs that
prevented correct video playback.

-- Gianluca Pernigotto <[email protected]> Sun, 18 Feb 2024 16:00:00 +0200
preview and the video production. Fixed various bugs that prevented correct
video playback.
* [Still Image Maker] Fixed progress bar accuracy and progress percentage
issues in final video production.
* [Queued Files] [Queued URLs] improved conditional code with empty lists.
* [Queued URLs] Added new entry `Clear list` to contextual menu.
* Menu bars reordered to the relevant items.
* Translation strings have been updated and simplified.
* New version (v6.5) of the configuration file is created.
* [Concatenate] Removed `From an image sequence to a video file`
> use `Still Image Maker` instead.

-- Gianluca Pernigotto <[email protected]> Tue, 20 Feb 2024 17:00:00 +0200

videomass (5.0.4-1) UNRELEASED; urgency=high

Expand Down
Binary file modified videomass/locale/en_US/LC_MESSAGES/videomass.mo
Binary file not shown.
Loading

0 comments on commit e3f1b32

Please sign in to comment.