mkvinfo
Set of command-line tools to work with Matroska files
Install
- All systems
-
curl cmd.cat/mkvinfo.sh
- Debian
-
apt-get install mkvtoolnix
- Ubuntu
-
apt-get install mkvtoolnix
- Alpine
-
apk add mkvtoolnix
- Arch Linux
-
pacman -S mkvtoolnix-cli
- Kali Linux
-
apt-get install mkvtoolnix
- Fedora
-
dnf install mkvtoolnix
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mkvtoolnix
- OS X
-
brew install mkvtoolnix
- Raspbian
-
apt-get install mkvtoolnix
- Dockerfile
- dockerfile.run/mkvinfo
- Docker
-
docker run cmd.cat/mkvinfo mkvinfo
powered by Commando
mkvtoolnix
Set of command-line tools to work with Matroska files
Matroska is a new multimedia container format, based on EBML (Extensible Binary Meta Language), which is a kind of binary XML. These tools allow one to manipulate Matroska files. * mkvmerge is a tool to create Matroska files from other formats * mkvinfo allow one to get information about the tracks in a Matroska file * mkvextract can extract tracks from Matroska files to other formats This package only provides command-line tools. For graphical tools, you should install the mkvtoolnix-gui package.
mkvtoolnix-gui
Set of tools to work with Matroska files - GUI frontend
Matroska is a new multimedia container format, based on EBML (Extensible Binary Meta Language), which is a kind of binary XML. The mmg tool is a graphical user interface for the mkvmerge program, which allows one to create Matroska files from other formats. This package also contains a graphical version of the mkvinfo tool, which allows one to get information about a Matroska file.