Digital Digest -> Software ->

MKVToolnix

Download MKVToolnix, a set of tools to create, alter and inspect Matroska files under Linux, other Unices and Windows
Author/Publisher:
Language: English
Ease of use: Not Rated
Latest Version: 77.0 (details)
OS Support: Windows XP Linux/Unix Mac OS Windows Vista
License: Freeware
Last Updated:
Page Viewed: 477851 times

Downloads:

Download: mkvtoolnix-64-bit-77.0-setup.exe   mkvtoolnix-64-bit-77.0-setup.exe

Description:Download MKVToolnix (64-bit Windows installer version)
Version:77.0 (added Jun 05, 2023 - view changelog)
Size:24.29 MB


Download: mkvtoolnix-64-bit-77.0.7z   mkvtoolnix-64-bit-77.0.7z

Description:Download MKVToolnix (64-bit Windows portable version)
Version:77.0 (added Jun 05, 2023 - view changelog)
Size:23.57 MB


Download: MKVToolNix-77.0.dmg   MKVToolNix-77.0.dmg

Description:Download MKVToolnix Mac OS X version
Version:77.0 (added Jun 05, 2023 - view changelog)
Size:36.41 MB


Show All Downloads & Links (4 more)

Old Version Downloads (122 downloads)

Screenshots & Images:

Screenshot

Description:

From the Official Site:
MKVToolnix is a set of tools to create, alter and inspect Matroska files under Linux, other Unices and Windows. They do for Matroska what the OGMtools do for the OGM format and then some.

With these tools one can get information about (mkvinfo) Matroska files, extract tracks/data from (mkvextract) Matroska files and create (mkvmerge) Matroska files from other media files. Matroska is a new multimedia file format aiming to become THE new container format for the future.


Categories:

Supported File Formats:

Input Files: AAC, AC3, AVI, DTS, FLC, MKV, MP3, MP4, OGG/OGM, RM/RMVB, SRT, SSA, WAV
Output Files: MKV

OS Compatibility:

Windows XP/Linux/Unix/Mac OS/Windows Vista

Related Articles & Tutorials:

Read Article: DivX Converter: PS3/Xbox 360 compatible H.264 Encoding Guide   DivX Converter: PS3/Xbox 360 compatible H.264 Encoding Guide

Description: This guide shows you how to convert video files to a PS3, Xbox 360 compatible MP4 file (H.264/AAC) using DivX Converter


Revision History:

Version 77.0
  • Release Date: Jun 5, 2023
  • Download(s):
  • # Version 77.0 "Elemental" 2023-06-04

    ## New features and enhancements

    * mkvmerge: tracks in the destination file will now be sorted by their type
      automatically unless the track order is specified with the `--track-order`
      option. The order is as follows: video tracks first followed by audio &
      subtitle tracks with other rarely used types of tracks last. Tracks of the
      same type will be sorted in the same order as their source files occur in
      the command-line arguments. Note that this doesn't affect file
      identification. Implements #3545.
    * MKVToolNix GUI: multiplexer: the default list colors used for distinguishing
      source files does not include the darkest tier anymore (the ones where one
      or two components are set to the value 0x3f) as they're hard to distinguish
      from each other. Only affects new installations, or when the user presses
      the "reset to default colors" button. Implements #3533.
    * MKVToolNix GUI: multiplexer: the GUI will now check the state of the 'track
      enabled' flag of all video, audio & subtitle tracks when starting to
      multiplex or adding a job to the job queue. If there's no track with its
      flag turned on for a type, the GUI will turn on the flag for the first track
      of the type. This behavior can be turned off in the preferences. Implements
      #3535.
    * MKVToolNix GUI: header editor: the columns in the tracks/attachments view
      and the values on the "track type" page will now be updated each time a
      corresponding property is changed (e.g. when a track's name is changed)
      instead of showing what's in the file on disk. Implements #3554.
    * MKVToolNix GUI: macOS: when you install the application from the DMG it'll
      register itself as an alternate handler for its supported file types. This
      allows the use of the "Open with" context menu action in Finder.
    * MKVToolNix GUI: Windows: a new settings in the preferences lets the user
      chose whether to use the light or the dark color palette, or to follow the
      system settings. Part of the fix for #3528.

    ## Bug fixes

    * Fixed compilation with fmt v10.0.0.
    * mkvmerge: fixed several instances of wrong format strings for `fmt::format`
      used in debug messages. Fixes #3548.
    * mkvmerge: AV1 packetizer: the packetizer did not honor the aspect ratio
      (factor) given on the command-line via the `--aspect-ratio` or
      `--aspect-ratio-factor` options.
    * mkvmerge: JSON identification: cropping parameters are reported again even
      if some of the four values are not present in the file or set to 0. Fixes
      #3534.
    * mkvmerge: Windows: when writing to a network share connected via SMB1
      `mkvmerge` was aborting with a error about `create_directory() failed` with
      existing directories. This was due to a bug in recent versions of the
      Boost.Filesystem library. The Windows version of MKVToolNix will be built
      with Boost 1.82.0 from now on which includes the fix. Fixes #3547.
    * MKVToolNix GUI: the defunct "disable the dark mode" checkbox was removed
      from the preferences.
    * MKVToolNix GUI: language dialog: under certain conditions the controls for
      the individual components remained disabled when the dialog is opened even
      though editing of individual components is selected. Part of the fix of
      #3532.
    * MKVToolNix GUI: language dialog: the controls for the individual components
      weren't re-initialized properly after opening the dialog for the second &
      all following times, potentially leaving previously selected/entered entries
      intact, primarily when editing multiple tracks at once. Part of the fix of
      #3532.
    * MKVToolNix GUI: header editor: using the actions from the "modify selected
      track" context menu only worked if the user right-clicked on the first
      column in the view. They now work for clicks on any of the columns. See also
      #3554.
    * MKVToolNix GUI: header editor: some of the actions toggling specific flags
      from the "modify selected track" did not work correctly if the flag wasn't
      currently present in the file, especially if the underlying value has a
      default value in the Matroska specs.
    * MKVToolNix GUI: Windows: the GUI will now always use its own implementation
      of light & dark palettes instead of relying on Qt. This circumvents two
      issues with the palette support in Qt 6.5.0:
      1. if Windows 11's dark application mode is active, links were displayed in
         a hard-to-read dark blue.
      2. for unknown reasons the the dark palette was not chosen on some Windows
         11 installations even though Windows 11's color mode was set to "dark".
      This is a workaround for #3528.

    ## Build system changes

    * The bundled `fmt` library was updated to v10.0.0.
    * MKVToolNix GUI now uses an external Qt resource file instead of compiling it
      into the executable. The resource file has reached a size at which the C++
      compiler exhausts available virtual memory on some 32-bit architectures. On
      Windows & macOS the GUI will look for the file in
      `<folder_with_executables>/data/qt_resources.rcc`, and in the directory set
      with `configure`'s `--datadir` parameter on other systems (which usually
      means `/usr/share/mkvtoolnix`). The `install` build system commands installs
      it into that folder.
View complete revision history

Rate this software:

Your Rating:
You have not voted yet!

Average: 4.26/5
Total Ratings: 114

 



Features

H.264 Zone: H.264 news, articles and downloads



Software Submissions