# Installer mkvtoolnix avec Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, zypper, scoop, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de mkvtoolnix pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:mkvtoolnix
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install mkvtoolnix
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mkvtoolnix
```

  Preuve: MacPorts ports tree: multimedia/mkvtoolnix/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add mkvtoolnix
```

  Preuve: Alpine Linux edge package indexes: mkvtoolnix from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install mkvtoolnix
```

  Preuve: Debian stable package indexes: mkvtoolnix from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install mkvtoolnix
```

  Preuve: Fedora Rawhide package metadata: mkvtoolnix from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#mkvtoolnix
```

  Preuve: nixpkgs package indexes: pkgs/by-name/mk/mkvtoolnix/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install mkvtoolnix
```

  Preuve: openSUSE Tumbleweed package metadata: mkvtoolnix from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install mkvtoolnix
```

  Preuve: Chocolatey community package catalog: mkvtoolnix from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','microsoft-windows-terminal'

- Scoop (92%):

```sh
scoop install extras/mkvtoolnix
```

  Preuve: Scoop official bucket manifest trees: bucket/mkvtoolnix.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id MoritzBunkus.MKVToolNix -e
```

  Preuve: Windows Package Manager source index: MoritzBunkus.MKVToolNix from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:mkvtoolnix
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/mkvtoolnix>
- **Version:** 100.0
- **Résumé source:** Matroska media files manipulation tools
- **Page d'accueil:** <https://mkvtoolnix.download/>
- **Docs amont:** <https://mkvtoolnix.download/>
- **Licence:** GPL-2.0-or-later
- **Archive source:** <https://mkvtoolnix.download/sources/mkvtoolnix-100.0.tar.xz>
- **Dernière mise à jour:** 2026-07-05T18:49:01Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- mkvextract (cli)
- mkvinfo (cli)
- mkvmerge (cli)
- mkvpropedit (cli)
- mkvextract (alias)
- mkvinfo (alias)
- mkvmerge (alias)
- mkvpropedit (alias)

## Dépendances

- boost
- flac
- fmt
- gettext
- gmp
- libebml
- libmatroska
- libogg
- libvorbis
- pugixml
- qtbase

## Dépendances de compilation

- docbook-xsl
- gettext
- nlohmann-json
- pkgconf
- utf8cpp

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 100.0
- gestionnaire mis à jour: 2026-07-05
- données locales: OK
- dépôt amont: https://mkvtoolnix.download/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

MKVToolNix is Moritz Bunkus's long-running suite for Matroska media containers. The project site says the Matroska libraries and Bunkus's Matroska tools became officially available on May 1, 2003, and describes MKVToolNix as tools for creating, altering, and inspecting Matroska files on Linux, other Unix systems, and Windows. Matroska.org calls it the de-facto reference implementation of a Matroska multiplexer.

### Historique du projet

The suite is centered on command-line tools that map to common container workflows. mkvmerge joins streams from media files into a Matroska file; mkvinfo reports track and element information; mkvextract extracts tracks and data to other formats; and mkvpropedit edits header, chapter, and attachment properties without remuxing. MKVToolNix GUI sits on top of those command-line tools for users who prefer a graphical workflow.

### Modes d'utilisation

Its ecosystem role is broader than most MKV-related packages in this batch. Tools such as mkvdts2ac3 and mkvtomp4 depend on MKVToolNix for Matroska inspection or remuxing, while mkvalidator handles conformance checking beside it. Distribution support spans Homebrew, Chocolatey, Debian/Ubuntu, Fedora, MacPorts, Nix, Scoop, Winget, SUSE, and Alpine in the input record, matching its role as the standard packaging target for Matroska muxing and editing.

### Sources

- <https://mkvtoolnix.download/>
- <https://mkvtoolnix.download/doc/mkvmerge.html>
- <https://mkvtoolnix.download/downloads.html>
- <https://www.matroska.org/downloads/mkvtoolnix.html>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mkvtoolnix
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - mkvtoolnix - 92.0-1: normalized package name match | Debian stable package indexes: mkvtoolnix from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Set of command-line tools to work with Matroska files | https://mkvtoolnix.download/index.html
- Debian apt - mkvtoolnix-gui - 92.0-1: normalized package name match | Debian stable package indexes: mkvtoolnix-gui from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Set of tools to work with Matroska files - GUI frontend | https://mkvtoolnix.download/index.html
- Nix - mkvtoolnix: normalized package name match | nixpkgs package indexes: pkgs/by-name/mk/mkvtoolnix/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mkvtoolnix - 82.0-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: mkvtoolnix from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Set of command-line tools to work with Matroska files | https://mkvtoolnix.download/index.html
- Ubuntu apt - mkvtoolnix-gui - 82.0-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: mkvtoolnix-gui from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Set of tools to work with Matroska files - GUI frontend | https://mkvtoolnix.download/index.html
- apk - mkvtoolnix - 100.0-r1: normalized package name match | Alpine Linux edge package indexes: mkvtoolnix from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Set of tools to create, edit and inspect Matroska files | https://mkvtoolnix.download/index.html
- apk - mkvtoolnix-doc - 100.0-r1: normalized package name match | Alpine Linux edge package indexes: mkvtoolnix-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Set of tools to create, edit and inspect Matroska files (documentation) | https://mkvtoolnix.download/index.html
- apk - mkvtoolnix-gui - 100.0-r1: normalized package name match | Alpine Linux edge package indexes: mkvtoolnix-gui from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Set of tools to create, edit and inspect Matroska files (GUI) | https://mkvtoolnix.download/index.html
- dnf - mkvtoolnix - 100.0-2.fc45: normalized package name match | Fedora Rawhide package metadata: mkvtoolnix from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Matroska container manipulation utilities | https://mkvtoolnix.download/
- dnf - mkvtoolnix-gui - 100.0-2.fc45: normalized package name match | Fedora Rawhide package metadata: mkvtoolnix-gui from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | QT Graphical interface for Matroska container manipulation | https://mkvtoolnix.download/
- zypper - mkvtoolnix - 100.0-1.2: normalized package name match | openSUSE Tumbleweed package metadata: mkvtoolnix from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Tools to Create, Alter, and Inspect Matroska Files | http://bunkus.org/videotools/mkvtoolnix/
- zypper - mkvtoolnix-gui - 100.0-1.2: normalized package name match | openSUSE Tumbleweed package metadata: mkvtoolnix-gui from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Graphical user interface for mkvtoolnix utils | http://bunkus.org/videotools/mkvtoolnix/
- zypper - mkvtoolnix-tools - 100.0-1.2: normalized package name match | openSUSE Tumbleweed package metadata: mkvtoolnix-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Additional command line tools for mkv files | http://bunkus.org/videotools/mkvtoolnix/
- MacPorts - mkvtoolnix: normalized package name match | MacPorts ports tree: multimedia/mkvtoolnix/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - mkvtoolnix: normalized package name match | Chocolatey community package catalog: mkvtoolnix from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','microsoft-windows-terminal'
- Scoop - extras/mkvtoolnix: normalized package name match | Scoop official bucket manifest trees: bucket/mkvtoolnix.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Liens liés

- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/fr/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [gettext](https://pkg.so/fr/brew/gettext/) - Runtime dependency declared by Homebrew.
- [flac](https://pkg.so/fr/brew/flac/) - Runtime dependency declared by Homebrew.
- [qtbase](https://pkg.so/fr/brew/qtbase/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [dash-mpd-cli](https://pkg.so/fr/brew/dash-mpd-cli/) - Popular package that depends on this formula.
- [mkvtomp4](https://pkg.so/fr/brew/mkvtomp4/) - Popular package that depends on this formula.
- [dovi_convert](https://pkg.so/fr/brew/dovi-convert/) - Popular package that depends on this formula.
- [av1an](https://pkg.so/fr/brew/av1an/) - Popular package that depends on this formula.
- [mkvdts2ac3](https://pkg.so/fr/brew/mkvdts2ac3/) - Popular package that depends on this formula.
- [mkvalidator](https://pkg.so/fr/brew/mkvalidator/) - Shares pkgdb curated category or tags: cli, container-tools, matroska, media.
- [mkclean](https://pkg.so/fr/brew/mkclean/) - Shares pkgdb curated category or tags: cli, matroska, media, mkv.
- [libwebm](https://pkg.so/fr/brew/libwebm/) - Shares pkgdb curated category or tags: cli, matroska, media.
- [mediaconch](https://pkg.so/fr/brew/mediaconch/) - Shares pkgdb curated category or tags: cli, matroska, media.
- [ffmpeg](https://pkg.so/fr/brew/ffmpeg/) - Shares pkgdb curated category or tags: cli, media.
- [mkvtoolnix-app](https://pkg.so/fr/cask/mkvtoolnix-app/) - Executable or command metadata overlaps with this package. Shared terms: files, matroska, mkv, mkvextract, mkvinfo.
- [audacious](https://pkg.so/fr/brew/audacious/) - Local package facts share a topical domain. Shared terms: cli, flac, gettext, libogg, libvorbis.

## Combined YAML source

View the package source record on GitHub. [combined/mkvtoolnix.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mkvtoolnix.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
