Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
makemkv [2017/02/03 06:13] – beandog | makemkv [2023/05/01 05:26] (current) – beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== MakeMKV ====== | ====== MakeMKV ====== | ||
+ | |||
+ | * [[Blu-ray]] | ||
Great software. | Great software. | ||
- | See: [[http:// | + | * [[https:// |
+ | |||
+ | See: [[http:// | ||
+ | |||
+ | I wrote a man page for the CLI app ('' | ||
See http:// | See http:// | ||
Your API key needs to be set in '' | Your API key needs to be set in '' | ||
- | |||
- | App key (as of this writing): | ||
< | < | ||
- | app_Key = "T-bKTnFR8IlPCYOWdl2z00ScXddJFYFMn6qazWqXUlUk3rrSKCEOexQgEswryjpAj8m2" | + | app_Key = "app-key-123" |
</ | </ | ||
- | To backup into directory " | + | 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 | ||
</ | </ |