home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD1.iso / MPEG / WFSMP11 / DOSUTIL / README.DOS < prev    next >
Encoding:
Text File  |  1995-04-06  |  1.2 KB  |  42 lines

  1.  
  2.                         MPEG DOS Player Version 1.00
  3.  
  4.     1. Copy the following files to the Hard Disk. Then run the MPEG.EXE or
  5.        VIDEOCD.EXE to playback MPEG-1 file/Video CD.
  6.  
  7.        DOSMOVIE.INI   - Hardware setting/initialization information file
  8.        MPEG.EXE       - MPEG-1 file player
  9.        VIDEOCD.EXE    - CD-I/Video CD player
  10.        AUTOPLAY.BAT   - Batch file to playback MPEG-1 file repeatly
  11.        MOVIECD.BAT    - Batch file to playback CD-I/Video CD repeatly
  12.        README.DOS     - This file
  13.  
  14.     2. You must disable the CD-ROM cache of SMARTDRV.EXE:
  15.  
  16.              C:\DOS\SMARTDRV /U
  17.  
  18.     3. The default I/O port, DMA channel, IRQ settings are:
  19.  
  20.        I/O Port:           250h-25Fh
  21.        DMA channel:        6
  22.        Audio/Video IRQ:    15
  23.        Video Frequency:    60 Hz (60Hz for NTSC,50Hz for PAL)
  24.  
  25.        You can modify the DOSMOVIE.INI to change these settings:
  26.  
  27.        ...
  28.        [Setting]
  29.        PortBase=250h
  30.        IRQ=15
  31.        DMA=6
  32.        ...
  33.        Frequency=60
  34.        ...
  35.  
  36.     4. For VideoCD/CD-I support,Check with your dealer to ensure compatibility
  37.        of your CD-ROM drive.
  38.  
  39.     5. You must use polling I/O instead of DMA transfer in the most drivers of
  40.        CD-ROM drives.
  41.  
  42.