Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Share Post: Reddit Facebook
Update MKVToolNix
#7
# Version 11.0.0 "Alive" 2017-04-22

## New features and enhancements

* mkvmerge: FLAC reader: added support for handling embedded pictures as
attachments. Implements #1942.
* mkvmerge: MP4 reader: merged pull request #1804 adding support for parsing
the "COLR" atom and including its values as track headers.
* MKVToolNix GUI: watch jobs: the user can now have the GUI execute an action
once as soon as the current job or the whole queue finishes. The actions are
the same ones that can be configured to be run automatically after job or
queue completion.
* MKVToolNix GUI: implemented several built-in actions that can be executed
either on special events or once via the "watch jobs" tool. These are:
playing an audio file (implemented for all operating systems); hibernating,
sleeping and shutting down the computer (only implemented for Windows and
for Linux systems using systemd).
* MKVToolNix GUI: multiplex tool: added a new option for what to do after
starting to multiplex/adding to the job queue: "close current settings" will
close the current multiplex settings without opening new ones.

## Bug fixes

* mkvmerge: AAC parser: fixed mis-detection of certain data as valid ADTS AAC
headers resulting in memory allocation failures. Fixes #1941.
* mkvmerge: AVC/h.264 parser: mkvmerge will now ignore bogus timing
information in the sequence parameter sets (values indicating more than
100000 progressive frames per second). Fixes #1946.
* mkvmerge: AVC/h.264 & HEVC/h.265 parsers: all trailing zero bytes will now
be removed from NALUs. Fixes #1952.
* mkvmerge: HEVC/h.265 parser: fixed copying the `bitstream_restriction_flag`
and all dependent fields in the VUI parameters of the sequence parameter
sets. Fixes #1924.
* mkvmerge: HEVC/h.265 parser: fixed the calculation of the number of
parameter set arrays in the HEVCC data structure stored in
CodecPrivate. Fixes the video-related part of #1938.
* mkvmerge: HEVC/h.265 parser: fixed writing superfluous and uninitialized
bytes at the end of the HEVCC data structure stored in CodecPrivate. Another
fix for the video-related part of #1938.
* mkvmerge: HEVC/h.265 parser: fixed the assumption that the HEVCC data
structure always includes arrays for all parameter set types (VPS, SPS, PPS
and SEI), and that the order is always VPS → SPS → PPS → SEI. Instead now
only the arrays actually present are parsed, and they can be in any order.
This fixes mkvinfo's output for Matroska files created from files such as
the one from #1938.
* mkvmerge: AVC/h.264 packetizer: when reading a framed track (e.g. from
Matroska or MP4 files), specifying a default duration as fields (e.g. `50i`)
would result in double the actual duration for each frame and the track's
default duration header field. Fixes #1916.
* mkvmerge: Matroska reader: invalid track language elements are now treated as
if they were set to `und` = "undetermined". See #1929 for context.
* mkvmerge: MPEG TS reader, AAC: mkvmerge will now require five consecutive
AAC headers with identical parameters before track type determination is
considered valid. This avoids false positives and consequently wrong track
parameters. Fixes the audio-related part of #1938.
* mkvmerge: fixed an endless loop in certain circumstances when splitting by
`parts` or `parts-frames` and the start of the file is discarded. Fixes
#1944.
* MKVToolNix GUI: multiplexer tool: the "show command line" dialog will no
longer include the mkvmerge executable's location as the first argument for
the two "MKVToolNix option files" escape modes. Fixes #1949.
* MKVToolNix GUI, header editor: empty track language elements are now treated
the same as those set to invalid ISO 639-2 codes: as if they were set to
`und` = "undetermined". See #1929 for context.

## Build system changes

* bug fix: configure now looks for the `strings` binary by using the
`AC_CHECK_TOOL()` autoconf macro. That way it will be found in multiarch
setups, too. Fixes #1923.
* bug fix: the environment variable USER_CXXFLAGS was accidentally removed
from the compiler flags in release 9.8.0. It's been re-added. Fixes #1925.
* The `.desktop` files have been renamed to
`org.bunkus.mkvtoolnix-gui.desktop` and `org.bunkus.mkvinfo.desktop`. This
allows Wayland compositors to associate the correct icons with running
applications for e.g. task switchers. Fixes #1948.
* Qt's multimedia component is required for compilation of the GUIs since
version 11.
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)