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


# Version 59.0.0 "Shining Star" 2021-07-10

## New features and enhancements


* mkvmerge: WebVTT parser: the parser now follows the specs' rules for parsing
timestamps more closely by being more lenient: it allows arbitrary number of
spaces & tabs at the start of the line & around the arrow; it allows any
number of digits for the hours. Part of #3139.
* MKVToolNix GUI: multiplexer: when adding a Blu-ray playlist without scanning
for other playlists the GUI will now look for disc library information & let
the user select which one to use if there's more than one entry. Implements
#3143.
* MKVToolNix GUI: multiplexer: added an option for sorting files & tracks by
track types when adding them to multiplex settings. The order is: video
first followed by audio, subtitles and other types. Files & tracks can still
be reordered manually later. The option is enabled by default & can be found
in the preferences → "Multiplexer" page → "Adding files" section. Implements
#2366.
* MKVToolNix GUI: multiplexer: added an option for recognizing file name
sequences such as `movie.001.mp4`, `movie.002.mp4`, `movie.003.mp4` when
adding multiple files at once. If a sequence is detected, the only first
file will be added while the second and following file names will be
appended to the first one. The option is enabled by default & can be found
in the preferences → "Multiplexer" page → "Adding files" section. Implements
#2866.
* MKVToolNix GUI: multiplexer: added small colored boxes for each file & track
in order to indicate from which file each track is read. The colors used can
be configured in the preferences → "Multiplexer" page → "File & track
colors" section.

## Bug fixes

* build system: fixed compilation with fmt v8. Fixes #3151.
* mkvmerge: SRT subtitle reader: characters that aren't valid according to the
assumed encoding of the file will now be replaced by the Unicode
"Replacement Character" U+FFFD instead of keeping the invalid characters,
potentially violating the Matroska specs.
* mkvmerge: WebVTT parser: the parser now accepts timestamps with hours
larger than 99. Part of #3139.
* mkvextract: TTA extraction, only on Windows: fixed removing the temporary
file created during extraction.
* mkvmerge, mkvpropedit, MKVToolNix GUI's multiplexer & header editor: MIME
type detection is now done using Qt instead of the `magic` library. The main
impact is the MIME types of TrueType & OpenType fonts are now detected
correctly. Fixes #3137.
* mkvmerge, mkvinfo, MKVToolNix GUI's info tool: only on Windows: displaying
dates before 1970-01-01 00:00:00 UTC or after 2038-01-19 03:14:08 UTC was
broken. Note that the header editor was not affected. Fixes #3148.
* MKVToolNix GUI: only on 64-bit Windows: under certain conditions, the 64-bit
Windows binaries crashed when opening dialog windows. Even though the
underlying bug hasn't been identified, the investigation showed that
building it with newer versions than 10.2.0 of the mingw/gcc cross-compiler
enabled the crashes, while binaries built with 10.2.0 were fine. This
affected v57 and v58 which were built with gcc versions 10.3.0 and 11.1.0
respectively. For the time being I've switched back to building Windows
binaries with gcc 10.2.0. Fixes #3132 & #3133.
* MKVToolNix GUI: multiplexer: when adding files to the multiplexer by running
the GUI's executable with file names as command line arguments, the source
directory will be remembered as the "last open directory" again, causing
subsequent uses of the "open file" dialog to start in the same directory.
* MKVToolNix GUI: multiplexer: the "default track flag" column in the track
list was missing its icons. Additionally it contained text even for things
that aren't regular tracks and therefore do not actually have that flag
(e.g. chapters or tags). Fixes #3144.
* MKVToolNix GUI: multiplexer: the default for the dialog asking the user what
to do with dragged & dropped files if they've never seen the dialog is back
to adding the files to the current multiplex settings instead of "add as
additional parts" which was an unintentional default.
* MKVToolNix GUI: multiplexer: the "show command line" dialog will now always
use backward slashes for the "Windows (cmd.exe)" mode and forward slashes
for the "Linux/Unix shells" mode, regardless of the operating system it's
currently running on. Fixes #3155.


## Build system changes

* The Qt library is now required for building all applications, even the
command-line ones, as they use Qt's MIME type detection capabilities. In
turn this means that you cannot disable the Qt usage anymore; either Qt5 or
Qt 6 is required.

You can still chose not to build MKVToolNix GUI, though. A new option has
been added to `configure` for this purpose: `--disable-gui`.
* The `gmp` library is now required.
* The `magic` library is not used anymore.
* The `PCRE2` & `JPCRE2` libraries are not used anymore. The bundled version
of `JPCRE2` was removed.
* Boost's "rational" library is not used anymore.
* `configure`: the option `--enable-appimage` has been removed. The location
of the relevant directories within an AppImage is now detected
automatically.
* The bundled `fmt` library was updated to v8.0.0.
Installer:
x86: https://mkvtoolnix.download/windows/rele...-setup.exe
x64: https://mkvtoolnix.download/windows/rele...-setup.exe

Portable:
x86: https://mkvtoolnix.download/windows/rele...-59.0.0.7z
x64: https://mkvtoolnix.download/windows/rele...-59.0.0.7z
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 257 02-12-2023 , 10:28 PM
Last Post: mrtrout

Forum Jump:


Users browsing this thread: 1 Guest(s)