19 lines
509 B
Markdown
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/ |