home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / CDR / DAO.21C / MAKECUE.TXT < prev    next >
Encoding:
Text File  |  1996-04-14  |  3.2 KB  |  94 lines

  1.  
  2.               MAKECUE.EXE - Automatic CUE SHEET Generator
  3.  
  4.  
  5. PROGRAM DESCRIPTION                   
  6. -------------------
  7.  
  8.     MAKECUE.EXE will automatically generate a CUE SHEET for any audio
  9. disc by scanning the subcode-Q data looking for track/index changes.
  10. The cue sheet can then be used by DAO.EXE to produce virtually identical
  11. copies of the original disc.
  12.  
  13.  
  14. SUPPORTED DEVICES    
  15. -----------------
  16.  
  17.     Most CDROM drives/recorders are capable of reading subcode-Q data,
  18. but some cannot. Drives that cannot read subcode-Q include the HP4020i
  19. and Philips CDD522/CDD2000. You will receive an error if you attempt to
  20. use MAKECUE on an unsupported drive.
  21.  
  22.     I do not recommend using MAKECUE on the Toshiba 3501. This drive has
  23. a number of firmware bugs related to the of reading subcode-Q data and
  24. will either not work at all or produce incorrect cue sheets.
  25.  
  26.     The Yamaha CDR100/CDR102 does not correctly return the subcode-Q
  27. data for any audio disc where the first track starts at a time other
  28. than 00:02:00 (uncommon). This is the only bug that I have *ever*
  29. found on the Yamaha... I'm so disappointed :-)
  30.  
  31.  
  32. COMMAND LINE USAGE
  33. ------------------
  34.  
  35. Usage: MAKECUE <cuefile> [/ID=adapter:id:lun]
  36.          [/ABSOLUTE] [/ALL] [/THRESH=n]
  37. cuefile   - Output CUE SHEET file
  38. /ID       - SCSI ID of CDROM drive (default is first found)
  39. /ABSOLUTE - Output absolute index times (default is relative)
  40. /ALL      - Scan disc for all indexes (default is indexes 0/1 only)
  41. /THRESH   - Fast scan threshold (default is 300 sectors)
  42. e.g. MAKECUE TEST.CUE
  43. e.g. MAKECUE TEST.CUE /ID=0:3:0 /ALL
  44. e.g. MAKECUE TEST.CUE /ABSOLUTE /THRESH=450
  45.  
  46.  
  47. HOW TO USE MAKECUE
  48. ------------------
  49.  
  50.     MAKECUE can only be used to scan audio tracks. It cannot be used
  51. to scan "data" tracks (no CDROM drive on the market allows you to read
  52. the subcode-Q of a data track). If you attempt to scan a mixed-mode
  53. disc with both data and audio tracks, MAKECUE will start scanning at
  54. the first audio track.
  55.  
  56.     The default is to scan a disc only for INDEXES zero (pregap) and
  57. one (audio data). Since 99% of all discs do not use indexes greater
  58. than one, this is the fastest way to scan a disc. If you choose to use
  59. the /ALL option, it could take as long as 74 minutes to completely scan
  60. the disc for all indexes. The /THRESH option is used to specify the
  61. largest pregap (index 0) that you expect to find on the disc. Most discs
  62. don't have pregaps longer than 150 sectors (so the default of 300 sectors
  63. is more than enough). The larger the threshold, the longer it will take
  64. to scan the disc.
  65.  
  66. Here is a simple example that will make a copy of any audio disc...
  67.  
  68.   C:\>CDCLIP AUDIO.WAV
  69.  
  70.   C:\>MAKECUE AUDIO.CUE
  71.  
  72.   Edit AUDIO.CUE to include the name of the AUDIO.WAV file.
  73.  
  74.   C:\>DAO AUDIO.CUE
  75.  
  76. **********************************************************************
  77.  
  78. Please send all suggestions, comments, and bug reports to...
  79.  
  80. Jeff Arnold
  81. 125 Indian Rock Road
  82. Merrimack, NH 03054
  83.  
  84. Phone: 603-424-0269
  85. FAX  : 603-429-0073
  86.  
  87. URL  : http://www.mainstream.net/goldenhawk
  88. EMAIL: jarnold@mainstream.net
  89.  
  90. **********************************************************************
  91.  
  92. Updated on APRIL 5, 1996
  93.  
  94.