mkvtoolnix: updated to 27.0.0
Version 27.0.0 "Metropolis": New features and enhancements * mkvmerge: chapters: the timestamps of chapters read from containers or from chapter files can be adjusted (multiplication and addition) with the new `--chapter-sync` option or using the special track ID `-2` for the existing `--sync` option. * MKVToolNix GUI: multiplexer: adjusted & added controls for mkvmerge's new feature of being able to adjust chapter timestamps. * MKVToolNix GUI: multiplexer: the GUI can now ask for confirmation when the user is about to create a file that won't contain audio tracks. It does this by default if at least one source file contains an audio track. Bug fixes * mkvmerge: AC-3: dialog normalization gain removal was corrupting E-AC-3 frames irreversibly by writing checksums in places where they didn't belong. Additionally only the first E-AC-3 frame in a Matroska was processed but not additional dependent frames in the same block. * MKVToolNix GUI: fixed a leak of Windows font resources leading to a general slowdown and subsequent crash.
This commit is contained in:
parent
75d1c7a8e6
commit
b9bddaf74d
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.113 2018/08/27 06:50:16 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.114 2018/10/01 17:58:49 adam Exp $
|
||||
|
||||
DISTNAME= mkvtoolnix-26.0.0
|
||||
DISTNAME= mkvtoolnix-27.0.0
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= https://mkvtoolnix.download/sources/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.52 2018/08/27 06:50:16 adam Exp $
|
||||
$NetBSD: distinfo,v 1.53 2018/10/01 17:58:49 adam Exp $
|
||||
|
||||
SHA1 (mkvtoolnix-26.0.0.tar.xz) = 40d0ffc866be2a427479104364e41037192687b0
|
||||
RMD160 (mkvtoolnix-26.0.0.tar.xz) = e415928dea97bc6e0cce2289ab8f8f30e59a4b5d
|
||||
SHA512 (mkvtoolnix-26.0.0.tar.xz) = 3d1822dcc381d895e6c62ca31b3edf2b2e5443d6fdfb96b9c28c19f1d3395e44938a68c751d20c4da3419c269524e4edceb795797728281de94b8b1ba57f7479
|
||||
Size (mkvtoolnix-26.0.0.tar.xz) = 4802044 bytes
|
||||
SHA1 (mkvtoolnix-27.0.0.tar.xz) = 374508775ea0c37109ec135d41485e193d616dda
|
||||
RMD160 (mkvtoolnix-27.0.0.tar.xz) = 21ecd9c9527cac1f7e377565d98a1083905af1de
|
||||
SHA512 (mkvtoolnix-27.0.0.tar.xz) = 750094256bcc3418d0da96142c2af2491ef8a2f1e8b7f8ac2524bb740e3f8d59dfd63da814c20bb9b2d9cc96ef8b5d194aeec9491de87aa665f4714a1b1788bc
|
||||
Size (mkvtoolnix-27.0.0.tar.xz) = 4811204 bytes
|
||||
SHA1 (patch-build-config.in) = 89c67720f7886741dcabbbed88cfbfd31bf4ccc7
|
||||
|
|
Loading…
Reference in a new issue