Code Monkey home page Code Monkey logo

mkvtool's Introduction

mkvtool

Description

A handy frontend CLI to many common operations on Matroska (MKV) files using mkvtoolnix (and some extras). I wrote this program after spending considerable time with the (necessarily) complex command-line options of the mkvtoolnix toolkit.

Installation

Pre-requisites

  • mkvtoolnix (sudo apt-get install mkvtoolnix on debian based systems): required.
  • pandoc (sudo apt-get install pandoc on debian based systems): optional. Only required to generate the man page).

Download a binary version from github

Github automatically builds new versions for multiple platforms. You can download a binary (and manpage) for your platform from the mkvtool releases page.

Once downloaded, use the following commands to install it in your system:

$ ARCH="your architecture name" # (E.g. amd64)
$ sudo mkdir -p /usr/local/bin
$ sudo mkdir -p /usr/local/man/man1
$ sudo install -m 755 "$ARCH/mkvtool" /usr/local/bin
$ sudo install -m 644 "$ARCH/mkvtool.1" /usr/local/man/man1

Run mkvtool for a short help message or man mkvtool for the full man page.

Clone and compile

This requires a recent version of Go Installed in your system. You also need pandoc if you want to recreate the manpage.

$ git clone https://github.com/marcopaganini/mkvtool
$ cd mkvtool
$ make
$ make manpage # <-- optional
$ sudo make install

Documentation

Documentation is available online or by typing man mkvtool in your shell prompt.

Author

Marco Paganini [email protected].

Comments, ideas, and PRs are welcome.

mkvtool's People

Contributors

marcopaganini avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mewbak

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.