Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| makemkv [2013/06/28 21:29] – created beandog | makemkv [2025/04/21 13:42] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== MakeMKV ====== | ====== MakeMKV ====== | ||
| - | Great software. | + | * [[Blu-ray]] |
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[http:// | ||
| - | See: [[http:// | + | Great software, though it is partially closed-source. I recommend using it, though, for ripping Blu-rays if you don't want to deal with extracting AACS keys. |
| - | You can use MakeMKV on CLI, though the syntax is so confusing, I | + | * [[https:// |
| - | don't recommend it. | + | |
| - | See http:// | + | See: [[http:// |
| - | To backup into directory " | + | I wrote a man page for the CLI app ('' |
| - | < | + | |
| + | 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 ** | ||
| + | |||
| + | Note that it won't take a symlink to the block device. | ||
| + | |||
| + | < | ||
| + | makemkvcon mkv dev:/ | ||
| + | </ | ||
| + | |||
| + | Another option: | ||
| + | |||
| + | < | ||
| + | makemkvcon mkv disc:0 all . | ||
| + | </ | ||
| + | |||
| + | You can use MakeMKV' | ||
| + | |||
| + | < | ||
| + | LIBAACS_PATH=libmmbd LIBBDPLUS_PATH=libmmbd | ||
| + | </ | ||