-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #265 from jeanslack/fix_slideshow
fix slideshow prog bar + improves
- Loading branch information
Showing
39 changed files
with
9,457 additions
and
8,244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
Binary file not shown.
Oops, something went wrong.