home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1994 June / IMM0694.ISO / program / util / mpeg32 / player / readme.txt < prev   
Text File  |  1993-11-10  |  6KB  |  127 lines

  1. MPEGPLAY V1.25 (c) 1993 Michael Simmons
  2.  
  3. This is Release Version 1.25 of my port of the Berkeley mpeg player.
  4.  
  5. There has been a large number of improvements to the player (see Changes).
  6.  
  7. This player can play standard mpeg files that include P and B frame
  8. encoding, and large 354x288 movie files. 
  9. It has several display options including mono, gray scale, color dither and
  10. Full color (for Hicolor graphic cards).
  11. This program is SHAREWARE Please read the About box and Help file for
  12. information on registering your copy.
  13.  
  14. (NOTE if you are planing on viewing the larger format MPEGs you will
  15. need  at least 8 Megs of RAM. As apart of the decoding process up to
  16. 5 frames must be simultaneously held in memory)
  17.  
  18. To install the player under Windows 3.1(tm), Unzip the file disk1.zip
  19. to a floppy disk. Then run the setup.exe file via the Progman File-Run Menu
  20. Item. Note: You will need to install the Win32s extensions to Windows 3.1
  21. inorder to run this player. Should you wish to remove these extensions
  22. please refer to the section near the end of this Readme.txt file.
  23. Then follow the instructions for running the player under windows NT.
  24.  
  25. To install the player under Windows NT(tm) copy the files mpegplay.exe and
  26. mpegplay.hlp to a common directory. Then create a new program item for the
  27. mpegplay.exe file via the File New option of the Program Manager.
  28.  
  29. Read the Disclaimer in the online Help before loading any mpeg movie files.
  30.  
  31. This program is SHAREWARE Please read the About box and Help file for information
  32. on registering your copy.
  33.  
  34. The lastest version of this software can be found first on decel.ecel.uwa.edu.au
  35. in the users/michael directory
  36.  
  37.  
  38. DISTRIBUTION:
  39.  
  40. This File must not be separated from the rest of this archive.
  41.  
  42. Due to licensing conditions of the WIN32s(tm) System this archive can only be
  43. Redistributed in the following ways:
  44. (1) Archive site to End user.
  45. (2) Archive site to Archive site.
  46. The following means of redistribution are not permitted:
  47. (1) End user to End user.
  48. (2) End user to Archive site.
  49.  
  50. Redistribution from Archive site to Archive site may only be performed by
  51. the operators of those sites.
  52. An Archive site is taken to be any large collection of software which is
  53. operated by a person or group of persons for the primary purpose of 
  54. redistributing that software.
  55. An End user is taken to be the person or group of persons who use this
  56. software.
  57.  
  58. Known Bugs:
  59. (1) The Mono Dither is not working properly.
  60. (2) The 2x2 Colour Dither has patches of incorrect colour.
  61. (3) Bug/feature The Player runs slow when ever the mouse is moving.
  62. (4) Will still give Exception errors but this is much rarer.
  63.  
  64. Changes V1.0 -> V1.2
  65. (1) Re complied using the latest (March) WIN32 Beta.
  66. (2) Includes the latest (March) Win32s windows 3.1 extension.
  67. (3) Fix bug in finding help file. The working directory can now be different
  68.     to the Command Line directory.
  69. (4) Increase number of clicks at startup to 4 
  70.     (I have only received one registration!!)
  71.  
  72. Changes V1.2 -> 1.25
  73. (1) Major rewrite of source code to cleanup bugs
  74. (2) Now saves options in a .ini file
  75. (3) Can split a multi stream MPEG into separate files.
  76. (4) Loop is now a separate option
  77. (5) Can be set to skip over B and P frames ( best to stop and rewind player 1st)
  78. (6) Decrease the number of About Box clicks to one
  79. (7) Can started via the file manager (associate .mpg with the player)
  80. (7b) Also startable from other applications i.e. NCSA Mosaic.
  81. (8) Recompiled with the release version of the Visual C++ for NT compiler
  82. (9) includes the Win32s version 1.1 files
  83. (10) Can change InputBufferSize in .ini file (i.e. InputBufferSize=80000)
  84. (11) Don't have to Close MPEG before OPEN ing
  85. (12) MPEG images are properly clipped when they are displayed
  86. (13) Hopefully no one will have any display problems now (try Use Small DIBS)
  87.  
  88. ACKNOWLEDGMENTS:
  89.  
  90. This code was derived from the U.C. Berkeley MPEG Player (version 2.0)
  91. developed by L.A. Rowe, K. Patel, and B. Smith (Rowe@CS.Berkeley.EDU).
  92. That code included the following copyright:
  93.  
  94. /*
  95.  * Copyright (c) 1992 The Regents of the University of California.
  96.  * All rights reserved.
  97.  * 
  98.  * Permission to use, copy, modify, and distribute this software and its
  99.  * documentation for any purpose, without fee, and without written agreement is
  100.  * hereby granted, provided that the above copyright notice and the following
  101.  * two paragraphs appear in all copies of this software.
  102.  * 
  103.  * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  104.  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  105.  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
  106.  * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  107.  * 
  108.  * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  109.  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANT ABILITY
  110.  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  111.  * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
  112.  * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  113.  */
  114. /*
  115.  
  116. HOW TO REMOVE THE WIN32s EXTENSIONS to WINDOWS
  117.  
  118. (1) exit to DOS.
  119. (2) backup your hard disk.
  120. (3) delete the Win32s directory and all its files.
  121. (4) edit the system.ini file in the window directory.
  122.     and remove the line device=C:\WINDOWS\SYSTEM\WIN32S\W32S.386
  123. (5) return to windows
  124. (6) remove the Win32 Applications Progman group
  125.  
  126. Windows NT, Win32s, Windows 3.1 are trademarks of the Microsoft Corporation.
  127.