DiscImageCreator

F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by F1ReB4LL »

/viewtopic.php?p=53298#p53298 -- what do you think about "Assassin's Creed - Brotherhood (Japan) (Premium Disc)"? How can it have CSS, but no protected files?
User avatar
Nexy
Posts: 729
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by Nexy »

Any word on that safedisc switch? I would really like to examine these sectors without having to fix the disc offset.
Plextor PX-760A 1.07 (+30) : Plextor PX-716SA 1.11 (+30) : Plextor PX-W5224A 1.04 (+30) : Plextor PX-W4824 1.07 (+30) : Plextor PX-W4012TA 1.07 (+98) : Plextor PX-W1610TA (+99) : Plextor PX-W1210TA 1.10 (+99) : Lite-On LTR-48246S (+6) : Lite-On LTR-52246S (+6) : Lite-On LH-20A1H LL0DN (+6) : BenQ DW1655 BCIB (+618) : ASUS DRW-2014L1 1.02 (+6) : Yamaha CRW-F1 (+733) : Optiarc SA-7290H5 1H44 (+48) : ASUS BW-16D1HT 3.02 (+6)
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

F1ReB4LL wrote:Could you explain that? What offset should be used for the B&W discs, for the Color discs, for the Jr. discs, for the XP discs?
http://www.mediafire.com/file/zsdsslyhq … 29.7z/file
If /vn 18032 is set, wav file isn't decoded properly and the last frame of previous track appears to the 1st frame of current track.
F1ReB4LL wrote:How can it have CSS, but no protected files?
1. How about other app (DVDDecrypter, AnyDVD)?
2. Before execute CSS.exe, try to copy VTS_xx_x.VOB to any directory. If "Copy protection error" dialog shows, CSS exists.
Nexy wrote:Any word on that safedisc switch?
Do not use EccEdc.exe (move to other directory or rename app name).
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
User avatar
Nexy
Posts: 729
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by Nexy »

OK, wish you had said so before.
Plextor PX-760A 1.07 (+30) : Plextor PX-716SA 1.11 (+30) : Plextor PX-W5224A 1.04 (+30) : Plextor PX-W4824 1.07 (+30) : Plextor PX-W4012TA 1.07 (+98) : Plextor PX-W1610TA (+99) : Plextor PX-W1210TA 1.10 (+99) : Lite-On LTR-48246S (+6) : Lite-On LTR-52246S (+6) : Lite-On LH-20A1H LL0DN (+6) : BenQ DW1655 BCIB (+618) : ASUS DRW-2014L1 1.02 (+6) : Yamaha CRW-F1 (+733) : Optiarc SA-7290H5 1H44 (+48) : ASUS BW-16D1HT 3.02 (+6)
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by F1ReB4LL »

sarami wrote:If /vn 18032 is set, wav file isn't decoded properly and the last frame of previous track appears to the 1st frame of current track.
How to find out the proper offset for each disc, then? Can DIC autodetect it? We have 4 dumpers waiting for a proper VideoNow dumping solution (and we still need to add your own dumps, so, 5 dumpers total).
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

F1ReB4LL wrote:How to find out the proper offset for each disc, then?
1st non zero bytes are here.

Code: Select all

            // VideoNow Color Jr. XP
            CONST BYTE aVideoNowBytes[] = {
                0x81, 0xe3, 0xe3, 0xc7, 0xc7, 0x81, 0x81, 0xe3,
            };
            // VideoNow B&W
            CONST BYTE aVideoNowBytesOrg[] = {
                0xe1, 0xe1, 0xe1, 0x01, 0xe1, 0xe1, 0xe1, 0x00,
            };
F1ReB4LL wrote:Can DIC autodetect it?
Yes.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
F1ReB4LL
Posts: 3395
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by F1ReB4LL »

sarami wrote:
F1ReB4LL wrote:Can DIC autodetect it?
Yes.
"/vn" without val for autodetection?
sarami
Posts: 1762
Joined: Mon Jun 08, 2026 1:27 am

Re: DiscImageCreator

Post by sarami »

F1ReB4LL wrote:"/vn" without val for autodetection?
Yes.
DiscImageCreator, UmdImageCreator, Conv2multiBin, bin2wav, PS3Auth (needs login), [url=http://www.mediafire.com/file/5cgoy11x6ahc7qh/%2523recompressTo7z_20150109.bat/file]recompressTo7z_20150109.bat[/url]
User avatar
Nexy
Posts: 729
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by Nexy »

the /r command is in the audio section in the source instead of the data section, can you fix that? I'm trying to do some backwards dumping of a Tages CD. Could you add that option to DVD as well?

Also the SafeDisc sectors are fully readable other than the byte 312 error, I need to do some test reads of them many times to see if they differ at all, but I think they don't and this is a false error. The EDC/ECC is always showing errors. Only question I have is does the drive make up any data after this byte or is it actually good as well.
Last edited by Nexy on Fri Jul 26, 2019 3:29 am, edited 1 time in total.
Plextor PX-760A 1.07 (+30) : Plextor PX-716SA 1.11 (+30) : Plextor PX-W5224A 1.04 (+30) : Plextor PX-W4824 1.07 (+30) : Plextor PX-W4012TA 1.07 (+98) : Plextor PX-W1610TA (+99) : Plextor PX-W1210TA 1.10 (+99) : Lite-On LTR-48246S (+6) : Lite-On LTR-52246S (+6) : Lite-On LH-20A1H LL0DN (+6) : BenQ DW1655 BCIB (+618) : ASUS DRW-2014L1 1.02 (+6) : Yamaha CRW-F1 (+733) : Optiarc SA-7290H5 1H44 (+48) : ASUS BW-16D1HT 3.02 (+6)
user7
Posts: 2489
Joined: Mon Jun 08, 2026 1:26 am

Re: DiscImageCreator

Post by user7 »

https://drive.google.com/file/d/1t_nCkh … sp=sharing

Sarami, here is an unlicensed PS2 disc that does not work with /sf flag. I wonder if there are any clues for getting this one to dump? I have been buying many unlicensed PS2 discs lately, some of them behave very strangely, others dump fine with /sf.
All my posts and submission data are released into Public Domain / CC0.
Post Reply