Skip to content

The command-line tool that converts NERO image files (.nrg) to ISO image format (.iso)

License

Notifications You must be signed in to change notification settings

basrach/nrg2iso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nrg2iso

nrg2iso is a simple command-line tool that converts NERO image files (.nrg) to ISO format (.iso). ISO files are widely supported and offer greater compatibility across operating systems and disk mounting software. This utility allows you to easily convert proprietary NERO image files into standard ISO files.


Features

  • Converts .nrg files to .iso
  • Fast and efficient
  • Lightweight, minimal dependencies
  • Cross-platform support (Linux, macOS, Windows)

Installation

You can download the latest release from the Releases page.

Clone the repository and compile:

git clone https://github.com/basrach/nrg2iso.git
cd nrg2iso
go build .

Usage

Convert a .nrg file to .iso using the following syntax:

nrg2iso <input.nrg> <output.iso>

Example:

nrg2iso mydisk.nrg mydisk.iso

Options:

  • -h, --help : Display the help message.

About

The command-line tool that converts NERO image files (.nrg) to ISO image format (.iso)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages