mirror of
https://github.com/dpsenner/mkv-split-chapters.git
synced 2025-12-11 00:17:21 +01:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cbd79aab10 | ||
|
|
86f0108cf0 | ||
|
|
46d241cd5c | ||
|
|
750e4fb681 | ||
|
|
8b7ff909ef |
2
.chag.config
Normal file
2
.chag.config
Normal file
@@ -0,0 +1,2 @@
|
||||
addv=yes
|
||||
sign=yes
|
||||
11
README.md
11
README.md
@@ -1,16 +1,15 @@
|
||||
# mkv-split-chapters
|
||||
# Introduction
|
||||
|
||||
This is a simple tool that takes one mkv file with several chapters and extracts each chapter into a mkv file.
|
||||
This is a simple tool that takes one mkv file with several chapters in it and extracts each chapter into a separate mkv file.
|
||||
|
||||
## Installation
|
||||
# Installation
|
||||
|
||||
```
|
||||
$ git clone https://github.com/dpsenner/mkv-split-chapters.git
|
||||
$ cd mkv-split-chapters
|
||||
$ sudo ln -s $(pwd mkv-split-chapters/mkv-split-chapters.sh)/mkv-split-chapters.sh /usr/local/bin/mkv-split-chapters
|
||||
$ sudo ln -s $(readlink -f mkv-split-chapters/mkv-split-chapters.sh) /usr/local/bin/mkv-split-chapters
|
||||
```
|
||||
|
||||
## Usage
|
||||
# Usage
|
||||
|
||||
```
|
||||
$ ls
|
||||
|
||||
Reference in New Issue
Block a user