home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / srmjpg11.zip / READ.ME < prev    next >
Text File  |  1998-09-19  |  4KB  |  103 lines

  1.  SRMJPEG Motion-JPEG Codec for OS/2
  2.  
  3. It is a DLL (dynamic link library) for decoding Movie-JPEG coded AVI's.
  4. I believe it is the fastest MJPEG decoder for OS/2 (it is significantly faster
  5. as MatrixParadigm MJPEG Codec for Win32 (at least on my P100 (without MMX) PC).
  6. It based on Version 6b JPEG decoder of IJG (Independent JPEG Group) code. 
  7. It can decode baseline (no progressive) JPEG compressed picture stream with
  8. 8-bit data precision.
  9.  
  10. There are four versions of codec 
  11.  
  12. 1.Freeware - libjpeg.lib without any optimisation - as it was from IJG
  13.   (BGR3-24bit color depth).
  14.  
  15. 2.Shareware - optimised software based on IGJ source with optimised
  16.   Huffman decoding, FastDCT and color upsamling-convertion routines
  17.   (BGR3-24bit color depth).
  18.  
  19. 3.Freeware as 1 with  16-bit (R565) color depth.
  20.   (It makes additionaly color conversion after main decoding)
  21.  
  22. 4.Shareware as 2 with 16-bit (R565) color depth.
  23.   (It makes intern color conversion YUV ->RGB16 (R565), Fastest, High quality)
  24.  
  25. I recived a lot of msg, that some Graphics Cards have a problem
  26. (I belive it is a DRIVER and DIVE interaction problem) with 24-bit
  27. CODEC-color depth. That is the reason to include color conversion
  28. routine in Free CODEC. It included in UpSampler/ColorSpaceConversion 
  29. routines of shareware CODEC (It is faster as DIVE routines).
  30.  
  31. I suggest to use RBG16 (R565) version of CODEC since RGB16 ColorSpace 
  32. is better supported in MMOS/2.
  33.  
  34. SRMJPG11.ZIP package includs BETA of MJPEG encoder in subirectory ENCODER
  35. (See ENCODER\read.me).
  36.  
  37. Installation
  38.  
  39.  
  40. 1.Run Multimedia Application Install, which is 
  41.   located in your multimedia folder.
  42.  
  43. 2.You must use the controls to change the source directory to directory
  44.   containing the SRMJPEG files (for Encoder subdirectory ENCODER), the media 
  45.   viewer icons should appear, selected for installation by default.
  46.  
  47. 3.Click install.
  48.  
  49.  
  50. Usage
  51.  
  52. Simply run you favorite OS/2 multimedia movie player application and
  53. open a AVI. SRMJPEG codec use MMIO_HIGH_QUALITY flag for high quality 
  54. (but slow) decoding. You can use VideoIn (SWVR.EXE) software (Warp Bonus Pack)
  55. to make UltiMotion, IV21 and IV31 (or another supported) coded AVI's from 
  56. MJPEG AVI's with the best possible quality. Since MJPEG coded stream is 
  57. KeyFrame-only you can use VideoIn for videocut any MJPEG-AVI's.
  58.  
  59.  
  60. Registration
  61.  
  62. Please send me 5$ or 10 DM (for students 5 DM). The simplest method of
  63. payment is to send the cash (or 10$ check) in the envelope by mail to my 
  64. address below. There was never a problem doing it this way! (Inform me please 
  65. simultaneously per E-Mail and I send you the PASSWORD (for shareware archiv) 
  66. also per E-Mail. (Don't forget you E-Mail address!) 
  67. You will be included in my userlist to notify you for the new versions 
  68. (and corresponding passwords).
  69. You can unzip shareware DLL (corresponding you color depth) in x:\MMOS2\DLL\ 
  70. to overwrite freeware SRMJPEGD.DLL without reboot. 
  71. (pkunzip srmjpegd.zip f:\mmos2\dll -sPASSWORD)
  72.  
  73. The registration fee IS LOW but it lets me know how many people use my
  74. software and makes it possible to work on the further development (for
  75. example to bye MMX processor to make MMX optimisation).
  76.  
  77. Contact author
  78.  
  79.   Germany
  80.   Sergej Grigoriev
  81.   Innsbrucker Str.6
  82.   86163 Augsburg
  83.  
  84.   serge@physik.uni-augsburg.de
  85.  
  86.   Konto-Nr: 1970575, BLZ: 72050000, Stadtsparkasse Augsburg 
  87.  
  88. Disclaimer, legalise ets...
  89.  
  90. This software is based in part on the work of the Independent JPEG Group.
  91.  
  92. I don't promise that this software works.  (But if you find any bugs,
  93. please let me know!). I've used the Independent JPEG Group code as the base 
  94. for this software, and I hope there is no new bugs.
  95.  
  96. The author make NO WARRANTY or representation, either express or implied,
  97. with respect to this software, its quality, accuracy, merchantability, or
  98. fitness for a particular purpose.  This software is provided "AS IS", and you,
  99. its user, assume the entire risk as to its quality and accuracy.
  100.  
  101. All the trademarks used in this document and the other SRMJPEG's documents 
  102. are registered to whoever it is that owns them.
  103.