Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Share Post: Reddit Facebook
Update MKVToolNix
#10
# Version 15.0.0 "Duel with the Devil" 2017-08-19

## Important notes

* mkvmerge, mkvpropedit, GUI's header and chapter editors: the programs will
no longer add most missing Matroska elements that are mandatory but have a
default value in the Matroska specification (e.g. the `TagLanguage` element
with a value of `und` if it isn't present in its `SimpleTag` parent). Due to
this change libEBML v1.3.5 is now required.

## New features and enhancements

* MKVToolNix GUI: multiplex tool: added a new entry to the "source files"
context menu labeled "Set destination file name from selected file's
name". It will force the GUI to consider the selected file to be the
reference for automatically setting the file name, no matter which file was
originally added as the first file. It will also force setting the
destination file name once if automatic destination file name generation is
turned off in the preferences. Implements part of #2058.
* MKVToolNix GUI: multiplex tool: added an option in the preferences on
"Multiplexer" → "Output" labeled "Only use the first source file that
contains a video track". If enabled, only source files containing video
tracks will be used for setting the destination file name. Other files that
are added are ignore. Implements the rest of #2058.
* MKVToolNix GUI: header editor: added support for editing the video colour
attributes. Implements the second half of #2038.
* MKVToolNix GUI: header editor: added support for the "video projection"
track header attributes. Part of the implementation of #2064.
* MKVToolNix GUI: job queue: selected jobs can now be move up and down by
pressing the `Ctrl+Up` and `Ctrl+Down` keys. Additionally, push buttons to
move them up & down are shown if the corresponding option is enabled in the
preferences. Implements #2060.
* mkvmerge: added support for the "video projection" track header
attributes. Part of the implementation of #2064.
* mkvinfo: added support for the "video projection" track header
attributes. Part of the implementation of #2064.
* mkvpropedit: added support for editing the video colour
attributes. Implements one half of #2038.
* mkvpropedit: added support for the "video projection" track header
attributes. Part of the implementation of #2064.

## Bug fixes

* all: selecting the program's language (e.g. via the `--ui-language`
command-line option or via the GUI's preferences) did not work on Linux &
Unix if the `LANGUAGE` environment variable was set and didn't include the
desired language. Fixes #2070.
* MKVToolNix GUI: removed the keyboard shortcuts for switching between the
different tools (e.g. `Ctrl+Alt+1` for the multiplexer). They overlapped
with basic functionality on keyboards that use an `AltGr` key, e.g. German
ones, where `AltGr+7` emits `{`. As `AltGr+key` is implemented as
`Ctrl+Alt+key` under the hood, this means that `AltGr+7` is really
`Ctrl+Alt+7` which the GUI now took to mean "switch to the job queue"
instead of "insert `{`". Fixes #2056.
* MKVToolNix GUI: header editor: after saving the file the GUI wasn't updating
its internal file modification timestamp. That lead to the GUI wrongfully
claiming that the file had been modified externally when the user wanted to
save the file once more, requiring a reload of the file losing all
modifications made since saving the first time.
* mkvmerge: DTS handling: some source files provide timestamps for audio
tracks only once every `n` audio frames. In such situations mkvmerge was
buffering too much data resulting in a single gap in the timestamps of one
frame duration after frame number `n - 1` (the second audio timestamp read
from the source file was used one output frame too early). Fixes #2071.
* mkvinfo: fixed a null pointer dereference if an `EbmlBinary` element's data
pointer is a null pointer. Fixes #2072.

## Build system changes

* configure: added option `--disable-update-check`. If given, the code
checking online for available updates will be disabled. The update check is
enabled and included in the GUI by default.
* libEBML v1.3.5 is now required.

## Other changes

* mkvmerge: the option `--colour-matrix` has been renamed to
`--colour-matrix-coefficients` in order to match the specification more
closely. The old option name will continue to be recognized as well.
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 258 02-12-2023 , 10:28 PM
Last Post: mrtrout

Forum Jump:


Users browsing this thread: 1 Guest(s)