Daily Archives: July 27, 2014

MKVToolNix v7.1.0 released

Hey,

I’ve released mkvtoolnix v7.1.0. It fixes a few minor issues. Probably the most important fix is that the new statistics tags introduced with v7.0.0 aren’t written to WebM files anymore as the WebM specs currently don’t allow tags.

For packagers: nothing has changed since v7.0.0.

You can download the source code or one of the binaries.

Here’s the full ChangeLog since release 7.0.0:

  • 2014-07-27 Moritz Bunkus <moritz@bunkus.org>
    • Released v7.1.0.
    • all: bug fix: Fixed file seeking code for »seek relative to end of file« case. Fixes #1035.
    • mmg: bug fix: Selecting the root of the chapter editor tree will disable the language/country inputs properly as changing those fields doesn’t make sense for the root.
  • 2014-07-26 Moritz Bunkus <moritz@bunkus.org>
    • all: bug fix: if MKVToolNix on Windows is residing in a directory containing non-ASCII characters then translations weren’t found. This has only been fixed for cases where those non-ASCII characters are part of the system’s active code page.
  • 2014-07-10 Moritz Bunkus <moritz@bunkus.org>
    • mkvmerge: bug fix: track statistics tags are not written for WebM files anymore as the WebM specification doesn’t allow tags.
  • 2014-07-01 Moritz Bunkus <moritz@bunkus.org>
    • mkvmerge: bug fix: Fixed wrong default duration for PCM audio tracks if the source file provides timecodes for that track. Fixes #1001 and #1033.
  • 2014-06-18 Moritz Bunkus <moritz@bunkus.org>
    • mkvmerge: enhancement: SSA/ASS: in addition to semicolons comments can now start with exclamation marks, too.
  • 2014-06-11 Moritz Bunkus <moritz@bunkus.org>
    • mkvextract: bug fix: Fixed a crash when opening damaged/invalid Matroska files in all extraction modes. Fixes #1027.

Have fun.