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: 4
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.
Post Reply