mercoledì 15 luglio 2009

mdf2iso go to retirement

I've today update code from git version of Iso9660 Analyzer Tool, with this version 0.1.6.git, I've replaced all function of mdf2iso as export from image a Cue sheet file or TOC file.

Why change application ?

Well, I've write some table for understand it.



BINARY IMAGE : are images without proprietary header on image or images not compressed ( as mdf, img, bin, dat )
BINARY IMAGE WITH PROPRIETARY HEADER : are images with proprietary info on the header or on the foot of image ( as nrg )
BINARY IMAGE COMPRESSED : are images compressed with zlib ( as uif )
BINARY IMAGE ( UNKNOWN ) : are images not tested, but work because are not compressed.



Mode 1 / 2352 : CD GAME, CD with Mp3, CD with Xvid....
Mode 1 /2448 : CD GAME with protection.
Mode 2 / 2336 (VCD/SVCD) SVCD/VCD
Mode 2 / 2352 (VCD/SVCD )SVCD/VCD



DATA CD / DVD ISO9660 IMAGE
VCD/SVCD CD-ROM XA is an extension of the Yellow Book
AUDIO CD Compact Disc Digital Audio system, or CDDA

About IAT, is still in develop and BINARY IMAGE COMPRESSED and CD AUDIO are on plan.

Download 0.1.6 of iat from here or if you want last code all time



git clone git://git.berlios.de/iat


How to compile

./autogen.sh
make
make install