Wiki > MKVToolNix
MKVToolNix is a set of tools to create, alter and inspect Matroska files.
Install
-
Connect to your slot through SSH
-
Download the source tarball
wget https://mkvtoolnix.download/sources/mkvtoolnix-58.0.0.tar.xz
-
Extract the archive
tar xvf mkvtoolnix-58.0.0.tar.xz
-
Navigate to the newly created folder
cd mkvtoolnix-58.0.0
-
Configure the program
./configure --prefix=$HOME
-
Compile and install the program. This command will take some time to run.
rake; rake install
-
Clean up source files
cd ../; rm -r mkvtoolnix-*
-
Add the
~/bin
directory to your PATH (if you've done this previously, you do not need to do it again)echo "PATH=\$HOME/bin:\$PATH" >> ~/.bashrc && source ~/.bashrc
You can now use MKVToolNix's commands like mkvmerge
and mkvextract
You can view MKVToolNix's documentation for more information.