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

  1.                 
  2.                 CDCLIP.EXE - CDROM Digital Audio Reader
  3.  
  4.  
  5. >>> PROGRAM DESCRIPTION <<<
  6.  
  7. CDCLIP will read "digital audio data" from an audio/music CD and
  8. store the data in an output file. Appropriate "jitter" control is
  9. performed to insure correct digital copies.
  10.  
  11. ***********************************************************************
  12.  
  13. >>> SUPPORTED DEVICES <<<
  14.  
  15. CDCLIP currently supports the following CDROM devices...
  16.  
  17.   HP       4020i
  18.   JVC      XR-W2001, XR-W2010
  19.   NEC      MULTISPIN 4X, MULTISPIN 6X
  20.   PHILIPS  CDD522, CDD2000
  21.   PINNACLE RCD-1000, RCD-5020, RCD-5040
  22.   PIONEER  DW-S114X
  23.   PLASMON  CDR4220
  24.   PLEXTOR  4PLEX, 6PLEX
  25.   SONY     CDU-920S, CDW-900E, CDU-561, CDU-8003, CDU-8003A,
  26.            CDU-8012, CDU-55S, CDU-76S
  27.   TOSHIBA  3401, 3501, 3601, 3701, 5301, 5401
  28.   YAMAHA   CDR100, CDR102
  29.  
  30. NOTE: The Toshiba 3501 (manufactured before January 1995) has bugs
  31. in its audio data reading firmware. If you experience problems on
  32. the 3501, you will have to use the /NJC switch to turn off jitter
  33. correction. As a result, you may not get 100% perfect copies of the
  34. original data.
  35.  
  36. **********************************************************************
  37.  
  38. >>> COMMAND LINE USAGE <<<
  39.  
  40. Usage: CDCLIP <imagefile> [/START=<start>] [/END=<end>] [/TRACK=n]
  41.          [/APPEND] [/ID=adapter:id:lun] [/CDG] [/DATA] [/NJC]
  42.          [/SPEED=n] [/BIN] [/MOT] [/WAV]
  43. imagefile - Output image data file
  44. /START    - Starting MSF/LBA (default is start of disc)
  45. /END      - Ending MSF/LBA (default is end of disc)
  46. /TRACK    - Copy specified track number (1 to 99)
  47. /APPEND   - Append data to existing file
  48. /ID       - SCSI ID of CDROM drive (default is first found)
  49. /CDG      - Enable reading of CD+G subcodes
  50. /DATA     - Enable reading of raw data sectors
  51. /NJC      - Disable 'jitter correction'
  52. /SPEED=n  - Audio reading speed (default is maximum)
  53. /BIN      - Write output file in Intel binary format (default for data)
  54. /MOT      - Write output file in Motorola binary format
  55. /WAV      - Write output file in WAV format (default for audio)
  56. e.g. CDCLIP /START=10:14:36 /END=13:55:11 /WAV TEST.WAV
  57. e.g. CDCLIP /START=106232 /END=124443 /BIN TEST.BIN
  58. e.g. CDCLIP /TRACK=5 /ID=0:3:0 /SPEED=4 /APPEND /MOT TEST.MOT
  59.  
  60.     The switches /START and /END specify the starting and ending
  61. address of the data to copy. The address can be either a "logical
  62. block address" or a "physical time address". Logical blocks start
  63. at zero and physical time starts at 00:02:00. The default values
  64. for /START and /END are the first and last blocks on the disc.
  65.  
  66.     NOTE: Some CD readers have problems locating the last readable
  67. block on a disc. If this happens, you will have to explicitly specify
  68. the ending address. Use TOC.EXE to display the disc's table-of-contents
  69. and use the LBA of the leadout track minus one. Some readers also have
  70. problems reading the last few blocks before the leadout track, so you
  71. might have to subtract two or three from the leadout LBA.
  72.  
  73.     The /TRACK switch can be used instead of /START and /END to
  74. specify that an entire track be copied to the output file. NOTE:
  75. This will also copy the pregap from the next track (if it exists).
  76.  
  77.    The /SPEED switch can be used to change the reading speed of
  78. the CDROM drive (not supported by all models). This can be used
  79. to slow down very fast drives such as the Plextor 6Plex.
  80.    
  81.    The /APPEND switch can be used to append additional audio data
  82. to an existing file.
  83.  
  84. **********************************************************************
  85.  
  86. Please send all suggestions, comments, and bug reports to...
  87.  
  88. Jeff Arnold
  89. 125 Indian Rock Road
  90. Merrimack, NH 03054
  91.  
  92. Phone: 603-424-0269
  93. FAX  : 603-429-0073
  94.  
  95. URL  : http://www.mainstream.net/goldenhawk
  96. EMAIL: jarnold@mainstream.net
  97.  
  98. **********************************************************************
  99.  
  100. Updated on APRIL 5, 1996
  101.  
  102.