NRG
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
(→Software: Add CDEmu.) |
||
Line 20: | Line 20: | ||
== Software == | == Software == | ||
* [https://github.com/saur0n/nrg2iso NRG to ISO] | * [https://github.com/saur0n/nrg2iso NRG to ISO] | ||
+ | * [https://cdemu.sourceforge.io CDEmu] via [https://cdemu.sourceforge.io/about/libmirage libMirage] | ||
== Links == | == Links == |
Revision as of 21:39, 31 July 2025
NRG is a CD image format associated with the Nero Burning ROM software.
Contents |
Identification
An ASCII signature appears near the end of the file:
- either "
NERO
" with 4 bytes following (32 bit offset), - or "
NER5
" with 8 bytes following (64 bit offset).
Nero's file format is built on this footer and has no header.
Sample files
- libcdio → libcdio-2.0.0.tar.bz2 → test/data/*.nrg
- dexvert samples — archive/nrgtest.nrg
Software
- NRG to ISO
- CDEmu via libMirage