Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Share Post: Reddit Facebook
Update MKVToolNix
#20
MKVToolnix 58.0.0

Changes in MKVToolnix 58.0.0 “Supper’s Ready” (2021-06-13):
# Version 58.0.0 "Supper's Ready" 2021-06-13

## New features and enhancements

* mkvmerge, MKVToolNix GUI's multiplexer: the handling of the "default track"
flag has been changed to match the recent changes to the Matroska
specifications. The new semantics are that if it is set, it is supposed to
signal to the player that this track is eligible for being played by
default, potentially taking other factors such as user preferences regarding
languages into account.

This implies that more than one track of each type can have this flag
set. For example, a Blu-ray disc with three audio tracks might have
the main audio in both English and Japanese, whereas the third audio
track contains the director's comments. In such a case the first two
tracks should have the "default track" flag set, the third one
shouldn't.

Earlier `mkvmerge` was enforcing that only one track of each type could have
the flag set. This restriction has been removed, both in `mkvmerge` and in
the GUI's multiplexer.

`mkvpropedit` and the GUI's header editor are unaffected as they've always
allowed to set the flag on as many tracks as the user wanted.
* mkvmerge: AVC/H.264 & HEVC/H.265 identification: added the stream's pixel
dimensions (AVC only; were present for HEVC already) & default
duration. Implements #3116.
* mkvmerge, mkvextract: HEVC/H.265: added support for reading single-layer
Dolby Vision from Annex B type bitstreams (elementary streams, MPEG
transport streams). Patch by quietvoid. Implements #3113.
* mkvinfo: the option `-X`/`--full-hexdump` now affects all binary elements,
not just the frame data in `SimpleBlock` and `BlockGroup` elements.
* MKVToolNix GUI: multiplexer: the "delay" and "sync" options can now be used
for chapters in source files, too. Implements #3129.
* MKVToolNix GUI: when moving list entries up & down with the optional buttons
or the keyboard shortcuts (instead of using drag & drop), the GUI ensures
that the top-most selected entry remains visible after the move. Implements
#3123.
* MKVToolNix GUI: added an option in the preference to use legacy MIME types
for font attachments instead of the current standard ones
(e.g. 'application/x-truetype-font' instead of 'font/sfnt' and 'font/ttf').


## Bug fixes


* build system: fixed filtering out optimization options when compiling the
file `iso639_language_list.cpp` (before only numeric optimization levels
were filtered out and only if it wasn't the last option in the list of
flags). See #3105 for context.
* build system: when libmagic was detected via `pkg-config`, MKVToolNix was
actually compiled without support for libmagic due to a preprocessor symbol
not being defined.
* mkvmerge: MP4 reader: fixed an issue with timestamps overflowing when the
file's or the track's time scale is large. Fixes #3124.
* mkvmerge, mkvextract: fixed key frame handling for `BlockGroup` elements
with a forward reference but no backward references. Patches by Tom Yan.
* mkvmerge, mkvpropedit, MKVToolNix GUI's chapter editor: the programs will no
longer omit writing mandatory elements set to their default value if other
elements of the same type are present in the same master. This affects
mostly the "chapter language" element which may occur multiple times within
the same "chapter display" master. If it does occur multiple times and one
of them is set to "English" (which is that element's default value), that
element will now be written, too. Part of the fix of #3120.
* mkvmerge, mkvpropedit, MKVToolNix GUI's chapter editor: when parsing chapter
files IETF & legacy language elements as well as legacy country elements
will now be properly generated depending on which exist already, especially
when there's more than one language and/or country element in a "chapter
display" element. Part of the fix of #3120.
* mkvmerge, mkvpropedit, MKVToolNix GUI's chapter editor: fixed reading
OGM-style chapter files with timestamps that don't have exactly three
decimal places. Any number of decimal places between one and nine is now
supported for nanosecond precision. Fixes #3121.
* MKVToolNix GUI: chapter editor: added/fixed support for "chapter display"
elements with multiple languages or countries. Part of the fix of #3120.

## Build system changes

* Qt 6: added support for building with Qt 6. `configure` will look for Qt 6
first and only continue looking for Qt 5 if Qt 6 isn't found or disabled via
`--disable-qt6`.

Qt 6 detection works by first looking for the `qmake6` binary. Its location
can be specified with the `--with-qmake6=…` option.

All other Qt 6 related facts (such as compiler & linker flags or the
position of the other required tools such as `lconvert`, `moc`, `rcc` and
`uic`) will be derived from the output generated by `qmake6`.

Note that at this point Qt 6 is not yet supported for the cross-compilation
build to Windows, nor is a static Qt 6 build supported yet.

Note that the command line options `--enable-static-qt`,
`--with-qt-pkg-config-modules` and `--without-qt-pkg-config` only apply to
the Qt 5 and have no effect on Qt 6.
* Qt 5: the options for specifying the position of the tools (`--with-moc=…`,
`--with-rcc=…` and `--with-uic=…`) have been removed. Their position will
now be derived from the output generated by `qmake`.
* `configure`: completely disabling the GUI now requires passing both
`--disable-qt6` and `--disable-qt` options.
* Boost's multi-precision library is now required.
* Boost v1.66 or newer is now required.

## Other changes

* The Windows build is now using an updated version of the
`file`/`magic` library for MIME type detection of attachments. This
affects fonts whose MIME types will now be the current standard MIME
types (e.g. `font/sfnt` or `font/ttf` for TrueType fonts). As this
might pose problematic with older players that only support the
legacy MIME type (e.g. `application/x-truetype-font`), a new option
was added in the GUI's preferences to use the legacy MIME types
instead of the current standard ones. This is off by default.
Builds for other operating systems have already been using newer
versions of the `file`/`magic` library for a long time.

DOWNLOAD MKVToolnix 32-Bit Installer
DOWNLOAD MKVToolnix 64-Bit Installer
DOWNLOAD MKVToolnix 32-Bit Portable
DOWNLOAD MKVToolnix 64-Bit Portable
Reply


Messages In This Thread
MKVToolNix - by baziroll - 08-23-2016 , 01:12 PM
RE: MKVToolNix 9.4.0 - by baziroll - 09-14-2016 , 01:49 AM
RE: MKVToolNix 9.4.0 - by baziroll - 10-17-2016 , 01:04 PM
RE: MKVToolNix 9.4.0 - by baziroll - 01-23-2017 , 03:25 PM
RE: MKVToolNix 9.4.0 - by baziroll - 02-20-2017 , 12:50 PM
RE: MKVToolNix 9.4.0 - by baziroll - 03-25-2017 , 10:16 PM
RE: MKVToolNix 9.4.0 - by baziroll - 04-23-2017 , 12:24 PM
RE: MKVToolNix 9.4.0 - by baziroll - 05-21-2017 , 03:30 PM
RE: MKVToolNix 9.4.0 - by baziroll - 06-26-2017 , 09:27 AM
RE: MKVToolNix 9.4.0 - by baziroll - 08-19-2017 , 02:02 PM
RE: MKVToolNix 9.4.0 - by Mohammad.Poorya - 01-04-2019 , 07:54 PM
RE: MKVToolNix 9.4.0 - by Mohammad.Poorya - 01-06-2019 , 05:08 AM
RE: MKVToolNix - by Mohammad.Poorya - 01-02-2020 , 05:32 PM
RE: MKVToolNix - by Mohammad.Poorya - 01-31-2021 , 01:51 AM
RE: MKVToolNix - by mrtrout - 02-26-2021 , 10:12 PM
RE: MKVToolNix - by Mohammad.Poorya - 03-06-2021 , 07:23 PM
RE: MKVToolNix - by Mohammad.Poorya - 04-05-2021 , 06:19 PM
RE: MKVToolNix - by Mohammad.Poorya - 04-09-2021 , 07:07 PM
RE: MKVToolNix - by Mohammad.Poorya - 05-22-2021 , 08:14 PM
RE: MKVToolNix - by Mohammad.Poorya - 06-13-2021 , 06:23 PM
RE: MKVToolNix - by Mohammad.Poorya - 07-10-2021 , 12:51 PM
RE: MKVToolNix - by Mohammad.Poorya - 07-31-2021 , 05:28 PM
RE: MKVToolNix - by Mohammad.Poorya - 10-10-2021 , 06:12 PM
RE: MKVToolNix - by Mohammad.Poorya - 11-14-2021 , 07:48 PM
RE: MKVToolNix - by Mohammad.Poorya - 12-27-2021 , 04:35 PM
RE: MKVToolNix - by Mohammad.Poorya - 02-07-2022 , 03:56 AM
RE: MKVToolNix - by Mohammad.Poorya - 03-13-2022 , 06:35 PM
RE: MKVToolNix - by Mohammad.Poorya - 04-10-2022 , 07:57 PM
RE: MKVToolNix - by mrtrout - 07-10-2022 , 11:36 PM
RE: MKVToolNix - by Mohammad.Poorya - 03-11-2024 , 03:37 AM
RE: MKVToolNix - by Mohammad.Poorya - 04-28-2024 , 05:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  MKVToolnix 74.0.0 64 Installer bit & Portable MKVToolnix 74.0.0 64 bit mrtrout 0 259 02-12-2023 , 10:28 PM
Last Post: mrtrout

Forum Jump:


Users browsing this thread: 2 Guest(s)