|
|
|
@ -1,4 +1,8 @@ |
|
|
|
|
# About the NRG image format |
|
|
|
|
Ressources |
|
|
|
|
========== |
|
|
|
|
|
|
|
|
|
About the NRG image format |
|
|
|
|
-------------------------- |
|
|
|
|
|
|
|
|
|
A good reference about the metadata format is the corresponding Wikipedia |
|
|
|
|
article: <https://en.wikipedia.org/wiki/NRG_(file_format)>. |
|
|
|
@ -6,8 +10,22 @@ article: <https://en.wikipedia.org/wiki/NRG_(file_format)>. |
|
|
|
|
The source code and comments of NRGrip also provide some information, of |
|
|
|
|
course. |
|
|
|
|
|
|
|
|
|
Audio data |
|
|
|
|
---------- |
|
|
|
|
|
|
|
|
|
Wikipedia again: <https://en.wikipedia.org/wiki/Compact_Disc_Digital_Audio> |
|
|
|
|
|
|
|
|
|
Cue sheet |
|
|
|
|
--------- |
|
|
|
|
|
|
|
|
|
# Manual audio data extraction howto |
|
|
|
|
Ressources: |
|
|
|
|
- [CDRWIN 3.8 User's Guide](http://web.archive.org/web/20070221154246/http://www.goldenhawk.com/download/cdrwin.pdf) |
|
|
|
|
- <https://en.wikipedia.org/wiki/Cue_sheet_(computing)> |
|
|
|
|
- <http://wiki.hydrogenaud.io/index.php?title=Cue_sheet> |
|
|
|
|
- <https://wayback.archive.org/web/20160201021136/http://digitalx.org/cue-sheet/syntax/> |
|
|
|
|
|
|
|
|
|
Manual audio data extraction howto |
|
|
|
|
================================== |
|
|
|
|
|
|
|
|
|
Just for fun, it is possible to extract manually the audio data from an NRG |
|
|
|
|
image, after displaying its metadata with NRGrip. However, this will work only |
|
|
|
@ -30,8 +48,8 @@ To extract the raw audio data (substitute `${FIRST_AUDIO_BYTE}` and |
|
|
|
|
dd iflag=count_bytes,skip_bytes if=image.nrg of=image.raw \ |
|
|
|
|
bs=4M skip=${FIRST_AUDIO_BYTE} count=${NB_AUDIO_BYTES} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Notes on cue sheet extraction |
|
|
|
|
Notes on cue sheet extraction |
|
|
|
|
============================= |
|
|
|
|
|
|
|
|
|
From Wikipedia: |
|
|
|
|
|
|
|
|
|