home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / mac / SiteBldr / AMOVIE / SDK / _SETUP / COMMON.Z / icdraw.txt < prev    next >
Encoding:
Text File  |  1996-05-14  |  1.7 KB  |  45 lines

  1.  
  2. The ICDraw filter
  3. =================
  4.  
  5. If you have a motion JPEG card that you use to do hardware assisted playback
  6. of Motion JPEG compressed .AVI files, you will need to activate this filter
  7. in ActiveMovie in order to get hardware accelerated playback from ActiveMovie.
  8.  
  9. To activate the filter, double click on the ICDRAW.REG file in the tools 
  10. directory of the ActiveMovie SDK, or from a command prompt, type 
  11. "regedit icdraw.reg".  Now whenever you play a Motion JPEG compressed AVI,
  12. your hardware should be used to accelerate its playback.
  13.  
  14. This may not work on your card, if the card is installed in system.ini as a
  15. VIDC device instead of VIDS device.  If you are still having trouble, try the
  16. following:  look in system.ini for an entry like
  17.  
  18. system.ini
  19. [drivers]
  20. vidc.mjpg=driver.drv
  21.  
  22. where driver.drv is the name of the decompression driver supplied by the
  23. manufacturer of the Motion JPEG card.  Remember what the four letters after the
  24. "vidc." are and use them as follows to put an entry in win.ini.  It may or may
  25. not be "mjpg" and there may be more than one you will have to try
  26.  
  27. win.ini
  28. [ICDraw]
  29. TryVIDC=mjpg
  30.  
  31. where "mjpg" is the four letter code you found in system.ini
  32.  
  33. As a last resort, you can leave it blank after the equal sign.  This will try
  34. every driver installed, and probably will work, but will make opening up and
  35. playing .AVI files (any .AVI file) take longer on your system than if you
  36. find the right one and specify it.
  37.  
  38. win.ini
  39. [ICDraw]
  40. TryVIDC=
  41.  
  42. If you as an ISV or IHV would like to redistribute this text file and the
  43. ICDRAW.REG file with your product, you may do so, subject to the normal
  44. redistribution restrictions.
  45.