AutoMKV/README.md
2019-05-26 21:40:14 +10:00

19 lines
509 B
Markdown

# AutoMKV
AutoMKV is a simple bash script that was designed to automate the conversion of ISO images to MKV
Usage is quite simple, most of the defaults are assumed but can be overritten
```bash
./convert.sh -i image.iso -t 0 -o mkvs
```
|Flags| Description|
|---------------|----------------------|
| -i \| --input | Input image file |
| -o \| --output | Output folder |
| -t \| --title | Title to dump |
| -h \| --help | Shows this help menu |
Requirements
https://www.makemkv.com/