home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 August / CICA.cdr / unzipped / nt / mpegw32 / readme.txt < prev   
Encoding:
Text File  |  1993-03-31  |  3.6 KB  |  90 lines

  1.  
  2. MPEGPLAY V1.0 (c) 1993 Michael Simmons
  3.  
  4. This is Release Version 1.0 of an MPEG player for WIN32(tm) and WIN32s(tm).
  5.  
  6. This player can play standard mpeg files that include P and B frame 
  7. encoding, and large 354x288 movie files. 
  8.  
  9. It has several display options including mono,gray scale,color dither and
  10. Full color (for Hicolor graphic cards).
  11.  
  12. To install the player under Windows 3.1(tm), Unzip the file disk1.zip
  13. to a floppy disk. Then, run the setup.exe file from Windows.
  14.  
  15. To install the player under Windows NT(tm) copy the files mpegplay.exe and
  16. mpegplay.hlp to a common directory. Then, create a new program item for the
  17. mpegplay.exe file via the File New option of the Program Manager.
  18.  
  19. The working directory must be the same as the program path. Otherwise
  20. the Online help file will not be found (see known bugs section at the end
  21. of this document.)
  22.  
  23. Read the Disclaimer in the online Help before loading any mpeg movie files.
  24.  
  25. This program is SHAREWARE. 
  26.  
  27. To receive the latest version of the Player send $25 US and a list of 
  28. suggestions and/or bugs to:
  29.         
  30.         Michael Simmons
  31.         34 Shillington Way
  32.         THORNLIE WA 6108
  33.         AUSTRALIA
  34.  
  35. DISTRIBUTION:
  36.  
  37. This File must not be separated from the rest of this archive.
  38.  
  39. Due to licensing conditions of the WIN32s(tm) System this archive can only be
  40. Redistributed in the following ways:
  41. (1) Archive site to End user.
  42. (2) Archive site to Archive site.
  43. The following means of redistribution are not permitted:
  44. (1) End user to End user.
  45. (2) End user to Archive site.
  46.  
  47. Redistribution from Archive site to Archive site may only be performed by
  48. the operators of those sites.
  49. An Archive site is taken to be any large collection of software which is
  50. operated by a person or group of persons for the primary purpose of 
  51. redistributing that software.
  52. An End user is taken to be the person or group of persons who use this
  53. software.
  54.  
  55. Known Bugs:
  56. (1) Help file must be in the working directory when the player is started.
  57. (2) The Mono Dither is not working properly.
  58. (3) The 2x2 Color Dither has patches of incorrect color.
  59. (4) Sometimes the player fails to display Full Color 354x288 images after
  60.     a previous movie has been Opened and then Closed.
  61. (5) The Player is slower than is possiable.
  62. (6) Bug/feature The Player runs slow when ever the mouse is moving.
  63.  
  64. Windows NT, Win32s, Windows 3.1 are trademarks of the Microsoft Corporation.
  65.  
  66. ACKNOWLEDGEMENTS:
  67.  
  68. This code was derived from the U.C. Berkeley MPEG Player (version 2.0)
  69. developed by L.A. Rowe, K. Patel, and B. Smith (Rowe@CS.Berkeley.EDU).
  70. That code included the following copyright:
  71.  
  72.   Copyright (c) 1992 The Regents of the University of California.
  73.   All rights reserved.
  74.   
  75.   Permission to use, copy, modify, and distribute this software and its
  76.   documentation for any purpose, without fee, and without written agreement is
  77.   hereby granted, provided that the above copyright notice and the following
  78.   two paragraphs appear in all copies of this software.
  79.   
  80.   IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  81.   DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  82.   OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
  83.   CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  84.   
  85.   THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  86.   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  87.   AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  88.   ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
  89.   PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  90.