John Wick Chapter 2

Please post here for issues related to Blu-ray discs
albert90
Posts: 10
Joined: Mon Jan 03, 2022 11:02 am

Re: John Wick Chapter 2

Post by albert90 »

unab0mb wrote: Tue Jun 13, 2017 10:51 pm Correct title for Netflix version:

Title information
Name: John Wick Chapter 2 (English)
Source file name: 00934.mpls
Duration: 2:02:22
Chapters count: 16
Size: 19.8 GB
Segment count: 20
Segment map: 502,505,512,504,516,515,513,506,509,510,514,518,511,501,520,503,519,508,507,517
File name: John_Wick_Chapter_2_t369.mkv
I too can verify that this is the correct mapping for the Netflix version, much appreciated!
bultom
Posts: 9
Joined: Sat Jun 11, 2022 11:06 am

Re: John Wick Chapter 2

Post by bultom »

Hello,

John Wick 2 UHD from Trilogy Box (France) is complaining with this message :

The volume key is unknown for this disc - video can't be decrypted

Sended Dump to svq@makemkv.com

Now waiting :D
tmo1138
Posts: 5
Joined: Sun Mar 18, 2018 3:31 pm

Re: John Wick Chapter 2

Post by tmo1138 »

hvnphoto wrote: Fri Jun 16, 2017 12:50 am
cmehling wrote:Yes... it is

502, 508, 501, 514, 506, 503, 505, 515, 513, 512, 504, 507, 511
The segment map is correct.

Title information
Name: John Wick Chapter 2
Source file name: 00440.mpls
Duration: 2:02:22
Chapters count: 16
Size: 33.8 GB
Segment count: 13
Segment map: 502,508,501,514,506,503,505,515,513,512,504,507,511
File name: John_Wick_Chapter_2_t142.mkv

The Redbox version is the same as the Retail version.
Just wanted to say THANK YOU for this.. I got the John Wick Trilogy pack (US) and this seems to be the map and Source File Name for that version as well.
mazgaoten
Posts: 6
Joined: Wed Jul 02, 2025 11:44 am

Re: John Wick Chapter 2

Post by mazgaoten »

realshadow wrote: Fri Jan 21, 2022 6:00 pm There was another disk in Canada starting with 514. Took me a day but I was able to figure it out. the right data is:

Code: Select all

Title information
Name: John Wick Chapter 2 (English)
Source file name: 00796.mpls
Duration: 2:02:22
Chapters count: 16
Size: 33.8 GB
Segment count: 13
Segment map: 514,501,503,502,511,504,515,505,513,508,507,506,512
File name: John_Wick_Chapter_2_t273.mkv
hope that helps someone.
thank you internet stranger!
technoob
Posts: 6
Joined: Sun Aug 13, 2023 4:35 pm

Re: John Wick Chapter 2

Post by technoob »

Sorry to revive, but also a Canadian and struggling with this movie because of all the different possible playlists. It did say in MakeMkv: "Using Java runtime from /usr/lib/jvm/java-21-openjdk-amd64/bin/java", but it did not identify the correct playlist unfortunately.

I have none of the segment maps as in this thread. In VLC, it says "playing title182". When I run the following command while it's playing in terminal, I get this:

Code: Select all

BD_DEBUG_MASK=0x40 vlc 2>&1 | grep mpls
bluray.c:2462: Title 00487.mpls selected
This has a runtime of 2:04:08, the only one with a runtime this long. The others are 2:02:22.

When I go to MakeMKV, the segment map for this entry is: 514,3848,502,511,501,503,505,510,512,507,515,506,508,504,509,513. Which is fake (according to Gemini), but I do not know any better.

When I run this:

Code: Select all

makemkvcon -r info file:.../JOHN_WICK_CHAPTER_2/BDMV/ | grep -E "Title id|source file|Segments" | awk '
/Title id/ {id=$3; gsub(/[^0-9]/, "", id)} 
/source file/ {split($0, a, ": "); pl=a[2]; gsub(/[ \t\r\n]/, "", pl)} 
/Segments/ {split($0, b, ": "); seg=b[2]; gsub(/[ \t\r\n]/, "", seg); print id "," pl ",\"" seg "\""}
' >> ~/Desktop/john_wick_segment_maps.csv
Title 182 corresponds to this segment map: 514,502,503,501,511,504,505,508,515,513,506,507,512 (00488.mpls)

I am unsure how to proceed in identifying the real file, if it is even one of these two.

Using Linux Mint XCFE.
snl20
Posts: 6
Joined: Wed Dec 18, 2024 6:00 am

Re: John Wick Chapter 2

Post by snl20 »

you could try mounting the disc and running strace with vlc.
something like this :
strace -z -tt -e trace=open,openat -f vlc |& grep /media/dvd
where /media/dvd is the mountpoint
then use vlc with java menu's to start the movie to see what .mpls it opens
also make sure vlc opens the /media/dvd folder not /dev/sr0
technoob
Posts: 6
Joined: Sun Aug 13, 2023 4:35 pm

Re: John Wick Chapter 2

Post by technoob »

So the very last .mpls that shows up is 00487.mpls in terminal before the first segment (00514.m2ts). When I go chapter by chapter, I unfortunately don't get all the segments. Here's what I get when I go chapter by chapter through all 16: 514 (chapter 0), 511 (chapter 1), 512, 507, 515, 513. the rest were way further down in the movie. There's no file in MakeMKV with 514,511 as the first two.

Segment map for 00487.mpls is this one (what I showed above) - 514,3848,502,511,501,503,505,510,512,507,515,506,508,504,509,513

For reference, for the other two people who have a Canadian version like me, my segment map at 00796.mpls is slightly different (the 508 and 513 are swapped): 514,501,503,502,511,504,515,505,508,513,507,506,512

UPC is 774212114489. I am not sure what to do at this point.
technoob
Posts: 6
Joined: Sun Aug 13, 2023 4:35 pm

Re: John Wick Chapter 2

Post by technoob »

Ok I figured it out. 514,501,503,502,511,504,515,505,508,513,507,506,512 is the correct segment order (00796.mpls). Here's what I did to confirm and in case future users need a process for other media:
  • I gathered all possible segments meeting size and runtime by title into a text file via terminal with the disc in.
  • Back up the disc via MakeMKV.
  • Read my xlsx into LibreOffice Calc.
  • Then put filters on the top and went through segment by segment to identify the correct segment map.]
  • Rip the correct title/mpls in MakeMKV. Make sure the segment map you found lines up.
In this case, it only ended up being 13 segments. Just had to look up a couple of scenes on YouTube because I haven't seen it in years. But I was able to confirm the correct segment map.
Post Reply