Create, modify and inspect Matroska (MKV) files for Windows PC

MKVToolNix (64-bit)

MKVToolNix 92.0.0 (64-bit)

  -  29.82 MB  -  Open Source
  • Latest Version

    MKVToolNix 93.0.0 (64-bit)

  • Operating System

    Windows 7 64 / Windows 8 64 / Windows 10 64 / Windows 11

  • User Rating

    Click to vote
  • Author / Product

    Moritz Bunkus / External Link

  • Filename

    mkvtoolnix-64-bit-92.0-setup.exe

  • MD5 Checksum

    899ed334bd21f25a48c78c3342455f80

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of MKVToolNix 92.0.0 (64-bit).


For those interested in downloading the most recent release of MKVToolNix (64-bit) or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)
  • MKVToolNix 92.0.0 (64-bit) Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    MKVToolNix 92.0.0 (64-bit) Screenshot 1
  • MKVToolNix 92.0.0 (64-bit) Screenshot 2
  • MKVToolNix 92.0.0 (64-bit) Screenshot 3

What's new in this version:

New features and enhancements:
- mkvmerge: FLAC reader: pictures embedded into the FLAC file were already handled as attachments, but they were left in the codec initialization data as well. They’re now removed from the codec initialization data.
- mkvmerge: FLAC reader: padding metadata blocks will now be removed from the codec initialization data
- mkvmerge: FLAC reader: embedded Vorbis comments will now be converted into Matroska comments or track/global header fields when available (e.g. TITLE will become the segment title & track’s name, LANGUAGE will become the track’s language). Copying of Vorbis comments that are converted into actual Matroska tags can be prevented with the usual options, e.g. --no-track-tags. The comments will also be removed from the codec initialization data. Implements #6079.
- mkvmerge, MKVToolNix GUI’s chapter editor: when reading simple (OGM-style) chapter files & no character set is given for the file, mkvmerge will try UTF-8 first before falling back to the system’s default encoding. Implements #6084.
- MKVToolNix GUI: multiplexer: the special drag & drop zones added in v91 are now shown by default in new installations.
- MKVToolNix GUI: in new installations the main window will now be sized at 75% of the screen’s resolution initially with a certain minimum initial size. This improves initial readability on high DPI screens that use screen scaling factors such as 150%.

Fixed:
- mkvmerge: Ogg reader: during identification the track tags are now reported properly
- MKVToolNix GUI: multiplexer: within the “additional options”, both track-specific ones & the global ones on the “Output” tab, it wasn’t possible to specify empty (zero-length) arguments. With the intended syntax of two consecutive single or double quotation marks the empty arguments were simply skipped. This was fixed, and it is now possible to specify e.g. --title "" in the global “Additional options” in order to force no title to be written ever. Fixes #6087.

Build system changes:
- Windows build: the packaging/windows/populate_installer_dir.sh now expects the user to pass the Saxon-HE’s JAR file name to be passed with the -s or --saxon-jar parameter instead of the base directory for Saxon-HE. This allows newer versions of Saxon-HE to be used.