1
0
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 Message Date
Dominik Psenner
cbd79aab10 Added chag config to specify the default behavior of chag when creating tags 2017-08-03 18:43:45 +02:00
Dominik Psenner
86f0108cf0 Readme: removed installation step 2017-07-25 23:36:11 +02:00
Dominik Psenner
46d241cd5c Readme: improved h1 titles 2017-07-25 23:35:28 +02:00
Dominik Psenner
750e4fb681 Readme: changed wording of introduction 2017-07-25 23:34:59 +02:00
Dominik Psenner
8b7ff909ef Readme: updated installation script to use readlink -f 2017-07-25 23:33:34 +02:00
2 changed files with 7 additions and 6 deletions

2
.chag.config Normal file
View File

@@ -0,0 +1,2 @@
addv=yes
sign=yes

View File

@@ -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