Changes of Revision 54
avidemux3.changes
Changed
x
1
2
-------------------------------------------------------------------
3
-Sat Mar 06 22:33:29 UTC 2021 - enzokiel@kabelmail.de
4
+Tue Mar 09 15:06:42 UTC 2021 - enzokiel@kabelmail.de
5
6
- Update to version 2.7.8
7
- + No changelog available
8
-
9
-- Version 2.7.7
10
- + No changelog available
11
+ - New Features
12
+Many new video filters added by courtesy of szlldm
13
+ * A dedicated MOV muxer is now available, replacing silent
14
+ fallback to MOV muxing mode within the MP4 muxer.
15
+ * A subset of color info relevant for HDR support is retained
16
+ in copy mode when both input and output video are stored in
17
+ Matroska / WebM containers. Settings to add or override color
18
+ info have been added to MKV and WebM muxers.
19
+ * The indexer in the MPEG-TS demuxer now detects resolution
20
+ changes in MPEG-2 and H.264 streams which are entirely
21
+ unsupported and suggests aborting indexing. If the user
22
+ chooses to continue, it records file offsets of all
23
+ resolution changes to the log. This allows advanced users to
24
+ split the file at these offsets using other tools like head
25
+ and tail into chunks which can be processed with Avidemux.
26
+ * YUV varieties of the lossless Ut Video codec are supported
27
+ now for decoding and encoding via bundled FFmpeg libraries.
28
+ Uncompressed 24-bit audio is now supported for a subset of
29
+ file formats.
30
+ * Limited support for 7.1 channel layout. Decode and stream
31
+ copy support for XLL substream in DTS audio tracks.
32
+ * Audio properties are now updated on resuming playback. This
33
+ allows to start saving after an audio format change. When
34
+ audio format changes during playback, the FFmpeg-based audio
35
+ decoder will output silence and keep format rather than
36
+ producing garbage.
37
+ * An option to keep the identity of markers A and B instead of
38
+ swapping them automatically has been added to Preferences.
39
+ * The keyboard shortcut for "Delete" action has been made
40
+ customizable with alternative keyboard shortcuts enabled.
41
+ - Other Enhancements
42
+ * Multi-threaded video decoding is now available for the
43
+ bundled FFmpeg. On powerful multi-core CPUs, this can
44
+ drastically improve decoding performance. A maximum of 8
45
+ threads can be created, but a conservative custom upper limit
46
+ of 4 is recommended. Values above 8 cause decoding failures.
47
+ Multi-threaded decoding and HW accelerated decoding are
48
+ mutually exclusive, changes require application restart to
49
+ have effect.
50
+ * The maximum supported resolution has been increased to
51
+ 8192x8192
52
+ * The bundled FFmpeg has been updated to the 4.2.4 release.
53
+ * Non-standard display aspect ratios can be configured in MP4
54
+ muxer by specifying display width.
55
+ * MP4 muxer accepts now MPEG-1 and MPEG-2.
56
+ * The configuration dialog of the x265 video encoder plugin
57
+ enjoyed massive cleanup and refactoring by Trent Piepho ,
58
+ more Adaptive
59
+ * Quantization Variance methods have been added.
60
+ * Python interface has been substantially extended, includes
61
+ now methods to query segment properties, the number and
62
+ filenames of loaded videos, PTS of keyframes, methods to seek
63
+ to time with preview updated, to open file dialogs filtered
64
+ by extension and a built-in method to split filename
65
+ extension from a given path.
66
+ * Scripting shell now supports unicode characters.
67
+ * On macOS, files can be loaded via Finder context menu or by
68
+ dropping them onto Avidemux icon in the dock.
69
+ * On Linux, Jobs GUI and the CLI executable can be launched
70
+ from AppImage by creating a symlink with _jobs or _cli in
71
+ filename respectively and running the AppImage via this
72
+ symlink.
73
+ - Bugfixes
74
+ * Rate control was broken in some video encoders, especially in
75
+ VP9 and in NVENC-based encoders, fixed now.
76
+ * Multiple issues in cut point checks for H.264 and HEVC
77
+ streams in copy mode, leading to incorrect check results,
78
+ were identified and resolved.
79
+ * The first two frames of external AC3 or EAC3 audio tracks are
80
+ not dropped anymore. This regression from enhanced protection
81
+ against false positives, added 3 years ago, has been finally
82
+ identified and fixed.
83
+ * Indexing of MPEG-TS files with HEVC video was broken when
84
+ video stream lacked access unit delimiters. The issue was
85
+ identified and fixed right after 2.7.7 had been tagged as
86
+ released and is the reason why version 2.7.7 was superseded
87
+ by 2.7.8.
88
+ * VU meter was grossly ahead of audio output on Windows, now it
89
+ is just a tiny little bit ahead.
90
+ * Numerous other fixes and overall polish.
91
92
-------------------------------------------------------------------
93
Fri Feb 26 09:38:29 UTC 2021 - enzokiel@kabelmail.de
94
avidemux3.spec
Changed
21
1
2
Release: 0
3
URL: http://avidemux.sourceforge.net/
4
ExclusiveArch: %ix86 x86_64
5
-Source0: https://github.com/mean00/avidemux2/archive/%{version}.tar.gz#/avidemux2-%{version}.tar.gz
6
-Source1: https://github.com/mean00/avidemux2_i18n/archive/%{version}.tar.gz#/avidemux2_i18n-%{version}.tar.gz
7
+Source0: https://www.fosshub.com/Avidemux.html?dwl=avidemux_%{version}.tar.gz
8
Patch0: avidemux-cmake-2.8.8.patch
9
Patch1: avidemux-linking.patch
10
Patch2: avidemux-x264_plugins.patch
11
12
This package provides translations for package avidemux3-qt5.
13
14
%prep
15
-%setup -q -n avidemux2-%{version}
16
-gzip -dc %{S:1} | tar -xf - -C avidemux/qt4/i18n --strip-components=1
17
+%setup -q -n avidemux_%{version}
18
for i in bash cmake cpp sh sql txt; do
19
find . -name \*.$i -print0 | xargs -0 dos2unix -q
20
done
21
avidemux2-2.7.8.tar.gz
Deleted
avidemux2_i18n-2.7.8.tar.gz
Deleted
avidemux_2.7.8.tar.gz
Added