Add Ressources

Matteo Cypriani 2018-05-05 23:52:13 +02:00
parent 9790f6388e
commit ca5129fe51
1 changed files with 22 additions and 4 deletions

26
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 A good reference about the metadata format is the corresponding Wikipedia
article: <https://en.wikipedia.org/wiki/NRG_(file_format)>. 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 The source code and comments of NRGrip also provide some information, of
course. course.
Audio data
----------
# Manual audio data extraction howto Wikipedia again: <https://en.wikipedia.org/wiki/Compact_Disc_Digital_Audio>
Cue sheet
---------
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 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 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 \ dd iflag=count_bytes,skip_bytes if=image.nrg of=image.raw \
bs=4M skip=${FIRST_AUDIO_BYTE} count=${NB_AUDIO_BYTES} bs=4M skip=${FIRST_AUDIO_BYTE} count=${NB_AUDIO_BYTES}
Notes on cue sheet extraction
# Notes on cue sheet extraction =============================
From Wikipedia: From Wikipedia: