Re: DiscImageCreator
Posted: Thu Jun 06, 2019 4:33 pm
Any idea about the checksum differences? C2 errors were fixed both times, but the checksums differ.
MMC-6 saysF1ReB4LL wrote:On one of my DVD Videos:
AnyDVD detects CSS there (VLC doesn't, though):CopyrightProtectionType: Unknown: c4
Btw, does plextor also output 0xc4?00h indicates there is no such data and 01h indicates a specific data structure for CSS/CPPM exists, and 02h indicates a specific data structure for CPRM exists, and 10h indicates a specific data structure exists for AACS with BD content. All other values are reserved.
Video player uses these keys to decrypt data. Key info doesn't need for user generally.F1ReB4LL wrote:And, speaking of DVD Videos: how to use the CSSKey.txt? How to convert those keys to something usable by AnyDVD or VLC?
Uploaded: http://www.mediafire.com/file/eq80y20l9 … st.7z/fileF1ReB4LL wrote:Any idea about the checksum differences? C2 errors were fixed both times, but the checksums differ.
Code: Select all
/c2 Continue reading CD to recover C2 error existing sector
val1 value to reread (default: 4000)
val2 0: reread sector c2 error is reported (default)
1: reread all (or from first to last) sector
val3 first LBA to reread (default: 0)
val4 last LBA to reread (default: end-of-sector)
val3, 4 is used when val2 is 1Code: Select all
C:\Users\HTPC\Desktop\Disc Image Creator\Programs\DiscImageCreator.exe cd H ISO\BORDER_DOWN\BORDER_DOWN.bin 32 /c2 20 1 320000 332000But the DIC dumps aren't decrypted and we need to convert the CSSKey keys to AnyDVD/VLC format somehow to use the images.sarami wrote:Video player uses these keys to decrypt data. Key info doesn't need for user generally.F1ReB4LL wrote:And, speaking of DVD Videos: how to use the CSSKey.txt? How to convert those keys to something usable by AnyDVD or VLC?
https://redump.info/disc/46961/Nexy wrote:I have problems with safedisc 2.9 discs sometimes, it seems they have some type of weak sectors towards the end of the disc. They get no C2 errors, but get EDC/ECC errors after descramble and I have to manually redump those sectors many times in iso buster after performing a seek to 150 to get a good dump of them.
So far two discs have this problem, disc 3 of original Splinter Cell version, and Need for Speed Hot Pursuit. I wonder if anyone else has encountered this?
CSS seems OK now for the discs I tested.
If RapidCRC is not present with test version, hashes are not calculated. Maybe forget I suggested this as the tool has no command line version.
Can you remove the 4 spaces from produced dat files , I have to manually remove them always when submitting dump hashes.
Hmm, nope, it dumps fine as CSSsarami wrote:Btw, does plextor also output 0xc4?

Decrypted image should be preserved in the db? To decrypt the DVD-VIDEO / BD-VIDEO / Wii / PS3 is legal act or not?F1ReB4LL wrote:But the DIC dumps aren't decrypted
VLC can play the encrypted images, because it has libdvdcss.F1ReB4LL wrote:we need to convert the CSSKey keys to AnyDVD/VLC format somehow to use the images.
Should be 0xc4 also recognized as CSS? Or 0xc4 is a firmware bug of AD-7200A?F1ReB4LL wrote:Hmm, nope, it dumps fine as CSS
I don't know, you're the programmersarami wrote:Should be 0xc4 also recognized as CSS? Or 0xc4 is a firmware bug of AD-7200A?F1ReB4LL wrote:Hmm, nope, it dumps fine as CSS
But it has also misdetected the regions: 1 2 3 4 5 6 7 8 instead of 2 5.We don't need the decrypted images, we need to know how to convert the keys from dump_CSSKey.txt to the AnyDVD/VLC(libdvdcss) format. You can use the encrypted iso images, but you need the decryption keys to play them.sarami wrote:Decrypted image should be preserved in the db? To decrypt the DVD-VIDEO / BD-VIDEO / Wii / PS3 is legal act or not?F1ReB4LL wrote:But the DIC dumps aren't decrypted

libdvdcss is open-source - https://github.com/xbmc/libdvdcss/tree/master/srcDoes it mean you want to get the titlekeys? If yes, I already supported to get it. /viewtopic.php?p=25089#p25089 https://github.com/saramibreak/CSS/releasesF1ReB4LL wrote:Every encrypted file has its own key. Please, find a way to convert dump_CSSKey.txt to the libdvdcss keys format