Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
makemkv [2014/08/26 05:18] – beandog | makemkv [2023/05/01 05:26] (current) – beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== MakeMKV ====== | ====== MakeMKV ====== | ||
+ | |||
+ | * [[Blu-ray]] | ||
Great software. | Great software. | ||
- | See: [[http://www.makemkv.com/forum2/viewtopic.php? | + | * [[https://bluray.beandog.org/makemkv/man/makemkvcon.html|makemkvcon man page]] |
- | You can use MakeMKV on CLI, though the syntax is so confusing, I | + | See: [[http:// |
- | don't recommend it. | + | |
- | See http://www.makemkv.com/developers/usage.txt | + | I wrote a man page for the CLI app ('' |
- | To backup into directory " | + | See http:// |
- | < | + | |
+ | Your API key needs to be set in '' | ||
+ | |||
+ | < | ||
+ | app_Key = " | ||
+ | </ | ||
+ | |||
+ | To backup | ||
+ | < | ||
That will decrypt and dump the entire disc, in original M2TS format. | That will decrypt and dump the entire disc, in original M2TS format. | ||
** Backup main titles to MKV ** | ** Backup main titles to MKV ** | ||
+ | |||
+ | Note that it won't take a symlink to the block device. | ||
+ | |||
+ | < | ||
+ | makemkvcon mkv dev:/ | ||
+ | </ | ||
+ | |||
+ | Another option: | ||
< | < | ||
makemkvcon mkv disc:0 all . | makemkvcon mkv disc:0 all . | ||
+ | </ | ||
+ | |||
+ | You can use MakeMKV' | ||
+ | |||
+ | < | ||
+ | LIBAACS_PATH=libmmbd LIBBDPLUS_PATH=libmmbd | ||
</ | </ |