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
./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
Description
Languages
Shell
100%