How to rip chronological version of "Memento"

Please post here for issues related to Blu-ray discs
Grauhaar
Posts: 566
Joined: Thu Sep 15, 2016 3:46 pm

Re: How to rip chronological version of "Memento"

Post by Grauhaar »

fritzifu wrote:
Mon May 25, 2020 2:09 pm
Do you know a program that doesn't?
Unfortunately no :roll:
EDIT: While MKVToolNix was displaying the wrong size and gave a time estimate that was wayy to long
I think it's very hard to calculate the size for the fragments of an m2ts file. The complete size of the m2ts file is known, what what space is needed to the 45 fragments? You have the in-out time to calculate the length of the fragment, but you never know the size of the fragment before reading it.
Good Luck :)
_____________________________________________________________
Useful MakeMKV links: FAQs - Debug Log - Buy - Expiration of beta key
Two Blu-ray (UHD) Drives LG LG BH16NS55 with Libredrive Firmware 1.04
fritzifu
Posts: 10
Joined: Fri Jun 07, 2019 6:27 pm

Re: How to rip chronological version of "Memento"

Post by fritzifu »

Okay so MKVToolNix finished, and it actually gave me a .mkv file containing the chronological version! However, for some reason only the music can be heard on all speakers, everything else (voice and all other sounds) are only on the left ear.

Also, VLC shows the runtime to be 8 hours 59 minutes, but when you actually watch it, huge segments are skipped so when the movie ends, the bar is also at the end.

Edit: Windows Explorer also shows the bitrate at 0, along with the wrong runtime...

What could have caused this? Did I miss some settings in MKVToolNix that I should have changed?
Grauhaar
Posts: 566
Joined: Thu Sep 15, 2016 3:46 pm

Re: How to rip chronological version of "Memento"

Post by Grauhaar »

Looks like that MKVToolNIX can not handle this. The best is to create an ticket (Help- > Report a bug) against MKVToolnix that Moritz Bunkus can have a look at this.
Good Luck :)
_____________________________________________________________
Useful MakeMKV links: FAQs - Debug Log - Buy - Expiration of beta key
Two Blu-ray (UHD) Drives LG LG BH16NS55 with Libredrive Firmware 1.04
koberulz
Posts: 96
Joined: Thu Feb 07, 2019 8:24 am

Re: How to rip chronological version of "Memento"

Post by koberulz »

I think I've stumbled on one of these as well. Inception comes with "Extraction Mode", where you can watch the movie and at various points throughout the film it will transition to a behind-the-scenes piece about the current scene. Or, you can watch those behind-the-scenes pieces strung together into one 45-minute bonus feature. I've found the relevant title on the disc but it's exactly the same as this Memento cut: it's simply segments of the three-hour "Extraction Mode" version of the movie, not a normal branched playlist.

Why can't MakeMKV handle this type of thing?
plittlefield
Posts: 68
Joined: Wed May 10, 2017 11:04 am

Re: How to rip chronological version of "Memento"

Post by plittlefield »

A bit late, and not for the Blu-ray but the UK DVD version has the 'Chronological Version' easily found when using MakeMKV...

Code: Select all


$ makemkvcon --robot info iso:Memento.iso |grep ' GB'
TINFO:2,10,0,"2.6 GB"
TINFO:2,30,0,"24 chapter(s) , 2.6 GB"
TINFO:3,10,0,"3.4 GB"
TINFO:3,30,0,"15 chapter(s) , 3.4 GB"


$ makemkvcon mkv iso:Memento.iso all .
MakeMKV v1.15.1 linux(x64-release) started
Using direct disc access mode
Title #2 was added (1 cell(s), 0:23:51)
Title #4 was added (1 cell(s), 0:02:15)
Title #6 was added (24 cell(s), 1:48:48)
Title #23 was added (31 cell(s), 1:48:33)
Operation successfully completed
Saving 4 titles into directory .
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
4 titles saved
Copy complete. 4 titles saved.


$ ll
total 14G
drwxr-xr-x  2 paully paully 4.0K 2020-06-10 11:25 .
drwxrwxr-x 16 paully paully 4.0K 2020-06-10 11:23 ..
-rw-r--r--  1 paully paully 7.4G 2010-02-22 10:56 Memento.iso
-rw-r--r--  1 paully paully 541M 2020-06-10 11:24 title_t00.mkv
-rw-r--r--  1 paully paully  67M 2020-06-10 11:24 title_t01.mkv
-rw-r--r--  1 paully paully 2.7G 2020-06-10 11:25 title_t02.mkv
-rw-r--r--  1 paully paully 3.4G 2020-06-10 11:26 title_t03.mkv


title_t00.mkv = IFC Interview with Christopher Nolan
title_t01.mkv = Trailer
title_t02.mkv = Chronological Order version
title_t03.mkv = Normal version

Regards,

Paully
davonte
Posts: 1
Joined: Mon Jun 22, 2020 9:35 am

Re: How to rip chronological version of "Memento"

Post by davonte »

plittlefield wrote:
Wed Jun 10, 2020 1:14 pm
A bit late, and not for the Blu-ray but the UK DVD version has the 'Chronological Version' easily found when using MakeMKV...

Code: Select all


$ makemkvcon --robot info iso:Memento.iso |grep ' GB'
TINFO:2,10,0,"2.6 GB"
TINFO:2,30,0,"24 chapter(s) , 2.6 GB"
TINFO:3,10,0,"3.4 GB"
TINFO:3,30,0,"15 chapter(s) , 3.4 GB"


$ makemkvcon mkv iso:Memento.iso all .
MakeMKV v1.15.1 linux(x64-release) started
Using direct disc access mode
Title #2 was added (1 cell(s), 0:23:51)
Title #4 was added (1 cell(s), 0:02:15)
Title #6 was added (24 cell(s), 1:48:48)
Title #23 was added (31 cell(s), 1:48:33)
Operation successfully completed
Saving 4 titles into directory .
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
Program reads data faster than it can write to disk, consider upgrading your hard drive if you see many of these messages.
4 titles saved
Copy complete. 4 titles saved.


$ ll
total 14G
drwxr-xr-x  2 paully paully 4.0K 2020-06-10 11:25 .
drwxrwxr-x 16 paully paully 4.0K 2020-06-10 11:23 ..
-rw-r--r--  1 paully paully 7.4G 2010-02-22 10:56 Memento.iso
-rw-r--r--  1 paully paully 541M 2020-06-10 11:24 title_t00.mkv
-rw-r--r--  1 paully paully  67M 2020-06-10 11:24 title_t01.mkv
-rw-r--r--  1 paully paully 2.7G 2020-06-10 11:25 title_t02.mkv
-rw-r--r--  1 paully paully 3.4G 2020-06-10 11:26 title_t03.mkv


title_t00.mkv = IFC Interview with Christopher Nolan
title_t01.mkv = Trailer
title_t02.mkv = Chronological Order version
title_t03.mkv = Normal version

Regards,

Paully
MakeMKV rips always the complete specified m2ts file in an mpls. I think that's the reason why it is a duplicate to the other playlist
Post Reply