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

MKVToolNix (32-bit)

MKVToolNix (32-bit)

  -  29.15 MB  -  Open Source
  • Latest Version

    MKVToolNix 91.0.0 (32-bit) LATEST

  • Review by

    Sophia Jones

  • Operating System

    Windows 7 / Windows 8 / Windows 10

  • User Rating

    Click to vote
  • Author / Product

    Moritz Bunkus / External Link

  • Filename

    mkvtoolnix-32-bit-91.0-setup.exe

  • MD5 Checksum

    cb1fb2a9dd1886664d6b71a73e696b48

MKVToolNix is a set of tools to create, alter, and inspect Matroska files under Linux and Windows. They do for Matroska what the OGMtools do for the OGM format and then some.

It features support for treating several input files as if they had been concatenated binarily into a single big input file.

MKVToolNix is a set of software tools that include mkvmerge, mkvinfo, mkvextract, mkvpropedit, mmg, and others.

Also Available: MKVToolNix (64-bit)

  • MKVToolNix 91.0.0 (32-bit) Screenshots

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

    MKVToolNix 91.0.0 (32-bit) Screenshot 1
  • MKVToolNix 91.0.0 (32-bit) Screenshot 2
  • MKVToolNix 91.0.0 (32-bit) Screenshot 3

What's new in this version:

Important notes:
- The MKVToolNix project's source code repository
- The customized MXE repository used for building the Windows variants has been moved from Gitlab to [Codeberg]

New features and enhancements:
- MKVToolNix GUI: multiplexer: added actions in the "Multiplexer" menu for saving all currently open multiplexer tabs to a single `.mtxcfg`file. Loading this file later will restore all tabs
- MKVToolNix GUI: multiplexer: when adding files the GUI can automatically enable the "commentary" flag for audio and subtitle tracks if the file name contains the word "comments" or "commentary" delimited by certain characters (configurable). This feature is turned on by default
- MKVToolNix GUI: multiplexer: when adding files the GUI can automatically enable the "original language" flag for audio and subtitle tracks if the track's language matches one configured by the user (configurable). This feature is turned off by default
- MKVToolNix GUI: multiplexer: when adding files the GUI can automatically set several track flags based on the file name. It can now look for the same patters in the track names, too (configurable). This feature is turned on by default
- MKVToolNix GUI: multiplexer: added special drag & drop zones where users can drop files to circumvent the preferences wrt. what to do with multiple dropped files. Each drop zone corresponds to one of the three possible choices (add all to current settings; create one new settings & add all there; add new settings for each file & add one file to each). This feature is turned off by default
- MKVToolNix GUI: multiplexer: added additional special drag & drop zones where users can drop files to add them as attachments. One of the zones will automatically set up the dropped file to function as a cover image
- MKVToolNix GUI: multiplexer: when making destination file names unique by suffixing them with a running number the GUI will now also consider the destination file names of multiplex jobs currently in the queue that are currently running or still waiting for execution

Fixed:
- mkvmerge: timestamps format v3: fixed the parser; it was completely broken for the lines containing the duration & an optional number of frames per second.
- mkvmerge: DTS parser: if the X96 extension is present in a DTS-HD High Resolution stream, the sampling frequency will be set to 96kHz. This was broken when reading DTS from elementary streams & from Matroska files.
- mkvpropedit, MKVToolNix GUI's chapter & header editors: fixed a bug leading to a segmentation fault when trying to replace an element at the end of the file that's followed by only void elements (at least one)

Build system changes:
- The bundled `nlohmann-json` library was updated to v3.11.3