Mkvtool
A command-line tool to simplify the manipulation of subtitles and perform common operations in MKV (Matroska) files.
Install / Use
/learn @marcopaganini/MkvtoolREADME
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 mkvtoolnixon debian based systems): required.pandoc(sudo apt-get install pandocon 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 paganini@paganini.net.
Comments, ideas, and PRs are welcome.
Related Skills
qqbot-channel
354.0kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
100.8k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
354.0kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
arscontexta
3.1kClaude Code plugin that generates individualized knowledge systems from conversation. You describe how you think and work, have a conversation and get a complete second brain as markdown files you own.
