QUOTE
... or know of a solution to it?
try this:
1. rip the hole CD to one cdimage.wav & cdimage.cue File (e.g. with EAC)
2. convert the cdimage.wav file to cdimage.aac (or m4a or mp4
*)
3. cut the cdimage.aac + cdimage.cue with
CUE File Splitter v0.2 This tool only works with
AAC Files!
*4. for tagging convert the AAC Files to M4A.
remarks:
-it will sounds perfect, if you play these files with an gapless player.
-these Files are not 100% accurate to the cut time in cue file (cause the aac file is cutted aac-frame-accurate) but there is a solution to get back a cdimage.wav
***guide to convert mp4/m4a to aac:
http://home.wanadoo.nl/~w.speek/ivan&menno.htm this is a nice gui for:
Patched MP4creator For handling AAC audio MPEG version when wrapping in in MP4 - MPEG4ip v 0.9.8.4 - by Enrico Palmeri - updated version
http://rarewares.hydrogenaudio.org/mp4.html Extract it in the same directory as "ivan & menno.exe"
How to use:
go to the register "MP4Creator" --> Select "Convert MP4/M4A to AAC mpeg version as original" --> Add some Files and set the Output dirctory --> press go --> aacbatch.bat will be generated, start it and voila there are AAC Files
**get back AAC Files -->
*
copy binary the aac Files together, here a ultrasimple solution:
save the following code in join.bat:
CODE
@Echo off
cls
:: ==============================================================
:: = AAC Joiner =
:: = by ashyak =
:: ==============================================================
Echo ============================================================
Echo = ---AAC Joiner by ashyak--- =
Echo = =
Echo = =
Echo = all AAC files in the actual directory will binary =
Echo = merged together, to CDimage.aac =
Echo = other files (*.m3u, *.jpg usw) will be ignored! =
Echo ============================================================
Echo .
Echo ENTER = Start
Echo STRG + C = Abruch
Pause >nul
IF NOT EXIST *.aac goto error
copy /b *.aac BIGFILE
ren BIGFILE CDImage.aac
Echo .
Echo CDImage.aac succesfully created!!
Echo please check the correct file order!!
Echo .
Echo press enter......
Pause >nul
goto end
:error
Echo sorry, no aac files in the actual folder!! ENTER
Pause >nul
:end
Compare the new cdimage.aac with the old cdimage.aac, they have exactly the same content. With the cdimage.CUE File you can get back your AudioCD with 100% accurate time intersections (so never delete you cdimage.cue!!).
I think this is the best method to archive an AudioCD, aside from the irrelevance reduction of the aac Format.
....cu