Convert Nero Images to ISO

Converting a weird Nero Burning Rom Image file (*.nrg) to a standardized iso. Seems like Nero is adding some bytes to the beginning of the image, so use this:

# dd bs=1k if=Image.nrg of=Image.iso skip=300

Mileage may vary…