ccd2iso 0.2 review

Download
by rbytes.net on

ccd2iso is a CloneCD image to ISO image file converter. As I now move to Linux entirely, I still need some migration, specially fo

License: GPL (GNU General Public License)
File size: 0K
Developer: Danny Kurniawan
0 stars award from rbytes.net

ccd2iso is a CloneCD image to ISO image file converter.

As I now move to Linux entirely, I still need some migration, specially for my existing CloneCD images, I want to use them in Linux, and I can't find any converter to convert them to ISO to be mountable by Linux, so I try to make one...

Well... this is my first Linux Project, so don't be expecting much from me... I'm trying to make NRG2ISO (Nero image to ISO) converter, but still I have some difficulty to get the .nrg file format, hopefully someone out there can help me out...

Hopefully this will be so much usefull for someone out there as much as I do...

Please feel free to give any feedback.

Installation:

Just follow normal procedure:

./configure
make
make install

Usage:

Easy... normally you would have 3 file from CloneCD image, they are .ccd, .img, and .sub, just type:

ccd2iso < .img filename > < .iso filename >

for example:

ccd2iso myimage.img myimage.iso

Technical Stuff:

After some strange hacking through CloneCD's image file, I found that CloneCD is only dumping CD's raw data, thus together with 12 byte synchronization, 4 byte header, ECC, and EDC...

For now, only single session image supported, if multiple session image found, then the program will dump the first session only with an "Unrecognized sector mode" error... but the resulting file, will be mounted quite fine.

ToDo:

Better support for multisession image. (Hopefully this task is possible)
Add ISO Image compatible validation.
Create GUI Front-end.

What's New in This Release:
Fix for Mode 1 and Mode 2 sector type.

ccd2iso 0.2 keywords