ebml_validator
Set of command-line tools to work with Matroska files
Install
- All systems
-
curl cmd.cat/ebml_validator.sh
- Debian
-
apt-get install mkvtoolnix
- Ubuntu
-
apt-get install mkvtoolnix
- Alpine
-
apk add mkvtoolnix
- 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/ebml_validator
- Docker
-
docker run cmd.cat/ebml_validator ebml_validator
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.