By Thinkman · November 29, 2008
Mac OSX Leopard creates disc images in .cdr format by default. If you need a standard .iso file — for use on Windows, Linux, or with other burning tools — here is the quickest way to do it using only tools built into the OS. No third-party software required.
Credit for this method goes to Andy Peters — the original post is no longer online but the technique remains valid.
.cdr file.cd ~/Desktop
FILENAME with your actual file name:
hdiutil makehybrid -iso -joliet -o FILENAME.iso FILENAME.cdr
.iso file is ready to burn or use anywhere.-joliet flag adds Windows compatibility to the ISO — useful if the disc needs to be read on non-Mac systems..cdr files directly.