Projects
Staging
avidemux3
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 14
View file
avidemux3.changes
Changed
@@ -1,11 +1,87 @@ ------------------------------------------------------------------- -Sat Mar 06 22:33:29 UTC 2021 - enzokiel@kabelmail.de +Tue Mar 09 15:06:42 UTC 2021 - enzokiel@kabelmail.de - Update to version 2.7.8 - + No changelog available - -- Version 2.7.7 - + No changelog available + - New Features +Many new video filters added by courtesy of szlldm + * A dedicated MOV muxer is now available, replacing silent + fallback to MOV muxing mode within the MP4 muxer. + * A subset of color info relevant for HDR support is retained + in copy mode when both input and output video are stored in + Matroska / WebM containers. Settings to add or override color + info have been added to MKV and WebM muxers. + * The indexer in the MPEG-TS demuxer now detects resolution + changes in MPEG-2 and H.264 streams which are entirely + unsupported and suggests aborting indexing. If the user + chooses to continue, it records file offsets of all + resolution changes to the log. This allows advanced users to + split the file at these offsets using other tools like head + and tail into chunks which can be processed with Avidemux. + * YUV varieties of the lossless Ut Video codec are supported + now for decoding and encoding via bundled FFmpeg libraries. + Uncompressed 24-bit audio is now supported for a subset of + file formats. + * Limited support for 7.1 channel layout. Decode and stream + copy support for XLL substream in DTS audio tracks. + * Audio properties are now updated on resuming playback. This + allows to start saving after an audio format change. When + audio format changes during playback, the FFmpeg-based audio + decoder will output silence and keep format rather than + producing garbage. + * An option to keep the identity of markers A and B instead of + swapping them automatically has been added to Preferences. + * The keyboard shortcut for "Delete" action has been made + customizable with alternative keyboard shortcuts enabled. + - Other Enhancements + * Multi-threaded video decoding is now available for the + bundled FFmpeg. On powerful multi-core CPUs, this can + drastically improve decoding performance. A maximum of 8 + threads can be created, but a conservative custom upper limit + of 4 is recommended. Values above 8 cause decoding failures. + Multi-threaded decoding and HW accelerated decoding are + mutually exclusive, changes require application restart to + have effect. + * The maximum supported resolution has been increased to + 8192x8192 + * The bundled FFmpeg has been updated to the 4.2.4 release. + * Non-standard display aspect ratios can be configured in MP4 + muxer by specifying display width. + * MP4 muxer accepts now MPEG-1 and MPEG-2. + * The configuration dialog of the x265 video encoder plugin + enjoyed massive cleanup and refactoring by Trent Piepho , + more Adaptive + * Quantization Variance methods have been added. + * Python interface has been substantially extended, includes + now methods to query segment properties, the number and + filenames of loaded videos, PTS of keyframes, methods to seek + to time with preview updated, to open file dialogs filtered + by extension and a built-in method to split filename + extension from a given path. + * Scripting shell now supports unicode characters. + * On macOS, files can be loaded via Finder context menu or by + dropping them onto Avidemux icon in the dock. + * On Linux, Jobs GUI and the CLI executable can be launched + from AppImage by creating a symlink with _jobs or _cli in + filename respectively and running the AppImage via this + symlink. + - Bugfixes + * Rate control was broken in some video encoders, especially in + VP9 and in NVENC-based encoders, fixed now. + * Multiple issues in cut point checks for H.264 and HEVC + streams in copy mode, leading to incorrect check results, + were identified and resolved. + * The first two frames of external AC3 or EAC3 audio tracks are + not dropped anymore. This regression from enhanced protection + against false positives, added 3 years ago, has been finally + identified and fixed. + * Indexing of MPEG-TS files with HEVC video was broken when + video stream lacked access unit delimiters. The issue was + identified and fixed right after 2.7.7 had been tagged as + released and is the reason why version 2.7.7 was superseded + by 2.7.8. + * VU meter was grossly ahead of audio output on Windows, now it + is just a tiny little bit ahead. + * Numerous other fixes and overall polish. ------------------------------------------------------------------- Fri Feb 26 09:38:29 UTC 2021 - enzokiel@kabelmail.de
View file
avidemux3.spec
Changed
@@ -28,8 +28,7 @@ Release: 0 URL: http://avidemux.sourceforge.net/ ExclusiveArch: %ix86 x86_64 -Source0: https://github.com/mean00/avidemux2/archive/%{version}.tar.gz#/avidemux2-%{version}.tar.gz -Source1: https://github.com/mean00/avidemux2_i18n/archive/%{version}.tar.gz#/avidemux2_i18n-%{version}.tar.gz +Source0: https://www.fosshub.com/Avidemux.html?dwl=avidemux_%{version}.tar.gz Patch0: avidemux-cmake-2.8.8.patch Patch1: avidemux-linking.patch Patch2: avidemux-x264_plugins.patch @@ -184,8 +183,7 @@ This package provides translations for package avidemux3-qt5. %prep -%setup -q -n avidemux2-%{version} -gzip -dc %{S:1} | tar -xf - -C avidemux/qt4/i18n --strip-components=1 +%setup -q -n avidemux_%{version} for i in bash cmake cpp sh sql txt; do find . -name \*.$i -print0 | xargs -0 dos2unix -q done
View file
avidemux2-2.7.8.tar.gz
Deleted
View file
avidemux2_i18n-2.7.8.tar.gz
Deleted
View file
avidemux_2.7.8.tar.gz
Added
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.