diff --git a/Home.md b/Home.md index ce56f43..a368170 100644 --- a/Home.md +++ b/Home.md @@ -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: . @@ -6,8 +10,22 @@ article: . The source code and comments of NRGrip also provide some information, of course. +Audio data +---------- -# Manual audio data extraction howto +Wikipedia again: + +Cue sheet +--------- + +Ressources: +- [CDRWIN 3.8 User's Guide](http://web.archive.org/web/20070221154246/http://www.goldenhawk.com/download/cdrwin.pdf) +- +- +- + +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: