Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ToshY/mkvexport
- Owner: ToshY
- License: mit
- Created: 2023-01-12T10:18:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T12:33:59.000Z (4 months ago)
- Last Synced: 2024-07-26T13:56:31.238Z (4 months ago)
- Topics: docker, mkvexport, mkvexport-docker, mkvexport-subs, mkvextract, mkvextract-docker, mkvextract-subs, mkvextract-subtitles
- Language: Python
- Homepage: https://toshy.github.io/mkvexport/
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
📺 MKVexport
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).