NRG
From Just Solve the File Format Problem
(Difference between revisions)
| (5 intermediate revisions by 4 users not shown) | |||
| Line 3: | Line 3: | ||
|subcat=Disk Image Formats | |subcat=Disk Image Formats | ||
|extensions={{ext|nrg}} | |extensions={{ext|nrg}} | ||
| + | |wikidata={{wikidata|Q1213743}} | ||
| + | |pronom={{PRONOM|fmt/1743}} | ||
}} | }} | ||
'''NRG''' is a [[CD]] image format associated with the ''Nero Burning ROM'' software. | '''NRG''' is a [[CD]] image format associated with the ''Nero Burning ROM'' software. | ||
== Identification == | == Identification == | ||
| − | + | An ASCII signature appears near the end of the file: | |
| + | * either "{{magic|NERO}}" with 4 bytes following (32 bit offset), | ||
| + | * or "{{magic|NER5}}" with 8 bytes following (64 bit offset). | ||
| + | Nero's file format is built on this footer and has no header. | ||
== Sample files == | == Sample files == | ||
* [https://www.gnu.org/software/libcdio/ libcdio] → [https://ftp.gnu.org/gnu/libcdio/libcdio-2.0.0.tar.bz2 libcdio-2.0.0.tar.bz2] → test/data/*.nrg | * [https://www.gnu.org/software/libcdio/ libcdio] → [https://ftp.gnu.org/gnu/libcdio/libcdio-2.0.0.tar.bz2 libcdio-2.0.0.tar.bz2] → test/data/*.nrg | ||
| − | * https:// | + | * {{DexvertSamples|archive/nrg}}test.nrg |
| + | |||
| + | == Software == | ||
| + | * [https://github.com/saur0n/nrg2iso NRG to ISO] | ||
| + | * [[CDemu]] | ||
== Links == | == Links == | ||
Latest revision as of 19:01, 1 August 2025
NRG is a CD image format associated with the Nero Burning ROM software.
Contents |
[edit] 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.
[edit] Sample files
- libcdio → libcdio-2.0.0.tar.bz2 → test/data/*.nrg
- dexvert samples — archive/nrgtest.nrg