AlmaLinux 9.x
I provide binaries for AlmaLinux 9.x. You can get RPMs for MKVToolNix from my repository. First you have to add that repository with the following command:
sudo rpm -Uhv https://mkvtoolnix.download/almalinux/bunkus-org-repo-2-4.noarch.rpm
Then you can install MKVToolNix with the following command:
sudo dnf install mkvtoolnix mkvtoolnix-gui
You can also browse the download directories where you can find packages for older versions of AlmaLinux: almalinux/.
Linux AppImage
I’m providing a distribution-agnostic AppImage for Linux. It should run on Linux distributions that come with glibc 2.28 or later.
You can download the current AppImage from here. Older releases and continuous builds can be
found here.
Don’t forget to make the downloaded file executable afterwards.
Starting the AppImage will launch MKVToolNix GUI. If you want to run one of the command-line tools, you can do so as well: by symlinking the AppImage to
the tool’s name. Here’s an example using mkvpropedit to change a movie’s title:
chmod u+rx MKVToolNix_GUI-78.0-x86_64.AppImage
ln -s MKVToolNix_GUI-78.0-x86_64.AppImage mkvpropedit
./mkvpropedit my-movie.mkv —set title=»Best movie ever»
If you need an AppImage that runs on even older version, get the AppImage for v77. Until that
version the AppImages were built on an older distribution with an older glibc (CentOS 7 with glibc 2.17).
Arch Linux
Giovanni Scafora is maintaining packages for
libEBML, libMatroska and MKVToolNix in
Arch’s [extra] repository. You can
install MKVToolNix with the simple command pacman -S
mkvtoolnix-cli mkvtoolnix-gui
You can also view the package sites for
libebml,
libmatroska and
MKVToolNix.
CentOS Stream/RedHat Enterprise Linux 9.x
I provide binaries for CentOS 9 Stream that might work on RedHat Enterprise Linux, too. You can get RPMs for MKVToolNix from my yum repository. First
you can add that yum repository with the following command:
sudo rpm -Uhv https://mkvtoolnix.download/centosstream/bunkus-org-repo-2-4.noarch.rpm
Then you can install MKVToolNix with the following command:
sudo dnf install mkvtoolnix mkvtoolnix-gui
You can also browse the download directories for packages for older versions of CentOS: centosstream/.
Debian packages
I provide i386/amd64/arm64/armhf binaries for MKVToolNix for Debian 12 «Bookworm» (the current stable). The arm64 and armhf binaries can be
used on Raspberry Pi OS (formerly Raspbian).
You first have to import my public GPG key because all of my pools are signed. Run this once:
sudo wget -O /etc/apt/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg
You can access the packages by adding the lines below to a file such as /etc/apt/sources.list.d/mkvtoolnix.download.list
:
Version | APT source |
---|---|
Debian 12 (aka «Bookworm») |
deb [signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ bookworm main deb-src [signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ bookworm main |
Now simply run sudo apt update
followed by sudo apt install mkvtoolnix mkvtoolnix-gui
.
A note on compiling for Debian 11: you have to install the clang
package for the clang compiler which is used due to a
bug in the gcc version shipped with Debian 11.
Older Debian versions: the repositories for older releases still exist but aren’t updated anymore:
Version | APT source |
---|---|
Debian 11 (aka «Bullseye») |
deb [signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ bullseye main deb-src [signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ bullseye main |
Debian 10 (aka «Buster») |
deb [signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ buster main deb-src [signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/debian/ buster main |
If you’re looking for older Debian or MKVToolNix releases, you can look through the repository directory yourself.
Docker
Jocelyn Le Sage is maintaining a Docker image for MKVToolNix GUI that can also be run on
machines such as Synology or Unraid NAS systems. Please see the full documentation Jocelyn
provides for details how to run the image and how to solve issues such as problems with file permission due to differing user IDs inside and outside the
container.
If you’re having issues with the Docker image, please file a bug report in Jocelyn’s GitHub repository. I
do not offer support for this Docker image myself.
Fedora 40–41
I host x86_64 packages for Fedora 40 & 41 of MKVToolNix in dnf repositories.
In order to add the repository all you have to do is to execute the following two commands:
sudo rpm -Uhv https://mkvtoolnix.download/fedora/bunkus-org-repo-2-4.noarch.rpm
Afterwards you can install MKVToolNix with the following command:
sudo dnf install mkvtoolnix mkvtoolnix-gui
My GPG key’s ID is 16D2F5DC 10C052A6, and the fingerprint is EB24 BCA1 4BA6 A24F 1427 6FEE 16D2 F5DC 10C0 52A6.
You can also browse the download directories for your version: Fedora 39, Fedora 40 & Fedora 41.
Fedora 13–39: I don’t provide updated binary packages for current MKVToolNix versions for these distributions anymore. However, older
binary packages can still be found in the download directories.
Linux Flatpak images
Flatpak images are available over on FlatHub.org.
After installing Flatpak itself, you can download and run the current version with the following commands:
flatpak install flathub org.bunkus.mkvtoolnix-gui
flatpak run org.bunkus.mkvtoolnix-gui
If you want to run one of the command-line tools, you can do so as well. In general the syntax looks like this:
flatpak run org.bunkus.mkvtoolnix-gui <executable> <command line arguments>
The «executable» can be either the full name such as «mkvmerge» or their shortened form without the «mkv» prefix, e.g. «merge».
Running the command-line applications also works on headless servers without a graphical user interface even though the Flatpak’s name includes «gui» in its name.
Here’s an example using mkvpropedit to change a movie’s title:
flatpak run org.bunkus.mkvtoolnix-gui propedit my-movie.mkv --set title="This is super cool movie"
An alternative for versions prior to v65 is to specify the command to execute with flatpak’s --command=<executable>
argument. Here’s the example from above with this syntax:
flatpak run --command=mkvpropedit org.bunkus.mkvtoolnix-gui my-movie.mkv --set title="This is super cool movie"
Arch Linux
Giovanni Scafora is maintaining packages for
libEBML, libMatroska and MKVToolNix in
Arch’s [extra] repository. You can
install MKVToolNix with the simple command pacman -S
mkvtoolnix-cli mkvtoolnix-gui
You can also view the package sites for
libebml,
libmatroska and
MKVToolNix.
FreeBSD
You can find MKVToolNix and its GUI as a port on
freshports.org.
Gentoo
Thanks to Martin Holzer Gentoo does already contain ebuilds for
MKVToolNix which you can simply install.
Linux Mint 21 «Vanessa», 22 «Wilma»
You first have to import my public GPG key because all of my pools are signed. Run this
once: sudo wget -O /etc/apt/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg
You can access the packages by adding the appropriate lines below to a file such as /etc/apt/sources.list.d/mkvtoolnix.download.list
:
Version | APT source |
---|---|
22 «Wilma» |
deb [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/linuxmint/ wilma main deb-src [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/linuxmint/ wilma main |
21 «Vanessa» |
deb [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/linuxmint/ vanessa main deb-src [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/linuxmint/ vanessa main |
Now simply run sudo apt update
followed by sudo apt install mkvtoolnix mkvtoolnix-gui
.
macOS 13 «Ventura» and newer
Note: I don’t own a Mac. While I do provide binaries I do not offer support for macOS. I don’t use that platform, have no programming experience
with it whatsoever, and I have neither the time nor the motivation to hunt down issues on it.
At the moment you have two options apart from building the applications yourself:
- Unsupported binaries by myself, a disk image of 92.0. Download it here.
-
The HomeBrew project offers a cask that downloads & installs the disk image I provide. It’s the exact same software and
therefore unsupported as well. Using HomeBrew allows for easier updating, though.
Required macOS versions
Newer versions of MKVToolNix require newer versions of macOS to run due to Apple supporting certain required libraries only with certain macOS versions. Here’s a table listing the first MKVToolNix version that required a specific version of macOS:
MKVToolNix version | minimum required macOS version |
---|---|
90.0 | 13 «Ventura» |
54.0.0 | 10.15 «Catalina» |
42.0.0 | 10.14 «Mojave» |
9.8.0 | 10.09 «Mavericks» |
You can download all versions here.
Mageia
Götz Waschk is so kind as to build RPM packages for Mageia (formerly Mandriva). The current version is in
the Cauldron distribution. The repository for
the stable version might only contain an outdated version of MKVToolNix.
NetBSD
You can find MKVToolNix and its GUI in the pkgsrc tree as
multimedia/mkvtoolnix and
multimedia/mmg, maintained by Lubomir Sedlacik.
OpenIndiana
You can find MKVToolNix and its GUI in
official
«extra» repository. After adding the repository to
your list of publishers you can install MKVToolNix with pkg
.
install mkvtoolnix
openSUSE Tumbleweed & Leap
Up to date packages of MKVToolNix for Tumbleweed & Leap are availalble on the Open Build Service. Usually
it only takes a couple of hours from the release of a new version until packages have been built there.
Raspberry Pi OS (formerly Raspbian) packages
You can use the Debian binaries on Raspberry Pi OS. They’re available for the armhf platform the Raspberry Pi uses as well.
Please note that I used to host a Raspbian-specific repository here. This repository was removed with release 68.0.0 in favor of the Debian repository.
Slackware
A way to get MKVToolNix running on the latest
Slackware is to download the build script available
on Slackbuilds.org and
running it. It will do everything for you. This script was provided
by Andrew Strong.
24.10 «Oracular Oriole», 24.04 «Noble Numbat», 25.04 «Plucky Puffin»
I offer packages for the following architectures: amd64 (all releases), armhf & arm64.
You first have to import my public GPG key because all of my pools are signed. Run this
once: sudo wget -O /etc/apt/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg
You can access the packages by adding the appropriate lines below to a file such as /etc/apt/sources.list.d/mkvtoolnix.download.list
:
Version | APT source |
---|---|
25.04 «Plucky Pufifn» |
deb [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ plucky main deb-src [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ plucky main |
24.10 «Oracular Oriole» |
deb [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ oracular main deb-src [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ oracular main |
24.04 «Noble Numbat» |
deb [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ noble main deb-src [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ noble main |
Now simply run sudo apt update
followed by sudo apt install mkvtoolnix mkvtoolnix-gui
.
Ubuntu 22.04 «Jammy Jellyfish», Ubuntu 20.04 «Focal Fossa» & 18.04 LTS «Bionic Beaver»: you can still get versions up to v88.0 (for 22.04), v81.0 (for 20.04) & v53.0.0 (for 18.04) from my repositories.
Version | APT source |
---|---|
22.04 «Jammy Jellyfish» |
deb [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ jammy main deb-src [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ jammy main |
20.04 «Focal Fossa» |
deb [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ focal main deb-src [arch=amd64 signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ focal main |
18.04 «Bionic Beaver» |
deb [signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ bionic main deb-src [signed-by=/etc/apt/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ bionic main |
If you’re looking for older Ubuntu or MKVToolNix releases, you can look through the repository directory yourself.
Windows
Download
The current version v92.0 is available as an installer and as a portable 7zip archive. Supported Windows versions are Windows 10/Windows Server 2016 and newer.
Architecture & type | File name | SHA-256 checksum | SHA-512 checksum |
---|---|---|---|
Installer (64-bit) | mkvtoolnix-64-bit-92.0-setup.exe |
a28ccb…15fb56 Copy to clipboard |
726529…8c1fb8 Copy to clipboard |
Portable (64-bit) | mkvtoolnix-64-bit-92.0.7z |
081acb…7e2d29 Copy to clipboard |
1dea8b…dddb87 Copy to clipboard |
Installer (32-bit) | mkvtoolnix-32-bit-92.0-setup.exe |
d1b61c…47d7dd Copy to clipboard |
504bf2…ea87b4 Copy to clipboard |
Portable (32-bit) | mkvtoolnix-32-bit-92.0.7z |
ddcc3e…8ad2e8 Copy to clipboard |
0f7eab…1e1f55 Copy to clipboard |
Checksum verification
If you want to verify the integrity of the downloads please use the checksums that I provide for the binaries in the table above. Alternatively you can
download the files containing the checksums for all Windows binaries here: SHA-256
& SHA-512.
Microsoft Store
MKVToolNix is available on the Microsoft Store for a small fee. This is a way for you to
support the development financially while getting automatic updates in return. Please note that due to Microsoft’s Store policies you cannot run the
command-line tools of the Store edition of MKVToolNix yourself; you can only run the GUI. Otherwise the Store edition & the non-Store ones are
functionally identical. If you have more questions, please see
this FAQ entry.
Chocolatey
If you’re using the Chocolatey package manager, you can also install or upgrade MKVToolNix with Chocolatey by
running choco install mkvtoolnix
respectively choco upgrade mkvtoolnix
from the PowerShell. They’re usually pretty quick to
update.
Older versions
All Windows builds for older versions are available on my site.
Zenwalk Linux
Frédéric Boulet is maintaining packages for
libEBML, libMatroska and MKVToolNix in
Zenwalk’s [extra]
repository. You can install MKVToolNix with the simple
command netpkg mkvtoolnix
or with the graphical
utility xnetpkg
.
Others
Unfortunately I do not have access to other distributions and cannot
provide binaries for other distributions. If you’re interested in providing
binary packages for other distributions then please contact me. You’ll find
my email address on the contact page.
92.0 (April 26, 2025)
Visit developer’s site
Download MKVToolNix 92.0 Windows 64-bit 30MB Win64
Download MKVToolNix 92.0 Windows 30MB Win
Download MKVToolNix 91.0 Mac 64-bit 37MB Mac64
Download MKVToolNix 92.0 Linux 64-bit 60MB Linux64
Download MKVToolNix 92.0 Portable Windows 64-bit 26MB Win64 Portable
Download MKVToolNix 92.0 Portable Windows 26MB Win Portable
Download MKVToolNix for Windows 7 and old Windows 10 versions Win7 Win10 Portable
Download MKVToolNix old versions Archive
Free software / FOSS (Free and Open Source Software)
Windows Mac OS Linux
# Version 92.0 «Everglow» 2025-04-26
## 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. See #6079.
* mkvmerge: FLAC reader: padding metadata blocks will now be removed from the codec initialization data. See #6079.
* 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%.
## Bug fixes
* 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.
View full changelog
(Latest version updated)
MetaFox (Apr 27, 2025)
MKVcleaver (May 3, 2024)
MKVExtractGUI and MKVE Wizard (Nov 17, 2006)
OGMcleaver (Aug 8, 2007)
Acronyms / Also Known As
mkvmerge, mkvmerge gui,mmg, mkvmergegui, mkvextract, mkvpropedit, mkvinfo, mkvtoolnix gui, mkvtoolnixgui, mkclean, mkvalidator
Download MKVToolNix Portable download from the Download links under Download and Download other versions!
Notify me when software updated or report software
Email me when it has been updated
Report this software (dead link/new version)
Rating by tso on
Apr 20, 2025 Version: 82
OS: Windows 10 64-bit Ease of use: 9/10
Functionality: 9/10
Value for money: 10/10
Overall: 10/10
@ Tagoria: How old are you?
Yo�’re provided with this highly functional, top notch software for FREE!
Not that it’d occur to you to leave a «thank you»,
you rate it 1/10, even on «value for money».
There’s someone working for your benefit, for free,
you might wanna show some gratitude.
And if you got a prob with that app, it works like a charm
for the vast majority of users, so in your case…
…..PEBCAK
Review by tuco76 on
Jan 10, 2025 Version: MKVToolNix 89.0
OS: Windows 10 64-bit Ease of use: 10/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10
When are you people going to learn to check against VirusTotal when you get a positive virus report from any antivirus?
https://www.virustotal.com/gui/file/959a56dea9135933113483b1a269841cc7958cff2de25fd97d08f15a36a80cb8
Sixty-six other A/V say there is nothing wrong with MKVToolNix 82.
Review by Gripweed on
Jan 3, 2024 Version: 82.0
OS: Windows 10 64-bit Ease of use: 10/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10
Bummer! Avast! A/V identified it as containing «FileRepMalware».
Review by mail2tom on
Jan 3, 2024 Version: 82.0 X64
OS: Windows 10 64-bit Ease of use: 8/10
Functionality: 10/10
Value for money: 10/10
Overall: 9/10
Rating by Phryxus on
Sep 3, 2023 Version: 77
OS: Windows 10 64-bit Ease of use: 9/10
Functionality: 10/10
Value for money: 10/10
Overall: 10/10
1 tool hits, Showing 1 to 1 tools |
Explanation:
NEW SOFTWARE= New tool since your last visit
NEW VERSION= New version since your last visit
NEW REVIEW= New review since your last visit
NEW VERSION= New version
Latest version
Version number / Beta version number / Update version number and when it whas released.
Type and download
NO MORE UPDATES? = The software hasn’t been updated in over 2 years.
NO LONGER DEVELOPED = The software hasn’t been updated in over 5 years.
RECENTLY UPDATED = The software has been updated the last 31 days.
Freeware = Download Free software.
Freeware Trialware = Download Free software but some parts are trial/shareware.
Free software = Download Free software and also open source code also known as FOSS (Free and Open Source Software).
Free software Trialware = Download Free software and also open source code but some parts are trial/shareware.
Freeware Ads = Download Free software but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Free software Ads = Free Download software and open source code but supported by advertising, usually with a included browser toolbar. It may be disabled when installing or after installation.
Trialware = Also called shareware or demo. Free Trial version available for download and testing with usually a time limit or limited functions.
Payware = No demo or trial available.
Portable version = A portable/standalone version is available. No installation is required.
v1.0.1 = Latest version available.
Download beta = It could be a Beta, RC(Release Candidate) or an Alpha / Nightly / Unstable version of the software.
Download 15MB = A direct link to the software download.
Win = Windows download version. It works on 32-bit and 64-bit Windows.
Win64 = Windows 64-bit download version. It works only on 64-bit Windows.
Mac = Mac download version. It works on 32-bit and 64-bit Mac OS.
Mac64 = Mac OS download version. It works only on 64-bit Mac OS.
Linux = Linux download version.
Portable = Portable version. No installation is required.
Ad-Supported = The software is bundled with advertising. Be careful when you install the software and disable addons that you don’t want!
Visit developers site = A link to the software developer site.
Download (mirror link) = A mirror link to the software download. It may not contain the latest versions.
Download old versions = Free downloads of previous versions of the program.
Download 64-bit version = If you have a 64bit operating system you can download this version.
Download portable version = Portable/Standalone version meaning that no installation is required, just extract the files to a folder and run directly.
Portable version available = Download the portable version and you can just extract the files and run the program without installation.
Old versions available = Download old versions of the program.
Version history available = Complete changelog on our site.
= Windows version available.
= Mac OS version available.
= Linux version available.
Our hosted software are virus and malware scanned with several antivirus programs using www.virustotal.com. (NOTE! Just one virustotal warning is 99.9% a false positive. And some software might receive 2-6 warnings but it’s if they are not all same virus/trojan then it’s 99% false positives.)
Rating
Rating from 0-10.
Browse software by sections
All In One Blu-ray Converters (9)
All In One DVD Converters (12)
All In One MKV to MP4, Blu-ray, UHD (11)
All In One Video Converters (19)
Animation (3D, 2D Animation) (11)
Audio Editors (21)
Audio Encoders (80)
Audio Players (19)
Authoring (Blu-ray, UHD, AVCHD) (12)
Authoring (DivX) (4)
Authoring (DVD) (26)
Authoring (SVCD, VCD) (9)
Bitrate Calculators (7)
Blu-ray to AVI, MKV, MP4 (15)
Blu-ray to Blu-ray, AVCHD (10)
Burn (CD,DVD,Blu-ray) (24)
Camcorders, DV, HDV, AVCHD (31)
Capture TV, DVD, VCR (30)
CD, DVD, Blu-ray recovery (3)
Codec Packs (6)
Codec, Video Identifiers (30)
Codecs (67)
Decrypters (DVD Rippers) (15)
Decrypters (UHD, Blu-ray Rippers) (8)
DigitalTV, DVB, IPTV (38)
DVD to DVD (20)
DVD to MP4, MKV, H264, H265 (16)
DVD to VCD, SVCD (5)
DVD to XviD, AVI, DivX (16)
ISO, Image (16)
Linux Video Tools (191)
MacOS Video Tools (228)
Media (Blu-ray, DVD, CD) (9)
Media Center, HTPC (23)
Other Useful Tools (141)
Photo Blu-ray, DVD, SlideShow (8)
Portable (Mobile, PSP) (35)
Region Free Tools (5)
Screen capture , Screen recording (27)
Screenshots , Thumbnails (13)
Subtitle Editors, Converters (70)
Tag Editors (3)
Video De, Multiplexers (66)
Video Editors (Advanced, NLE) (34)
Video Editors (Basic) (53)
Video Editors (H264, MP4, MKV, MTS) (19)
Video Editors (Lossless) (4)
Video Editors (MPG, DVD) (16)
Video Editors (WMV, AVI) (15)
Video Encoders (AV1, VP8, VP9) (2)
Video Encoders (AVI, WMV) (38)
Video Encoders (H264, H265, MP4, MKV) (45)
Video Encoders (MPG, DVD) (23)
Video Encoders , Converters (154)
Video Frameservers (9)
Video Players (48)
Video Repair, Fix (25)
Video Scripting (11)
Video Streaming (21)
Video Streaming Downloaders (101)
MKVToolnix for Windows 7
TAG is from the Mosu tag version, as i have commits, it increases the last number version displayed in the GUI.
MKVToolnix for Windows 7
TAG is from the Mosu tag version, as i have commits, it increases the last number version displayed in the GUI.
MKVToolnix for Windows 7
TAG is from the Mosu tag version, as i have commits, it increases the last number version displayed in the GUI.
MKVToolnix for Windows 7
TAG is from the Mosu tag version, as i have commits, it increases the last number version displayed in the GUI.
MKVToolnix for Windows 7
TAG is from the Mosu tag version, as i have commits, it increases the last number version displayed in the GUI.
MKVToolnix for Windows 7
TAG is from the Mosu tag version, as i have commits, it increases the last number version displayed in the GUI.
MKVToolnix for Windows 7
TAG is from the Mosu tag version, as i have commits, it increases the last number version displayed in the GUI.
MKVToolnix for Windows 7
TAG is from the Mosu tag version, as i have commits, it increases the last number version displayed in the GUI.
MKVToolnix for Windows 7
TAG is from the Mosu tag version, as i have commits, it increases the last number version displayed in the GUI.
MKVToolnix for Windows 7
TAG is from the Mosu tag version, as i have commits, it increases the last number version displayed in the GUI.
MKVToolnix
для Windows
MKVToolnix — кроссплатформенное приложение, представляющее собой функциональный набор инструментов для работы с файлами формата MKV (Matroska). Также работает с AVI, FLV, MOV, MPEG, OGG, MP4 и FLAC.
Программа позволяет добавлять, извлекать, удалять звуковые дорожки и субтитры, редактировать (разбивать/объединять) видео файлы, а также осуществлять конвертацию файлов в формате DivX и AVI в MKV. Поддерживается работа с наиболее популярными кодеками и форматами субтитров.
Что нового в MKVToolnix 87.0?
- Множество улучшений и исправлений
ТОП-сегодня раздела «Конверторы»
Format Factory 5.17.0
Format Factory — универсальный и многофункциональный мультимедийный конвертер на все случаи…
Video Converter 2.4
Бесплатный видеоконвертор с поддержкой всех популярных видеоформатов, такие как AVI, MOV, MP4,…
Avidemux 2.7.6 / 2.8.1
Avidemux — отличное приложение для редактирования и конвертирования видео. Поддерживает все…
HandBrake 1.8.2
HandBrake — бесплатный видео конвертер с открытым исходным кодом, который позволяет…
Отзывы о программе MKVToolnix
Ольга про MKVToolnix 32.0.0 [10-04-2019]
Отличная прога, с задачей разрезания видео на кучу по заданному параметру справляется быстро и без глюков.
7 | 9 | Ответить
Nicolas про MKVToolnix 29.0.0 [03-01-2019]
Скачал приложение на этом сайте (версия 29.0.0)полностью соответствует заявленному функционалу который наведен на Softportal. С помощью програмки запросто можно удалить/добавить аудиодорожки, теги(к слову, выделив аудиодорожку, справа от основного окна будут указаны все характеристики конкретного файла и вы с легкостью можете изменить, к примеру, название файла(в строке имя файла: ***)и также выбрать язык озвучки, которое в точности будет отображаться в вашем видеоплеере. Пример отображаемой дорожки в вашем видеоплеере: N (полное дублирование) [En]. Тоже самое можно провернуть с видеодорожкой и субтитрами.
Итог: приложение очень удобное и простое в использовании с приятным и интуитивно понятным интерфейсом, очень полезное приложение для обработки фильмов для домашней колекции( у меня она идет в паре с аудиоредактором Oceanaudio, AudioExtractor и VirtualDubMod(для фильмов с остальными видеоконтейнерами, исключая mkv)
Оценка 10/10
7 | 10 | Ответить
Сергей про MKVToolnix 13.0.0 [11-07-2017]
Хорошие версии закончились после третьей версии. Хлам с багами!
11 | 11 | Ответить
Сергей про MKVToolnix 13.0.0 [10-07-2017]
Последние версии отстой. После обработки не работает перемотка на бытовом плеере. Старые версии 3 и 4, после обработки все работает.
16 | 10 | Ответить
andrey про MKVToolnix 9.6.0 [10-12-2016]
бред какой то где mkvmerge gui
7 | 9 | Ответить
Это продвинутая программа, которая позволяет открывать, проверять, редактировать и мультиплексировать видео файлы с расширением .mkv. Она также поддерживает и другие популярные форматы видео файлов с аудио дорожками и субтитрами.
В состав программы входят отдельные утилиты с командной строкой для склеивания и извлечения потоков, просмотра технической информации, редактирования заголовков и глав. Все они «завернуты» в удобный графический интерфейс.
С помощью MKVToolNix можно просматривать, добавлять и разбирать треки, главы и теги, а также редактировать различную информацию о видео файле. Например, работая с треком, можно дать ему название, выбрать язык, редактировать теги и таймкоды.
Помимо этого, программа позволяет выбирать формат кадра (соотношение сторон), устанавливать параметр FPS (частоту кадров), обрезать кадр, настраивать режим компрессии, вшивать в видео внешние файлы.
С этой программой также можно обозначить главы видео и настраивать их параметры, включая начальную и конечную позицию, флаги, сегменты, и пр. Важно отметить, что MKVToolNix может обрабатывать файлы в пакетном режиме.
В поисках продвинутой программы для работы с MKV файлами? Скачайте MKVToolNix.