Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

jheronimus/makeiso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

makeiso

Simple utility to make iso files out of formats popular in data hoarding preservation. Should work under any *nix.

makeiso foo.nrg   →   foo.iso
makeiso *.mdf     →   one .iso per file

Supported Formats

Format Extension Notes
Nero .nrg v1 (pre-Nero 5.5) and v2 (NER5/NERO footer)
Alcohol 120% .mdf Raw 2352-byte sector images
CloneCD .ccd Descriptor file; companion .img must be present
BIN/CUE .bin Companion .cue file must be present

Note: .bin images that contain audio (CDDA) tracks will produce a warning. Only data tracks are converted; audio tracks cannot be included in an ISO image.

Installation

make install

Compiles the binary and installs it to /usr/local/bin/makeiso.

To install to a custom prefix:

make install PREFIX=$HOME/.local

To uninstall:

make uninstall

Usage

# Convert a single file
makeiso image.nrg

# Convert multiple files
makeiso *.mdf

# Overwrite existing .iso files
makeiso --force image.bin

# Show help
makeiso --help

License

MIT

About

Convert CD image files (.nrg, .mdf, .ccd, .bin) to ISO 9660

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors