Search found 53 matches

by jemima
Wed Nov 08, 2023 7:16 pm
Forum: Advanced MakeMKV usage
Topic: ssif.smap-to-ssif tool
Replies: 6
Views: 6242

Re: ssif.smap-to-ssif tool

BTW I still have no real idea why I would need this.
E.g. to recreate the original files as on the BD, in case you want to use that structure with anything other than MakeMKV, which doesn't understand the *.smap files?
by jemima
Wed Nov 08, 2023 1:52 am
Forum: General MakeMKV discussion
Topic: Uderstanding SSIF.SMAP
Replies: 27
Views: 53743

Re: Uderstanding SSIF.SMAP

In case someone still needs a tool, to re-generate the *.ssif files from the *.m2ts files using the *.ssif.smap files, I've posted one before at ssif.smap-to-ssif tool.
by jemima
Wed Nov 08, 2023 1:50 am
Forum: Advanced MakeMKV usage
Topic: ssif.smap-to-ssif tool
Replies: 6
Views: 6242

ssif.smap-to-ssif tool

Hey. Just in case anyone else would have also a need for this. Below is a little Python script that generates the *.ssif files from the *.m2ts files using the *.ssif.smap files: #!/usr/bin/python3 import sys import os import argparse import re smap_file_header = "# SSIF MAP FILE v1\n" defa...
by jemima
Mon Oct 23, 2023 4:13 pm
Forum: General MakeMKV discussion
Topic: some questions on how MakeMKV works
Replies: 6
Views: 3205

Re: some questions on how MakeMKV works

@MrPenguin ... no, haven't tried that yet. But in principle it's even enough for me properly read the still encrypted BluRay structure (as long as the key is known in KEYDB.cfg)... once I have that, I can just play it in Linux, from the copy.

@dcoke22 Ah, thanks for the pointer.
by jemima
Sun Oct 22, 2023 3:22 am
Forum: General MakeMKV discussion
Topic: some questions on how MakeMKV works
Replies: 6
Views: 3205

Re: some questions on how MakeMKV works

Thanks. btw: I just checked it at least on one example, there the files created by MakeMKV's Backup function with decryption disabled, ... were bitwise identical to all files copied from the Bluray with cp -a (while MakeMKV was running, and thus the device in Libre mode). However, there was one addi...
by jemima
Sun Oct 22, 2023 12:24 am
Forum: MakeMKV for Linux
Topic: [SOLVED] shouldn't a key in KEYDB.cfg be enough?
Replies: 1
Views: 5557

Re: shouldn't a key in KEYDB.cfg be enough?

I think I might have found the answer for why it didn't work. Since it's likely no Linux issues, I posted my assumption (asking for confirmation) in a new thread in the general forum.

Thanks
by jemima
Sat Oct 21, 2023 10:17 pm
Forum: General MakeMKV discussion
Topic: some questions on how MakeMKV works
Replies: 6
Views: 3205

some questions on how MakeMKV works

Hey. I recently bought a LibreFriendly device (Pioneer BDR-XS07TUHD, FW 1.02) from @asmcom in order to play&backup my UHD BluRays on Linux. I've been used to being able to play normal (non-UHD) BluRays directly under Linux (e.g. with mpv) as long as the key was already present in the well-known ...
by jemima
Thu Oct 19, 2023 4:44 am
Forum: MakeMKV for Linux
Topic: [SOLVED] shouldn't a key in KEYDB.cfg be enough?
Replies: 1
Views: 5557

[SOLVED] shouldn't a key in KEYDB.cfg be enough?

Hey. I have a UHD BluRay for which the SHA1 of AACS/Unit_Key_RO.inf already has an entry in the well-known KEYDB.cfg file. Shouldn't that be already enough to play it with e.g. mpv? I mean without the need to process it with MakeMKV or similar first? But mpv complains about an unknown file format so...