Forums -> Super Sound -> dvdcpxm: new dvd-audio decrypting tool
| Full Version

Страницы: 1 [2]
xkodi
another document:

http://www.4centity.com/data/licensing/adopter/200312CPPM_Compliance_Rules_DVD_Audio2.pdf

says that 0x04 is the correct value of the CCI bits for unrestricted content, so

dvdcpxm and "Minnetonka discWelder CHROME" set it to 0x00

"DVDARipper 0.99f" and the document above set it to 0x04

obviously we need to test if standalone DVD-Audio players make a difference between those two values ...
bazil_snowman
xkodi
WinXP Pro SP2 Rus CPU AMD Athlon 64 X2 Dual Core 3600+ : dvdcpxm.exe not work;
WinXP Pro SP2 Eng CPU Pentium 4 : dvdcpxm.exe work;
Есть предположения почему?
xkodi
QUOTE (bazil_snowman @ 28-08-2007, 21:23)
xkodi
WinXP Pro SP2 Rus CPU AMD Athlon 64 X2 Dual Core 3600+ : dvdcpxm.exe not work;
WinXP Pro SP2 Eng CPU Pentium 4 : dvdcpxm.exe work;
Есть предположения почему?

i have no idea, but probably the problem is something in the RUS localized version of WinXP, so i build a version of dvdcpxm with UNICODE support, maybe that will help:

link: http://rapidshare.com/files/51995197/duc0.rar.html
archive password: n3tL4b%E2k@rU

also i build a version of dvdcpxm with UNICODE support, that also set the CCI bits to 0x04 (instead of 0x00 like the version above):

link: http://rapidshare.com/files/51997665/duc4.rar.html
archive password: n3tL4b%E2k@rU

because that value is the recommended one in section "3.3 Digital CCI Configuration" of the following document:

http://www.4centity.com/data/licensing/adopter/200312CPPM_Compliance_Rules_DVD_Audio2.pdf

"DVDARipper 0.99f" also uses 0x04 for CCI bits.

however, still the output of dvdcpxm and "DVDARipper 0.99f" is different, because "DVDARipper 0.99f" uses sequence of "CDFFFFFF..." for block padding and dvdcpxm uses sequence of "FFFFFFFF..." for block padding.
i don't know which one is more correct padding sequence, but i believe that it is "FFFFFFFF...", because "DVDARipper 0.99c" also uses that sequence and seems that "CDFFFFFF..." is some kind of bug introduced in "DVDARipper 0.99f", so for the time being the most accurate DVD-Audio ripper is:

link: http://rapidshare.com/files/51997665/duc4.rar.html
archive password: n3tL4b%E2k@rU

P.S.

"Minnetonka discWelder CHROME" also uses sequence of "FFFFFFFF..." for block padding, when creates DVD-Audio images, so seems that is the correct value.
bazil_snowman
xkodi
dvdcpxm with UNICODE support work on WinXP Pro SP2 Rus. Thank you very much.
P.S. Could you please give source code of this version?
yury_usa
xkodi
QUOTE
Metallica - Black Album (tried the dvdcpxm on that)
Diana Krall - When I Look In Your Eyes
Mike Oldfield - Tubular Bells
Olivia Newton-John - One Woman's Live Journey
Sara K. - No Cover
Megadeth - Peace Sells...But Who's Buying (tried the dvdcpxm on that)
Cannonball Adderley - Somethin' Else (1958)
The Doobie Brothers - The Captain And Me (2001)
Foo Fighters - One by One (tried the dvdcpxm on that)
Beck - Guero
Bjork - Vespertine (but i can't find the disc at the moment)
Iron Maiden - Dance of Death (tried the dvdcpxm on that)

Any chance we could see some of them? Thanks in advance :hi:
xkodi
QUOTE (bazil_snowman @ 29-08-2007, 19:42)
xkodi
dvdcpxm with UNICODE support work on WinXP Pro SP2 Rus. Thank you very much.
P.S. Could you please give source code of this version?
the original source code, that can be found here:

link: http://rapidshare.com/files/44120246/adv.rar.html
archive password: n3tL4b%E2k@rU

has UNICODE support.

the only difference between UNICODE and non-UNICODE version is in dvd_device.c :
use "CreateFile" API function for UNICODE compatible version and "CreateFileA" for non-UNICODE compatible version.
previous time when i compiled the source i modified it to use CreateFileA, so it was non-UNICODE, but the original source code above uses CreateFile, so it is UNICODE compatible.

also in libdvdcpxm.h, you can change the CCI bits reset value, originally it is "#define CCI_BYTE 0x00;", but more safe value is 0x04, so i changed it to "#define CCI_BYTE 0x04;".

that are the only two and they are very small changes to the original source code, that i made, so grab the original source code from the archive above.
xkodi
QUOTE (yury_usa @ 29-08-2007, 20:40)
xkodi
QUOTE
Metallica - Black Album (tried the dvdcpxm on that)
Diana Krall - When I Look In Your Eyes
Mike Oldfield - Tubular Bells
Olivia Newton-John - One Woman's Live Journey
Sara K. - No Cover
Megadeth - Peace Sells...But Who's Buying (tried the dvdcpxm on that)
Cannonball Adderley - Somethin' Else (1958)
The Doobie Brothers - The Captain And Me (2001)
Foo Fighters - One by One (tried the dvdcpxm on that)
Beck - Guero
Bjork - Vespertine (but i can't find the disc at the moment)
Iron Maiden - Dance of Death (tried the dvdcpxm on that)

Any chance we could see some of them? Thanks in advance :hi:
sure yury_usa, give me some time to prepare some of them for sharing, probably during the weekend, and then i will start sharing them with you.
yury_usa
QUOTE (xkodi @ 29-08-2007, 15:08)
QUOTE (yury_usa @ 29-08-2007, 20:40)
xkodi
QUOTE
Metallica - Black Album (tried the dvdcpxm on that)
Diana Krall - When I Look In Your Eyes
Mike Oldfield - Tubular Bells
Olivia Newton-John - One Woman's Live Journey
Sara K. - No Cover
Megadeth - Peace Sells...But Who's Buying (tried the dvdcpxm on that)
Cannonball Adderley - Somethin' Else (1958)
The Doobie Brothers - The Captain And Me (2001)
Foo Fighters - One by One (tried the dvdcpxm on that)
Beck - Guero
Bjork - Vespertine (but i can't find the disc at the moment)
Iron Maiden - Dance of Death (tried the dvdcpxm on that)

Any chance we could see some of them? Thanks in advance :hi:
sure yury_usa, give me some time to prepare some of them for sharing, probably during the weekend, and then i will start sharing them with you.
great! I am almost done downloading Olivia Newton-John :music:
Raven
QUOTE (yury_usa @ 29-08-2007, 22:11)
QUOTE (xkodi @ 29-08-2007, 15:08)
QUOTE (yury_usa @ 29-08-2007, 20:40)
xkodi
QUOTE
Metallica - Black Album (tried the dvdcpxm on that)
Diana Krall - When I Look In Your Eyes
Mike Oldfield - Tubular Bells
Olivia Newton-John - One Woman's Live Journey
Sara K. - No Cover
Megadeth - Peace Sells...But Who's Buying (tried the dvdcpxm on that)
Cannonball Adderley - Somethin' Else (1958)
The Doobie Brothers - The Captain And Me (2001)
Foo Fighters - One by One (tried the dvdcpxm on that)
Beck - Guero
Bjork - Vespertine (but i can't find the disc at the moment)
Iron Maiden - Dance of Death (tried the dvdcpxm on that)

Any chance we could see some of them? Thanks in advance :hi:
sure yury_usa, give me some time to prepare some of them for sharing, probably during the weekend, and then i will start sharing them with you.
great! I am almost done downloading Olivia Newton-John :music:
Юра Sara K. No Covers у нас уже есть
yury_usa
xkodi
we only need 5 discs now. I could share Cannonball Adderley and Olivia Newton. Now you can just use latest DVDFab with 1-click rip in "clone" mode (ISO + ini file for layer break).

QUOTE
Megadeth - Peace Sells...But Who's Buying
The Doobie Brothers - The Captain And Me (2001)
Foo Fighters - One by One
Beck - Guero
Bjork - Vespertine (but i can't find the disc at the moment)
Страницы: 1 [2]