Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ToshY/mkvexport

A command-line utility for extracting attachments (subtitles, fonts and chapters) of MKV files.
https://github.com/ToshY/mkvexport

docker mkvexport mkvexport-docker mkvexport-subs mkvextract mkvextract-docker mkvextract-subs mkvextract-subtitles

Last synced: 3 months ago
JSON representation

A command-line utility for extracting attachments (subtitles, fonts and chapters) of MKV files.

Awesome Lists containing this project

README

        

📺 MKVexport


Current bundle version
Black
Ruff
Mypy
Security check



A command-line utility for extracting attachments (subtitles, fonts and chapters) of MKV files.

## 📝 Quickstart

```shell
docker run -it --rm \
-u $(id -u):$(id -g) \
-v ${PWD}/input:/app/input \
ghcr.io/toshy/mkvexport:latest -h
```

## 📜 Documentation

The documentation is available at [https://toshy.github.io/mkvexport](https://toshy.github.io/mkvexport).

## 🛠️ Contribute

### Requirements

* ☑️ [Pre-commit](https://pre-commit.com/#installation).
* 🐋 [Docker Compose V2](https://docs.docker.com/compose/install/)
* 📋 [Task 3.37+](https://taskfile.dev/installation/)

## ❕ License

This repository comes with a [MIT license](./LICENSE).