EXE
WinGet
MKVToolNix
Moritz Bunkus · 77.0.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
mkvtoolnix-64-bit-77.0-setup.exe /S
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MKVToolNix
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
77.0.0
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
mkvtoolnix-64-bit-77.0-setup.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
MoritzBunkus.MKVToolNix
Version
77.0.0
Description
MKVToolNix is a set of tools to create, alter and inspect Matroska files under Linux, other Unices and Windows.
License
GPL-2.0
↗
Homepage
https://mkvtoolnix.download/
Upgrade Behavior
install(Install over existing)
Release Notes
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.
- M…