By trying to extract an erroneous DVD does not lead anywhere when using the GUI in my special case. Makemkv tries to read the whole disc and failes to open it with the error message:
The first titles from #1 to #9 seem to work. Title #1 has a length of 2.5 hours - this is the title I want to extract on hard disc.Fehler 'SCSI-Fehler - HARDWARE ERROR:TRACK FOLLOWING ERROR' trat auf während des Auslesens von '/VIDEO_TS/VTS_01_1.VOB' bei Offset '32768'
Apparently, makemkv can not focus on title #1 alone, when there is some error in some other title of the disc.
So I tried to extract only this one title via command line [MakeMKV v1.10.7 linux(x64-release)]:
Code: Select all
makemkvcon mkv --minlength=10 dev:/dev/sr0 1 ~/test
When I play the DVD with VLC the movie can be watched without any problems. The disc works (at least the parts that are needed for the movie) - how can access it with makemkv? Is there a way to find out which title is the needed one?
By using:
Code: Select all
makemkvcon mkv --minlength=10 dev:/dev/sr0 all ~/test
I appreciate any help or ideas.
Thanks, regards, Jo.