As far as I understood the backup functionality is supposed to work like the dvdbackup tool for DVDs, presreving directory structure with decrypted files.
Anyway, this segfaults for me on Linux:
Code: Select all
$ makemkvcon backup disc:/dev/sr0 FIGHT_CLUB
MakeMKV v1.15.3 linux(x64-release) started
Backing up disc into folder "file://FIGHT_CLUB"
[1]    12855 segmentation fault (core dumped)  makemkvcon backup disc:/dev/sr0 FIGHT_CLUBCode: Select all
$ gdb makemkvcon
(gdb) run backup disc:/dev/sr0 FIGHT_CLUB
Starting program: /usr/bin/makemkvcon backup disc:/dev/sr0 FIGHT_CLUB
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7ffff3487640 (LWP 14903)]
[New Thread 0x7fffdeb3b640 (LWP 14904)]
MakeMKV v1.15.3 linux(x64-release) started
[New Thread 0x7fffdddc3640 (LWP 14905)]
Backing up disc into folder "file://FIGHT_CLUB"
Thread 2 "makemkvcon" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff3487640 (LWP 14903)]
0x00000000007e7500 in ?? ()
(gdb) bt
#0  0x00000000007e7500 in ?? ()
#1  0x00000000007e0942 in ?? ()
#2  0x00000000006550c1 in ?? ()
#3  0x00000000006560a6 in ?? ()
#4  0x00007ffff7ea93e9 in start_thread () from /usr/lib/libpthread.so.0
#5  0x00007ffff7dd7293 in clone () from /usr/lib/libc.so.6It would be nice to have a 1:1 decrypted copy of a Blu-Ray, hope this can be fixed.
If you need a core dump I can provide that as well.