NRG
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (PRONOM) |  (more precise identification) | ||
| Line 9: | Line 9: | ||
| == 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 == | ||
Revision as of 14:16, 25 October 2023
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
- https://telparia.com/fileFormatSamples/archive/nrg/test.nrg

