-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates to CHANGLELOG. ready for release of 5.5.0
- Loading branch information
Showing
1 changed file
with
13 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,26 +4,23 @@ vidcutter (5.5.0-1) stable; urgency=medium | |
new media stream button has been added and enabled for use when | ||
clips are all derived from the same source media OR media files added | ||
manually all share the same codecs, formats, etc... A view of all | ||
detected streams including video, audio, text/subtitles, metadata/chapters | ||
will be presented upon which you can enable/disable what you want mapped | ||
and carried across to the target media produced for you. | ||
|
||
As always, suggestions for further improvements to this, whether visual | ||
or technical via the Issues page; which I definitely, most assuredly, | ||
promise to start paying attention to. I'm mearly all out of new app ideas | ||
+ innovations so I have no choice :-) | ||
detected streams including video, audio, text/subtitles. Chapters are not | ||
included as they are treated differently by FFmpeg and followng the usual | ||
rule of thumb in VidCutter which is they will be included in your end | ||
result if the original source is not corrupt or in some weird non-standard | ||
configuration. | ||
|
||
* Migrated main toolbar buttons from QToolBar + QActions to new custom | ||
widget VCToolBarButton handling QPushButton with attached. This allows | ||
working pressed states on existing toolbar buttons which QToolBar buttons | ||
(for reasons I cannot fathom) do not. | ||
|
||
* FFmpeg category added to settings dialog for users on Linux systems | ||
excluding AppImage, to cater for releases where the latest FFmpeg binaries | ||
are not prebundled. This allows users to set a different path to a newer | ||
set of FFmpeg binaries if they are stuck on Linux distros only offering | ||
older versions of FFmpeg such as 2.8 and below which prevents SmartCut | ||
from working to its full potential. | ||
* Tools section added to settings for setting paths to three main tools | ||
used by VidCutter; FFmpeg, FFprobe and MediaInfo. Set to Defaults | ||
button reverts changes to defaults, especially useful for users of | ||
bundled packages of app (AppImage, Windows and macOS which contain | ||
these tools prepacked). Allows you to use different versions of said | ||
tools. | ||
|
||
* End of file is now being observed in the mpv library event pool so that | ||
playback state resets position back to the start, in pause and all | ||
|
@@ -33,7 +30,7 @@ vidcutter (5.5.0-1) stable; urgency=medium | |
window. | ||
|
||
* Support for WTV (.wtv - Windows Recorded TV Show) media files | ||
(playback and cutting/joining) | ||
(playback and cutting/joining) added. | ||
|
||
* Required dependency of PyOpenGL python module introduced for users on slightly | ||
older Ubuntu, Fedora and Ubuntu based Linux distributions. such as Mint or | ||
|
@@ -72,7 +69,7 @@ vidcutter (5.5.0-1) stable; urgency=medium | |
then kill all VidCutter associated jobs gracefully and force the usual | ||
cleanup routines | ||
|
||
-- Pete Alexandrou <[email protected]> xxx, xx xxx xxxx xx:xx:xx +0800 | ||
-- Pete Alexandrou <[email protected]> Mon, 05 Feb 2018 08:34 +0800 | ||
|
||
vidcutter (5.0.5-2) stable; urgency=medium | ||
|
||
|