Download MKVToolNix 7.0.0
Version 7.0.0 of MKVToolNix has been released. A nice round number, but no more than the logical successor of version 6.9.1. MKVToolNix is a collection of open source programs that allow viewing, editing, and conversion of Matroska files. For example, sound tracks and subtitles can be added, removed or set as default. They are separate command line tools, but a graphical user interface is included. Versions are available for download for Windows, many Linux distributions, and OS X. This release includes the following changes and improvements:
Release version 7.0.0
- mkvmerge: enhancement: In addition to the track statistics tags “BPS”, “DURATION”, “NUMBER_OF_BYTES” and “NUMBER_OF_FRAMES” mkvmerge will write two more tags identifying which application wrote the statistics (“_STATISTICS_WRITING_APP”) and when the file in question was written: “_STATISTICS_WRITING_DATE_UTC”. “_STATISTICS_WRITING_APP” will always contain the same string contained in the segment info header element “WritingApp”. “_STATISTICS_WRITING_DATE_UTC” will contain the same timestamp as in the segment info header element “Date”, though “_STATISTICS_WRITING_DATE_UTC” is actually a string representation instead of an integer value.
Additionally a tag named “_STATISTICS_TAGS” is written containing the names of the tags that mkvmerge has set automatically. It equals the following currently: “BPS DURATION NUMBER_OF_BYTES NUMBER_OF_FRAMES”. - build system: Boost’s “date/time” library is now required.
- mkvmerge: bug fix: If a single subtitle track contains two or more entries at the same timecode then the cue duration and cue relative position elements written were wrong.
- mkvinfo: bug fix: fixed wrong progress percentage shown during saving the information to text files. Fixes #1016.
- mkvmerge: new feature: Added a global option for disabling writing the tags with statistics for each track: –disable-track-specific-tags.
- mkvmerge: new feature: When identifying a Matroska file in verbose identification mode track-specific tags will be output as well. The format is “tag_:“, eg for a tag named “BPS” with the value “224000” the output would be “tag_bps:224000”. Enhancement for #1021.
- mkvmerge: new feature: mkvmerge will write track-specific tags with statistics (“BPS” for the average number of bits per second, “DURATION” for the duration, “NUMBER_OF_BYTES” and “NUMBER_OF_FRAMES” for the track’s size in bytes and its number or frames/packets). Implementation #1021.
- mkvmerge: bug fix: Changed the file type detection order again. The text subtitle formats are now probed after those binary formats that can be detected quickly and unambiguously. This avoids some mis-detection if eg Matroska files as ASS text subtitles if they do contain such a track.
- mmg: enhancement: The chapter editor will only use fast-mode parsing when loading chapters from Matroska files.
- all: bug fix: fixed invalid memory access in the cleanup procedures which only occurred if the output was redirected with the “–redirect-output” command line parameter.
- mkvmerge: enhancement: The last chapter entry read from MPLS files is removed if it is at most five seconds long. Patch by Andrew Dvorak (see AUTHORS).
- mkvmerge: enhancement: added the attachment UID to the verbose identification output of Matroska files.
- mmg: bug fix: Selecting a subtitle track correctly sets the “character set” drop-down box if no character set was set for this track. Fixes #1008.
- mmg: enhancement: the subtitle character set cannot be set anymore for subtitle tracks read from Matroska files as mkvmerge ignores that setting for said container anyway (text subs are always encoded in UTF-8 in Matroska).
- mmg: enhancement: mmg will look for the “mkvmerge” executable in the same directory as the “mmg” executable is located it if the location hasn’t been set by the user on all operating systems (before: only on Windows). Improves detection if “mkvmerge” is not in the $PATH.
Version number | 7.0.0 |
Release status | Final |
Operating systems | Windows 7, Linux, BSD, Windows XP, macOS, Windows Vista, Windows 8 |
Website | Moritz Bunkus |
Download | http://www.bunkus.org/videotools/mkvtoolnix/downloads.html |
File sizes |
9.63MB – 22.41MB |
License type | GPL |