Announcement

Collapse
No announcement yet.

Error converting CUE+ISO+WAV

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error converting CUE+ISO+WAV

    I just recently bought DTPA like with in the past few minutes.

    Since one of the really nice features of DTPA is converting other disc images over to compressed MDS+MDF...I'd really love to be able to do this via command line so I can batch process disc's...rather than manually doing stuff my self...a GUI to do this type thing would be nice....but really via CLI is what I'm looking for and it would tickle me pink to have it.

    Anyways to the main reason for this thread...I'm running into an issue reading the source disc backup thats in CUE+ISO+WAV...and its not limited to just one...all backups mount fine in DTPA & can be stored from mount to compressed MDS+MDF fine.

    Copy of generic CUE file below:
    Code:
    FILE Track01.wav WAVE
      TRACK 01 AUDIO
        INDEX 01 00:00:00
    FILE Track02.iso BINARY
      TRACK 02 MODE1/2048
        PREGAP 00:03:00
        INDEX 01 00:00:00
    FILE Track03.wav WAVE
      TRACK 03 AUDIO
        PREGAP 00:02:00
        INDEX 01 00:00:00
    FILE Track04.wav WAVE
      TRACK 04 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track05.wav WAVE
      TRACK 05 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track06.wav WAVE
      TRACK 06 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track07.wav WAVE
      TRACK 07 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track08.wav WAVE
      TRACK 08 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track09.wav WAVE
      TRACK 09 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track10.wav WAVE
      TRACK 10 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track11.wav WAVE
      TRACK 11 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track12.wav WAVE
      TRACK 12 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track13.wav WAVE
      TRACK 13 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track14.wav WAVE
      TRACK 14 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track15.wav WAVE
      TRACK 15 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track16.wav WAVE
      TRACK 16 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track17.wav WAVE
      TRACK 17 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track18.wav WAVE
      TRACK 18 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track19.wav WAVE
      TRACK 19 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track20.wav WAVE
      TRACK 20 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track21.wav WAVE
      TRACK 21 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track22.wav WAVE
      TRACK 22 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track23.wav WAVE
      TRACK 23 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track24.wav WAVE
      TRACK 24 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track25.wav WAVE
      TRACK 25 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track26.wav WAVE
      TRACK 26 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track27.wav WAVE
      TRACK 27 AUDIO
        PREGAP 00:00:00
        INDEX 01 00:00:00
    FILE Track28.iso BINARY
      TRACK 28 MODE1/2048
        PREGAP 00:03:00
        INDEX 01 00:00:00

  • #2
    Please report what error you get exactly and at which moment
    during conversion.

    Comment


    • #3
      "Failed to read source image."

      1%
      Elapsed Time: 2 sec

      Note:
      Not sure if this will may any sort of diff but WAV files where stored as APE then converted back to WAV to attempt converting to compressed MDS+MDF
      Last edited by Nologic; 01.03.2008, 18:00.

      Comment


      • #4
        Re: Bad Wave Files

        If i recall correctly there is such a thing as wave headers. You can end up with different kinds of files. You at least need 16 bit, 44.1 kHz stereo but these are not the only wav file requirements.

        Obviously re-ripping is best. The problem lies in the fact that DAEMON Tools doesn't load MP3 cuesheets or APE and some people compress their ripped CDs this way. But there are other options to find the source of the problem.

        Your track 2 and 28 don't don't look exactly like the other sound files and usually data files are stored in another session of the disc instead of as a track.

        Some ideas to test the validity of your files:
        a) Mount your CUE with Virtual CloneDrive then listen to the songs with a software cd player. Try listening to all the tracks.
        b) Try dragging the files into a nero audio cd compliation and playin in the interface then burning to the Image Recorder. Then mount this image in daemon tools and use a windows software application to listen to the sounds. Try listening to all the tracks.
        c) You can try to open your wav files in Exact Audio Copy's Sound Editor.
        the modern world:
        net helpmsg 4006

        Comment


        • #5
          Yeah I'm guessing the issue is with the abnormal file layout...these are NEC Turbo Grafix CD backups...just seems odd that I can mount them and create compressed MDS+MDF's...but I can't go file to file.

          Audio all tests out fine...now I got to see if I can come up with a hackish AutoIt script to automate the conversion.

          Comment

          Working...
          X