Search found 20 matches

by zeroepoch
Tue Sep 19, 2017 9:30 pm
Forum: Advanced MakeMKV usage
Topic: Centos 7 version 1.10.6 error
Replies: 1
Views: 12188

Re: Centos 7 version 1.10.6 error

I happen to have a new version of GCC available on my RHEL 6.5 system which may have helped. I used the following configure line to fix the problem. ./configure CC=/tools/local/gcc-6.2.0/bin/gcc CXX=/tools/local/gcc-6.2.0/bin/g++ CFLAGS="-g -O2 -D__STDC_FORMAT_MACROS" Try giving the above ...
by zeroepoch
Sat Mar 11, 2017 10:34 am
Forum: Advanced MakeMKV usage
Topic: Deobfuscate playlists "automatically" (The CompSci approach)
Replies: 5
Views: 23323

Re: Deobfuscate playlists "automatically" (The CompSci appro

On Fedora 25 opencv isn't compiled against ffmpeg by default so I had to build opencv myself and do a bit of python path setting to get the script to work. Unfortunately for Moonlight it doesn't find the right track. It's not even one of the top few on either MSE or SS. Although with BDJ support mak...
by zeroepoch
Sat Mar 11, 2017 9:22 am
Forum: Advanced MakeMKV usage
Topic: Deobfuscate playlists "automatically" (The CompSci approach)
Replies: 5
Views: 23323

Re: Deobfuscate playlists "automatically" (The CompSci appro

This is a very useful script! I've been doing the makemkvcon -r approach and going segment by segment and removing titles from the list as I go to the next field until I narrow it down to one. I thought about using some image processing to compare the segments but was too lazy to ever code it. I jus...
by zeroepoch
Sat Mar 11, 2017 9:02 am
Forum: MKV file processing and playback
Topic: file obfuscation solution for LINUX?
Replies: 2
Views: 9817

Re: file obfuscation solution for LINUX?

Yes using "makemkvcon -r". It basically amounts to you doing a decrypted backup then watching the m2ts files in BDMV/STREAM until you find the correct order. A very rough set of commands is listed below. 1. makemkvcon -r file:/path/to/backup > output 2. grep ,26, output | cut -d\" -f2...
by zeroepoch
Fri Apr 08, 2016 5:43 am
Forum: Blu-ray discs
Topic: The Peanuts Movie Correct Playlist?
Replies: 9
Views: 19644

Re: The Peanuts Movie Correct Playlist?

It looks like the differences are the intro and credits. The title name is different (includes Charlie Brown in one case) and the credits have the voice actor names in one case and not the other case. This leads to 4 different combinations of equal length. Title00 or 0800.mpls has the correct title ...
by zeroepoch
Sat Sep 12, 2015 6:04 pm
Forum: Blu-ray discs
Topic: The Age of Adaline (2015) playlist obfuscation
Replies: 13
Views: 32554

Re: The Age of Adaline (2015) playlist obfuscation

I used the method which involves making a decrypted backup then watching the segments stitched together based on the possible combinations (makemkvcon -r) and got to the same result for RedBox. Title information Name: The Age of Adaline Source file name: 00611.mpls Duration: 1:52:29 Chapters count: ...
by zeroepoch
Fri May 22, 2015 8:19 am
Forum: Blu-ray discs
Topic: Mortdecai Playlist
Replies: 6
Views: 15081

Re: Mortdecai Playlist

I spent quite a bit of time stitching together the m2ts files from the possible playlists and eventually eliminated all but: 00433.mpls = 511,508,506,520,502,512,513,514,518,501,510,505,509,517,516,507,519,504,503,515 This is for the RedBox version as someone else I think mentioned, but I just found...
by zeroepoch
Fri Mar 06, 2015 11:46 pm
Forum: Blu-ray discs
Topic: Hunger Games Mockingjay Part 1 - rental via RB
Replies: 20
Views: 52615

Re: Hunger Games Mockingjay Part 1 - rental via RB

Just wanted to confirm 00697.mpls for the Redbox Rental. Did the splicing and came up with the same result. For me with minimum length 600 sec it was track 290 instead of 417.
by zeroepoch
Tue Apr 08, 2014 5:30 am
Forum: Blu-ray discs
Topic: Ender's Game Bluray
Replies: 53
Views: 146532

Re: Ender's Game Bluray

FYI, tappinaway's script doesn't work because it assumes the first M2TS listed in the *.clpi file is the correct next item. For Ender's Game in the middle of the sequence it's the second listed M2TS file. I assume if you followed all possible paths it would produce almost the same lists at the *.mpl...
by zeroepoch
Tue Mar 11, 2014 9:33 am
Forum: General MakeMKV discussion
Topic: Determining correct title on BD with MULTIPLE titles
Replies: 19
Views: 74379

Re: Determining correct title on BD with MULTIPLE titles

For anyone else looking to extract track information in a text format for easier processing try: makemkvcon -r info dev:/dev/sr0 Then you can grep the output using the runtime to get the matching tracks and then the segment maps from the matching tracks. You're now back to watching the segments and ...
by zeroepoch
Fri Jan 03, 2014 1:58 am
Forum: MakeMKV for Linux
Topic: AACS errors on Fedora FC 19 X64
Replies: 51
Views: 108949

Re: AACS errors on Fedora FC 19 X64

I'd suggest that the configure script detect if EC curves work with the selected openssl library and if not automatically append -DOPENSSL_NO_EC to CFLAGS. This is what the configure script is suppose to do anyways. It detects your system configuration and adjusts to it. If this change was made for ...
by zeroepoch
Wed Dec 18, 2013 4:29 am
Forum: Blu-ray discs
Topic: Smurfs 2
Replies: 2
Views: 8365

Re: Smurfs 2

Confirmed that 0003 and 0004 have text in other languages during the intro. Also not sure what 0002 is but it's in English. I ripped 0001. This is for the Redbox BD rental.
by zeroepoch
Sat Dec 14, 2013 4:13 am
Forum: Blu-ray discs
Topic: MakeMKV 1.8.6 got problem on AACS
Replies: 8
Views: 18031

Re: MakeMKV 1.8.6 got problem on AACS

So, I tried 1.8.4 and 1.8.5 in Windows and they both work. When I reboot back into Linux after using Windows it doesn't work again in Linux. Something weird is going on. There is definitely a difference in the Linux build vs the Windows build. I ripped a ton of discs using 1.8.5 in Linux before this...
by zeroepoch
Sat Dec 14, 2013 2:53 am
Forum: Blu-ray discs
Topic: MakeMKV 1.8.6 got problem on AACS
Replies: 8
Views: 18031

Re: MakeMKV 1.8.6 got problem on AACS

I have the same problem with 1.8.6 and 1.8.7. Also a disc that use to work with 1.8.5 no longer works anymore when I downgrade to 1.8.5. According to the error message this makes sense. Error 'Scsi error - ILLEGAL REQUEST:COPY PROTECTION KEY EXCHANGE FAILURE - AUTHENTICATION FAILURE' occurred while ...
by zeroepoch
Sat Dec 14, 2013 2:17 am
Forum: Blu-ray discs
Topic: World War Z / After Earth / Homeland
Replies: 22
Views: 34994

Re: World War Z / After Earth / Homeland

It's still happening with 1.8.7. I think there is an issue with the Linux builds. I see from the changelog the AACS version is updated, but I'm still getting:

Code: Select all

Can't read AACS VID from disc - most likely current AACS host certificate is revoked by your drive