home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / mpeg-faq / part4 < prev    next >
Encoding:
Text File  |  1995-07-25  |  39.8 KB  |  1,015 lines

  1. Subject: MPEG-FAQ: multimedia compression [4/6]
  2. Newsgroups: comp.graphics,comp.graphics.animation,comp.compression,comp.multimedia,alt.binaries.multimedia,alt.binaries.pictures.utilities,alt.binaries.pictures,alt.binaries.pictures.d,alt.answers,comp.answers,news.answers
  3. From: phade@cs.tu-berlin.de (Frank Gadegast)
  4. Date: 22 Aug 1994 12:30:14 GMT
  5.  
  6. Archive-name: mpeg-faq/part4
  7. Last-modified: 1994/08/22
  8. Version: v 3.2 94/08/22
  9. Posting-Frequency: bimonthly
  10.  
  11.  
  12. BEGIN -------------------- CUT HERE --------------------- 4/6
  13.  
  14.  - dithering options: 4x4 ordered dither normal size
  15.                       4x4 ordered dither double size
  16.                       grayscale
  17.  
  18.  
  19. 2. Overview
  20. ===========
  21.  
  22. VMPEG complements the programs CMPEG (MPEG encoder) and DMPEG (MPEG
  23. decoder and off-line player). It decodes MPEG encoded sequences directly
  24. to the screen at (hopefully) reasonable speed. It is about eight times
  25. faster than DMPEG, up to nearly 50% faster than the latest Xing MPEG player
  26. (mjackson.mpg: XingIt V2.1: 10 frames/s, VMPEG: 14.5 frames/s) and, timed
  27. on a 386DX/33, about 1/3 to 1/2 the speed of the Berkeley MPEG player
  28. (mpeg_play) running on a Sparc10.
  29.  
  30. VMPEG is compiled with the GNU C compiler (gcc) into '386 code and runs
  31. under the DOS extender GO32 by DJ Delorie which is included in the archive
  32. file. VMPEG cannot be run from Windows or under OS/2.
  33.  
  34. The eightfold speed improvement over DMPEG was obtained by changing the
  35. C compiler, by using algorithms which take advantage of the 32 bit
  36. architecture of the '386 and by rewriting a few key routines in '386
  37. assembler.
  38.  
  39. VMPEG is, however, not meant to replace DMPEG (at least not presently),
  40. since it is lacking several of the features of DMPEG (like decoding
  41. to a file, TrueColor display, Floyd-Steinberg dithering etc.) and the
  42. quality of the decoded sequences is a bit lower (about 7 bit accuracy
  43. instead of 8 bit, which is however completely masked by the dithering
  44. noise and the 6 bit color register resolution of VGAs and SVGAs).
  45.  
  46. Stefan Eckart, stefan@lis.e.technik.tu-muenchen.de
  47.  
  48.  
  49. ---------------------------------------------------------------------------
  50.  
  51. CMPEG:  Stefan Eckart's CMPEG, another Freeware MPEG maker!
  52.  
  53. Here is another MPEG creator!   This one supports 8086+, so if you 
  54. thought you couldn't make MPEGs, boy were YOU wrong. :-)   Can make 
  55. Xing (I-frame) or normal MPEGs (which contain I, P & B frames, and 
  56. offer better compression).   Be full aware of the fact that the 
  57. slower your machine, the longer it will take to compress your files 
  58. into an MPEG animation (does this need to be said?).  (Don't expect 
  59. eyeball-charring performance from your 286, please..)
  60.  
  61. Due to its small size, I am offering CMPEG here at a2i.  Access info:
  62.  
  63. ---------------------------------------------------------------------------
  64.  
  65. DMPEG V1.1  Public Domain MPEG decoder by Stefan Eckart  June 1993
  66. ==================================================================
  67.  
  68. 1. Features
  69. ===========
  70.  
  71. DMPEG is another MPEG decoder/player for the PC:
  72.  
  73.  
  74.  - decodes (nearly) the full MPEG video standard
  75.    (I,P,B frames, frame size up to at least 352x288)
  76.  - can save decoded sequence in 8 or 24bit raw file for
  77.    fast off-line display (two pass mode)
  78.  - optional on-screen display during decoding
  79.  - several dithering options for 8 bit displays:
  80.      ordered dither, Floyd-Steinberg, grayscale
  81.  - selectable color-space
  82.  - runs under DOS, 640KB RAM, no MS-Windows or '386 required
  83.  - compact (small code / small data models, 16 bit arithmetic)
  84.  - supports VGA, many Super-VGAs (including VESA) and
  85.    some TrueColor SVGAs
  86.  
  87.  
  88. DMPEG is both an MPEG viewer AND converter.  When viewing, it is important
  89. to note that it is markedly slower than the Xing player.  That is, unless
  90. you CONVERT the MPEG to DMPEG's proprietary RAW format.  You then use a
  91. special player, included, which will show the RAW format animation on VGA,
  92. SVGA, or VESA screens!  And, hey 286 users, this one actually works on
  93. 80286 machines (albeit a little slowly).
  94.  
  95. The converter does a remarkable job, and I use it for the "essential" MPEGs
  96. that I would like to view at the highest speed possible.  If you have the
  97. anim loaded in RAMdisc then you have a really nice framerate even on a
  98. lowly 386!  :)   In the newly released 1.1 version, the converter and
  99. viewer are now included in one executable.
  100.  
  101. It is important to note that this viewer will allow users to see MPEGs that
  102. the Xing player will not.  This is because DMPEG is programmed to view all
  103. 3 frametypes, while Xing's player isn't.  If the MPEG won't view using
  104. Xing, try this player, DMPEG.
  105.  
  106. ---------------------------------------------------------------------------
  107.  
  108. [ This is the README.DOS file out of the SECMPEG-archive. Read below in ]
  109. [ the UNIX-section for more information about SECMPEG.                  ]
  110.  
  111.        SECMPEG is a program based on a rather  complex  algorythm
  112.        to  ensure  a  confidentiality and a integrity service for
  113.        the video-stream MPEG-I.
  114.  
  115.  
  116. SECMPEG.ZIP (c) 1993 by Frank Gadegast and Juergen Meyer
  117. ========================================================
  118.  
  119. This is my DOS-port of the MPEG-filter called "secmpeg".
  120. Read the provided file README and the man-page first.
  121.  
  122. It was compiled with Gnu's DOS-port of their GCC-compiler,
  123. called DJGCC Version 2.4.1 and NDMAKE Version 4.5. So please
  124. read the GNU-Licence-file 'LICENCE.GNU'.
  125.  
  126. You find the DOS executable in this distribution under
  127. 'secmpeg.exe'.
  128.  
  129.  
  130. NEEDS and INSTALL
  131. -----------------
  132.  
  133. Cause of DJGCC, the final executable is not running under
  134. DPMI (so not in a Windows-DOS-Box) nor on a 286-machine.
  135.  
  136. The Gnu-environment-executable 'GO32.EXE' has to be somewhere
  137. in the PATH. If running on a 386, the GNU-387-emulationfile
  138. 'EMU387' has to be, where the environment variable GO32 is
  139. pointing to, so if the emu-file is in D:\LIB enter:
  140.  
  141. set GO32=emu d:/lib/emu387
  142.  
  143.        Permission to use, copy, modify, and distribute this soft-
  144.        ware and its documentation for any purpose and without fee
  145.        is hereby granted, provided that the archive remains  com-
  146.        plete,  that  this author notice will appear in all copies
  147.        and as long as you don't try to make money off it, or pre-
  148.        tend that you wrote it.
  149.  
  150. ---------------------------------------------------------------------------
  151.  
  152. [ The first tool to test a MPEG-I-stream ! Including statistics, frame- ]
  153. [ order, decoding times !! Now you can test, if archives are ok or if a ]
  154. [ file uudecoded ok without playing it ! This code is surely based on   ]
  155. [ the berkeley-decoder.                                                 ]
  156.  
  157.  
  158. MPEGSTAT.ZIP (c) 1993 by PHADE Software
  159. =======================================
  160.  
  161. This is my DOS-port of the MPEG-filter called "mpegstat".
  162.  
  163. It was compiled with Gnu's DOS-port of their GCC-compiler,
  164. called DJGCC Version 2.4.1 and NDMAKE Version 4.5. So please
  165. read the GNU-Licence-file 'LICENCE.GNU'.
  166.  
  167.  
  168. WHERE IS IT ?
  169. =============
  170.  
  171. It will be posted the alt.binaries.pictures.utilities group these days.
  172. Reposts come as requested.
  173.  
  174. It will stored on our ftp-server in the next days (probably there):
  175.  
  176.         host: ftp.cs.tu-berlin.de (130.149.17.7)
  177.         file: /pub/msdos/dos/graphics/mpegstat.zip
  178.  
  179.  
  180.  
  181. NEEDS and INSTALL
  182. -----------------
  183.  
  184. The Gnu-environment-executable 'GO32.EXE' has to be somewhere
  185. in the PATH. If running on a 386, the GNU-387-emulationfile
  186. 'EMU387' has to be, where the environment variable GO32 is
  187. pointing to, so if the emu-file is in D:\LIB enter:
  188.  
  189. set GO32=emu d:/lib/emu387
  190.  
  191. That should do, Phade (phade@cs.tu-berlin.de)
  192.  
  193. ---------------------------------------------------------------------------
  194.  
  195. [ Well, and soon as it was out, I ported Berkeley's new MPEG-ecndoder ]
  196. [ to DOS as well, here the README.DOS file. For more information see  ]
  197. [ below in the UNIX-section.                                          ]
  198.  
  199. ENC11DOS.ZIP (c) 1993 by PHADE Software
  200. =======================================
  201.  
  202. This is my DOS-port of the MPEG-encoder called "mpeg_encode"
  203. by the Berkeley Research Group.
  204.  
  205. It was compiled with Gnu's DOS-port of their GCC-compiler,
  206. called DJGCC Version 2.4.1 and NDMAKE Version 4.5. So please
  207. read the GNU-Licence-file 'LICENCE.GNU'.
  208.  
  209.  
  210. WHERE IS IT ?
  211. =============
  212.  
  213. It will be posted the alt.binaries.pictures.utilities group these days.
  214. Reposts come as requested.
  215.  
  216. It will stored on our ftp-server in the next days (probably there):
  217.  
  218.         host: ftp.cs.tu-berlin.de (130.149.17.7)
  219.         file: /pub/msdos/dos/graphics/enc11dos.zip
  220.  
  221.  
  222. NEEDS and INSTALL
  223. -----------------
  224.  
  225. The Gnu-environment-executable 'GO32.EXE' has to be somewhere
  226. in the PATH. If running on a 386, the GNU-387-emulationfile
  227. 'EMU387' has to be, where the environment variable GO32 is
  228. pointing to, so if the emu-file is in D:\LIB enter:
  229.  
  230. set GO32=emu d:/lib/emu387
  231.  
  232.  
  233. That should do, Phade (phade@cs.tu-berlin.de)
  234.  
  235. ---------------------------------------------------------------------------
  236.  
  237. [ This is Xing's new Public-Domain-Player. It is enhanced, but still   ]
  238. [ has of bugs. You have to deinstall the old .DLL's and the MCI-driver ]
  239. [ to have it running proper. The DOS-MPEG-Player included in this file ]
  240. [ (named MPEGVIEW.EXE) doesn NOT run with all Soundblaster-compatible  ]
  241. [ cards and kills the machine quit often.                              ]
  242.  
  243.          XingIt! MPEG Player Software Demo
  244.                (August 27,1993)
  245.  
  246. The file MPEGVIEW.EXE installs Xing Technology, Inc.'s XingIt! MPEG
  247. Player Software Demo for IBM PC compatibles. Xing's "XingIt!" real-time 
  248. video MPEG capture board, including encoding software, video and sound editor, 
  249. and the full-featured player is available direct from Xing Technology, 
  250. Inc. in Arroyo Grande, CA (See below for order info).
  251.  
  252. The file MPEGVIEW.EXE is a self extracting archive. To install the player,
  253. create a new directory on your hard drive and copy MPEGVIEW.EXE into it.
  254. Change to that directory and type MPEGVIEW to extract the player files.
  255.  
  256. MPEGVIEW.EXE also contains a DOS version of the player, MPEG.EXE.
  257. To run the DOS version, change to the directory where you extracted
  258. MPEGVIEW.EXE and type "MPEG MPEGFILENAME.MPG".
  259.  
  260. ---------------------------------------------------------------------------
  261.  
  262. [ Well, this is just class. The Stanford-Codec is now available for ]
  263. [ DOS-users. The file is usually called PVRGMPEG.ZIP, it supports   ]
  264. [ IPB-Frames and Xing-Format ! Sometimes called MPGCODEC too.       ]
  265.  
  266. From: mitgml@dct.ac.uk
  267. Subject: PVRG MPEG CODEC
  268. Date: 15 Jun 93 20:09:52 +0100
  269.  
  270. This archive contains the following files:
  271.  
  272.     README.1ST      This file
  273.     PVRGMPEG.EXE    My port of the PVRG MPEG CODEC
  274.     PPM2CYUV.EXE    My port of the PVRG YUV file splitter
  275.     CYUV2PPM.EXE    My port of the PVRG YUV file combiner
  276.     MAKEMPEG.TXT    Details of how I did the port
  277.     USEMPEG.TXT     Details on using PVRGMPEG
  278.     SHORT.MPG       A XING compatible version of short.mpg supplied
  279.             by PVRG with the source code.
  280.     SHORT*.GIF      The 10 frames in GIF format to make SHORT.MPG
  281.  
  282. I hope I have not offended anybody by putting this archive together. I offer 
  283. no warranty of any description with respect to my porting.
  284.  
  285. All of the EXE files were compiled by me from Publicly available source code
  286. from the FTP sites listed in MAKEMPEG.TXT.
  287.  
  288. I would like to thank the PVRG group for writing such an excellent encoder
  289. and for their help in getting at the Alpha release of v1.2 so quickly (I can't 
  290. name this person as the PVRG copyright notice forbids it). Also I would like
  291. to thank Jelle van Zeijl for sending me the XING patch originally written by 
  292. Mats Loftvist which has subsequently been included the Alpha release of v1.2.
  293.  
  294. Have fun and please mail me to let me know how you get on. A copy of any
  295. interesting movies would be appreciated.
  296.  
  297. This is the MAKEMPEG.TXT file from pvrgmpeg.zip it may help you port the PVRG
  298. MPEG CODEC to your platform.
  299.  
  300. Hi All you Eager MPEG Makers, here is how to port the PVRG MPEG
  301. encoder/decoder to DOS/PC (386).
  302.  
  303. Tools required:
  304.     Well the ones that I used.
  305.  
  306.         GNU C version 2.2.2
  307.         An uncompress util for UNIX .Z files
  308.         An untar util for UNIX tar files
  309.         Text Editor (sorry some code needs tweaked)
  310.         Note: Diff from the GNU File utilities, could be used instead
  311. Source required:
  312.         1)
  313.         /pub/mpeg/MPEGv1.2.alpha.tar.Z
  314.             from havefun.stanford.edu
  315.  
  316.         /pub/mpeg/MPEGDOCv1.1.tar.Z
  317.             from havefun.stanford.edu
  318.             documentation still to be updated.
  319.  
  320.     2)      The DOS port of PPM2CYUV called ppm2cyuv.exe
  321.     3)      Image Alchemy from a number of ftp sites.
  322.             eg /mirrors4/garbo.uwasa.fi/graphics/alch16.zip
  323.                 at wuarchive.wustl.edu
  324.  
  325. Image Alchemy may be replaced with giftoppm.exe from the pbmplus set of
  326. graphics tools.
  327.  
  328. Graham Logan
  329. June 15th 1993
  330. mitgml@dct.ac.uk
  331.  
  332.  
  333. ---------------------------------------------------------------------------
  334.  III.2 | WINDOWS
  335. ----------------
  336.  
  337. [ Usally called MPGAUDIO.ZIP ]
  338.  
  339. Now there is the MPEG AUdio Player for Win3.1 !
  340.  
  341. This program is Shareware. To encode your own MPEG Audio files, you need
  342. to buy the MPEG AUdio Software Encoder program for Win3.1 .
  343.  
  344. [ Look above. ]
  345.  
  346.  
  347. ---------------------------------------------------------------------------
  348.  III.3 | WINDOWS-NT
  349. -------------------
  350.  
  351. [ This new version of it, is running now extremly nice, the subsystem ]
  352. [ is no harm at all. The file should be known as MPEGW32E.ZIP.        ]
  353.  
  354. From: michael@ecel.uwa.edu.au (Michael Simmons  - division)
  355. Subject: MPEGPLAY for WINDOWS and NT Now has VCR like Controls
  356. Date: 8 Dec 1993 01:37:36 GMT
  357.  
  358. It is also available via ftp from decel.ecel.uwa.edu.au as
  359. /users/michael/mpegw32e.zip
  360.  
  361. MPEGPLAY V1.50 (c) 1993 Michael Simmons
  362.  
  363. This is Release Version 1.50 of my port of the Berkeley mpeg player.
  364.  
  365. I have redesigned the interface.
  366.  
  367. Some of the new features are:
  368. (1) Push button VCR like controls.
  369. (2) A Seperate Video Window.
  370. (3) Automaticaly Displays the 1st frame of the MPEG.
  371. (4) Redraws the current frame when needed.
  372. (5) Displays MPEG File Name, Image Dimensions and File Size in Video Caption
  373. (6) Saves all Player window positions correctly when exiting.
  374.  
  375. Please Email me with any suggestions you may have on improving the player!
  376.  
  377. This player can play standard mpeg files that include P and B frame
  378. encoding, and large 354x288 movie files. 
  379. It has several display options including mono, gray scale, color dither and
  380. Full color (for Hicolor graphic cards).
  381.  
  382. This program is SHAREWARE Please read the About box and Help file for 
  383. information on registering your copy. The registered version does not 
  384. display the About box at startup. It also handles files bigger than 1MB.
  385.  
  386. To install the player under Windows 3.1(tm), Unzip the file disk1.zip
  387. to a floppy disk. Then run the setup.exe file via the Progman File-Run Menu
  388. Item. Note: You will need to install the Win32s extensions to Windows 3.1
  389. inorder to run this player. Should you wish to remove these extensions
  390. please refer to the section near the end of this Readme.txt file.
  391. Then follow the instructions for running the player under windows NT.
  392.  
  393. To install the player under Windows NT(tm) copy the files mpegplay.exe and
  394. mpegplay.hlp to a common directory. Then create a new program item for the
  395. mpegplay.exe file via the File New option of the Program Manager.
  396.  
  397. Read the Disclaimer in the online Help before loading any mpeg movie files.
  398.  
  399.  
  400. The lastest version of this software can be found first on decel.ecel.uwa.edu.au
  401. in the users/michael directory
  402.  
  403.  
  404. DISTRIBUTION:
  405.  
  406. This File must not be separated from the rest of this archive.
  407.  
  408. Due to licensing conditions of the WIN32s(tm) System this archive can only be
  409. Redistributed in the following ways:
  410. (1) Archive site to End user.
  411. (2) Archive site to Archive site.
  412. The following means of redistribution are not permitted:
  413. (1) End user to End user.
  414. (2) End user to Archive site.
  415.  
  416. Redistribution from Archive site to Archive site may only be performed by
  417. the operators of those sites.
  418. An Archive site is taken to be any large collection of software which is
  419. operated by a person or group of persons for the primary purpose of 
  420. redistributing that software.
  421. An End user is taken to be the person or group of persons who use this
  422. software.
  423.  
  424. Known Bugs:
  425. (1) The Mono Dither is not working properly.
  426. (2) The 2x2 Colour Dither has patches of incorrect colour.
  427. (3) Bug/feature The Player runs slow when ever the mouse is moving.
  428. (4) Will still give Exception errors but this is much rarer.
  429.  
  430. Changes V1.0 -> V1.2
  431. (1) Re complied using the latest (March) WIN32 Beta.
  432. (2) Includes the latest (March) Win32s windows 3.1 extension.
  433. (3) Fix bug in finding help file. The working directory can now be different
  434.     to the Command Line directory.
  435. (4) Increase number of clicks at startup to 4 
  436.     (I have only received one registration!!)
  437.  
  438. Changes V1.2 -> 1.25
  439. (1) Major rewrite of source code to cleanup bugs
  440. (2) Now saves options in a .ini file
  441. (3) Can split a multi stream MPEG into separate files.
  442. (4) Loop is now a separate option
  443. (5) Can be set to skip over B and P frames ( best to stop and rewind player 1st)
  444. (6) Decrease the number of About Box clicks to one
  445. (7) Can started via the file manager (associate .mpg with the player)
  446. (7b) Also startable from other applications i.e. NCSA Mosaic.
  447. (8) Recompiled with the release version of the Visual C++ for NT compiler
  448. (9) includes the Win32s version 1.1 files
  449. (10) Can change InputBufferSize in .ini file (i.e. InputBufferSize=80000)
  450. (11) Don't have to Close MPEG before OPEN ing
  451. (12) MPEG images are properly clipped when they are displayed
  452. (13) Hopefully no one will have any display problems now (try Use Small DIBS)
  453.  
  454. Changes V1.25 -> V1.30
  455. (1) Increased speed 10-20% (mainly P B frames and gray,Full/Hi Color dither).
  456. (2) Fixed bug, old mpegs causing exceptions (bus.mpg,flower.mpg,flowb.mpg etc).
  457. (3) Decreased the memory usage.
  458. (4) Added HiColor Dither (Uses 16 Bit DIBS,These are not supported by many
  459.     drivers yet, NT emulates support in the GDI).
  460. (5) Dropped Fs2 and Fs4 dither (use Fs2Fast)
  461.  
  462. Changes V1.30 -> V1.50
  463. (1) Added Push button, VCR like controls.
  464. (2) Now has a Seperate Video Window.
  465. (3) Automaticaly Displays the 1st frame of the MPEG.
  466. (4) Redraws the current frame when needed.
  467. (5) Displays MPEG File Name, Image Dimensions and File Size in Video Caption
  468. (6) Saves all window positions correctly when exiting.
  469. (7) Detects when saved windows position is off the screen.
  470. (8) Added Experimental Set+Blt Mode for transfering images to the screen.
  471.  
  472.  
  473. ACKNOWLEDGMENTS:
  474.  
  475. This code was derived from the U.C. Berkeley MPEG Player (version 2.0)
  476. developed by L.A. Rowe, K. Patel, and B. Smith (Rowe@CS.Berkeley.EDU).
  477. That code included the following copyright:
  478.  
  479. /*
  480.  * Copyright (c) 1992 The Regents of the University of California.
  481.  * All rights reserved.
  482.  * 
  483.  * Permission to use, copy, modify, and distribute this software and its
  484.  * documentation for any purpose, without fee, and without written agreement is
  485.  * hereby granted, provided that the above copyright notice and the following
  486.  * two paragraphs appear in all copies of this software.
  487.  * 
  488.  * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  489.  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  490.  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
  491.  * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  492.  * 
  493.  * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  494.  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANT ABILITY
  495.  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  496.  * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
  497.  * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  498.  */
  499. /*
  500.  
  501. OTHER ACKNOWLEDGMENTS:
  502. Frank Gadegast (the MPEG FAQ Maintainer) for his help full suggestions.
  503.  
  504. HOW TO REMOVE THE WIN32s EXTENSIONS to WINDOWS
  505.  
  506. (1) exit to DOS.
  507. (2) backup your hard disk.
  508. (3) delete the Win32s directory and all its files.
  509. (4) edit the system.ini file in the window directory.
  510.     and remove the line device=C:\WINDOWS\SYSTEM\WIN32S\W32S.386
  511. (5) return to windows
  512. (6) remove the Win32 Applications Progman group
  513.  
  514. Windows NT, Win32s, Windows 3.1 are trademarks of the Microsoft Corporation.
  515.  
  516. Michael Simmons B.E.E.               The Department of Management
  517. Computer Officer                   University of Western Australia
  518. Phone: (w)+61-9-380 2985          Stirling Highway Nedlands WA 6009
  519. Phone: (h)+61-9-390 4534                      Australia
  520. Fax:      +61-9-380 1004           Email: msimmons@ecel.uwa.edu.au
  521.  
  522. ---------------------------------------------------------------------------
  523.  III.4 | OS/2
  524. -------------
  525.  
  526. [ Read the RETRIEVED-MAIL-section for more infos ! ]
  527.  
  528. mp.lha               gfx/show    45K  83 MPEG player for EHB display.
  529.  
  530.  
  531. ---------------------------------------------------------------------------
  532.  III.5 | X-WINDOWS and UNIX
  533. ---------------------------
  534.  
  535. [ Here it is !! The first, fully-featured MPEG-player with X11-interface. ]
  536. [ XPLAY exists currently in Version 1.0, patches are available. The next  ]
  537. [ Version 1.1 is currently in development. Thats the announcement !       ]
  538.  
  539.  
  540.             XMPLAY [Version 1.1] - Sun Apr 10 14:51:22 MDT 1994
  541.  
  542.       This distribution is the result of a project worked out at the
  543.       Technical University (TU) Berlin, held in Winter 93/94 by
  544.       Tom Pfeifer. The basic idea is created by Frank Gadegast,
  545.       the programing work was then done by Juergen Meyer, Metin
  546.       Cetinkaya and Frank Gadegast.
  547.  
  548. This software is ftp-able from:
  549.  
  550.         host: ftp.cs.tu-berlin.de (130.149.17.7) or
  551.               quepasa.cs.tu-berlin.de
  552.         file: /pub/incoming/xmplay-1.0.tar.gz
  553.         file: /pub/incoming xmplay-1.0.patch.tar.gz
  554.  
  555. [ Just to remember .gz means, its compressed using GNU's zip, called ]
  556. [ gzip. Use gunzip to uncompress.                                    ]
  557.  
  558.  
  559. XMPLAY [Version 1.1]
  560.  
  561. XMPLAY is a very nice directory-browser under X11 to use XMPEG,
  562. the interactive X11-MPEG-player.
  563.  
  564. MPEG is a video-format described by the ISO-standard ISO CD11172.
  565. This implementation here can handle MPEG-stream written down
  566. at the MPEG-group-meeting in Paris '92. It can handle IPB-frames
  567. but no system- nor audio-information.
  568.  
  569. Additional you get a little utility called MPEGINFO, showing you, if called
  570. with the filename of a MPEG-file the most important parameter it can read
  571. dirrectly from its header, like size, picture rate or frame-style.
  572.  
  573. It should work under nearly every system, 'cause it's programed without
  574. MOTIF, the X11-Toolit or other stupid things, that are always causing
  575. problems. It only needs the X11-library, no matter if you're using
  576. Release 3, 4 or Release 5.
  577.  
  578. In addition it has lots of defines to let it run under BSD, SYSV, ISC,
  579. Solaris, SunOS, A/UX, SCO or XENIX and you don't have to hack a difficult
  580. Imake- or Makefile and you will not have trouble with build-in pathnames !!!
  581.  
  582. It's specially made for those systems, that don't have super hardware
  583. or that have problems with the Toolkit or MOTIF.
  584.  
  585.  
  586. XMPEG [Version 1.1]
  587. ===================
  588.  
  589. XMPEG is a MPEG-video-player based on the MPEG-widget-implementation
  590. from Jim Frost and the MPEG-movie-player "mpeg_play" from the Portable
  591. Video Research Group at Berkeley.
  592.  
  593. It just adds a few buttons and is normally getting called
  594. from XMPLAY, but can be used as stand-alone to include into other
  595. programs. Its programmed with the same methods than XMPLAY.
  596.  
  597.  
  598. You can ftp XMPLAYe from 'quepasa.cs.tu-berlin.de' from the
  599. directory '/pub/msdos/incoming'.
  600.  
  601.  
  602. If you get problems (not really possible) to compile it or if you have
  603. comments send them to the authors, reachable at:
  604.  
  605.     phade@cs.tu-berlin.de (responsible for compiling and X11)
  606.     jm@cs.tu-berlin.de (responsible for the mpeg-code) or
  607.     brain@cs.tu-berlin.de
  608.     
  609.  
  610. ---------------------------------------------------------------------------
  611.  
  612. [ And here the otehr BIG sensation: We have MPEG-I-audio-source-code. ]
  613. [ From the ISO somebody organized the example encoder/decoder-source. ]
  614. [ And from the TU-Berlin, there is Tobias "Doping" Badings' free      ]
  615. [ implementation of an C++ decoder. Thats a BIG step forward, yeh ?   ]
  616. [ And theres even more ...                                            ]
  617.  
  618. ---------------------------------------------------------------------------
  619.  
  620. [ You can find this under the name MPEGAUDI or ftp it from the IUMA-  ]
  621. [ server sunsite.unc.edu in pub/electronic-publications/IUMA. For a   ]
  622. [ further description of IUMA look into the WHERE-INFOS section.      ]
  623.  
  624. Last updated 1/5/94
  625.  
  626. The good news is that source is now available. Look in /IUMA/mpeg_players
  627. for the file mpegaudio.tar.Z 
  628.  
  629. We will continue to gather source and executables and hope that some
  630. enterprising shareware authors or academics will provide various platforms
  631. with real-time players. According to Jared V Boone below, the Xing
  632. real-time player for Windows plays only the lower half of each subband of
  633. only one of the two channels. By my ears, that's pretty good.
  634.  
  635. Another worthy undertaking would be porting the source to the DSPs
  636. increasingly being found on motherboards and add-in cards, such as the Mac
  637. AV series' AT&T 3210 or the Turtle Beach MultiSound's Motorola 56001, for
  638. real-time full-quality encoding and playback.
  639.  
  640. That would be cool. =)
  641.  
  642. -IUMA staff
  643.  
  644. Here's the latest word on other non-commercial MPEG audio players for Unix
  645. workstations.
  646.  
  647. I found this in a zip file, the test suite missing, as well as the Makefile.
  648.  
  649. I hacked together a quick makefile, and altered the musicout code so that if
  650. the destination filename is "stdout" it writes the song to stdout so you can
  651. pipeline it into sox then into /dev/audio or your equivilant.  (Handling
  652. 30 meg files takes mucho diskspace I dont have :)
  653.  
  654. Basically, all you need to do is run it in a pipeline:
  655.  
  656. decode snd.mp2 stdout | sox [your favorite opts] > /dev/audio (or equiv)
  657.  
  658. >Some of those favorite opts:
  659. >sox -t .raw -r 44100 -s -w -c 2 file.mp2.dec -t .au -r 8000 file1.au 
  660. >sox -t .au -c 2 -w -s file1.au -t .au -c 1 -b -u file2.au avg
  661.  
  662. I have both encoded and decoded with this.  I decoded a song off the IUMA 
  663. archives, and encoded a topgun soundtrack I digitzed myself.  One thing to 
  664. note, at the default encoding bitrate of 384 bits, things dont compress hardly
  665. at all, you'll want to input something like 128 bits, which does on average
  666. 8-10:x1 compression.
  667.  
  668. Encoding takes a *LONG* time... :)
  669.  
  670. -Crh
  671.     Charles Henrich Michigan State University henrich@crh.cl.msu.edu
  672.                      http://rs560.msu.edu/~henrich/
  673.  
  674. ---------------------------------------------------------------------------
  675.  
  676. From: "Tobias 'Doping' Bading" <bading@cs.tu-berlin.de>
  677. Subject: Re: MPEGFAQ31: call for papers
  678. Date: Wed, 4 May 1994 17:49:12 +0200 (MET DST)
  679.  
  680. MPEG Audio Player maplay
  681. ------------------------
  682.  
  683. Features of the actual version 1.1:
  684.  - realtime playing of layer I/II MPEG audio streams on SPARC 10 machines with
  685.    the dbri device and on Indigo audio ports with 16 bit and 32, 44.1 or 48 kHz
  686.  - support of all modes (single channel, stereo, joint stereo and dual channel)
  687.    and bitrates (except free mode currently)
  688.  - decoding of streams to stdout into a raw pcm format for further format
  689.    conversions to .au, .wav etc
  690.  - free-ware
  691.  - written in C++ using the GNU C++ compiler version >= 2.5.1
  692.  - already tested on
  693.      Sun SPARCs with SunOS 4.1.3 or Solaris 2.3,
  694.      Silicon Graphics Indigos with IRIX IRIX 4.0.5F,
  695.      DECstations with ULTRIX 4.2
  696.  
  697. Promised enhancements for the next version:
  698.  - increased decoding efficiency
  699.  - support for /dev/dsp under Linux
  700.  - 8 kHz u-law support for SPARC 1 and 2 (but without CD-quality ;-)
  701.  - ???
  702.  
  703. You can find the sources of the actual version on the Internet Underground
  704. Music Archive (IUMA) ftp server sunsite.unc.edu (198.86.40.81) in
  705. /pub/electronic-publications/IUMA/audio_utils/mpeg_players/Workstations
  706.  
  707. New versions, patches etc will be posted to alt.binaries.multimedia and will
  708. find their way to the IUMA.
  709. Announcements will be made in alt.binaries.multimedia, comp.multimedia,
  710. alt.comp.compression, comp.compression, alt.binaries.sounds.misc and
  711. de.alt.binaries.sounds.d. Persons who already contacted me with new ideas,
  712. comments, adjustments, problems etc will be informed via email, too.
  713.  
  714. Enjoy the sound,
  715.                  Tobias Bading   (bading@cs.tu-berlin.de)
  716.  
  717. ---------------------------------------------------------------------------
  718.  
  719. Date: Sun, 2 Jan 1994 22:57:48 -0800
  720. From: Jared V Boone <jboone@patriot.wtfd.orst.edu>
  721. Subject: MPEG decoder...
  722.  
  723. I have an MPEG decoder that I can make available.  It is in C and I have
  724. succeeded in compiling it under Windows NT Visual C++ and NetBSD 0.9 with GNU
  725.  V2.4.  The code is rather rough, only decodes Layer II, and is rather
  726. slow.  However, I figure if I release the code to the public, some rocket
  727. scientist can make it ran fast...  My only conditions are that I am acknowleged
  728. and notified when someone uses the code in a freeware/shareware/commercial
  729. product.  Let me know if you're interested.
  730.  
  731.     - Jared Boone, Oregon State University
  732.       (jboone@instruction.cs.orst.edu)
  733.  
  734. P.S.  I'm also working on an encoder.  It appears that Xing's encoder is not
  735. all that great (sound quality), and also does not conform to the MPEG-I spec.
  736. If you'd like, I can keep you posted on this as well...
  737.  
  738. ---------------------------------------------------------------------------
  739.  
  740. [ Well, have a look with archie to find MPEGTOOL ]
  741.  
  742. MPEGTool is an application which combines  MPEGTool  encoder  and
  743. MPEGTool statistics with X11/Motif based Graphical User Interface
  744. (GUI). MPEGTool encoder is an MPEG-1 encoder for RGB and CCIR-601
  745. format  input video sequences. MPEGTool statistics is a graphical
  746. statistics tool which can be used to analyze the statistical pro-
  747. perties of the encoding process. MPEGTool allows a user to speci-
  748. fy several of the MPEG parameters such as the intraframe  to  in-
  749. terframe ratio, and the quantizer scale through its GUI.
  750.  
  751. MPEGTool has been tested on Sun SparcStation and HP9000  current-
  752. ly.   To  compile  under  these  machines,  see  instructions  in
  753. Makefile.
  754.  
  755. GUI of MPEGTool is based on Motif toolkit from the Open  Software
  756. Foundation  (OSF),  so  Motif (Xm) libraries as well as X Toolkit
  757. (Xt)  libraries  and  Xlib  are  required  to  compile  MPEGTool.
  758. Although  MPEGTool can be executed under several window managers,
  759. Motif window manager (mwm) is recommended. We've tested mwm, Open
  760. look  window  manager  (olwm), Tab window manager (twm). With the
  761. twm, we recommend to  put  'DecorateTransients'  in  your  .twmrc
  762. file.
  763.  
  764. MPEGTool supports disk and tape device for video data  input  and
  765. MPEG  code  output. Also, MPEGTool creates statistics data on the
  766. disk. Statistics data requires around 1/350  to  1/250  of  video
  767. data  size  and  MPEG  code requires 1/10 to 1/5 depending on the
  768. parameter.
  769.  
  770. MPEGTool encoder encodes RGB/CCIR-601  format  video  input  data
  771. from  tape  or  disk device by MPEG-1 specification and write the
  772. encoded data into tape or disk. In addition, the statistics  data
  773. can be stored into disk device for MPEGTool statistics analysis.
  774.  
  775. We can set several encoding parameters from MPEGTool Encoder win-
  776. dow.  For setting device related parameters, click Configure but-
  777. ton and modifying parameters in  MPEGTool  Encoder  Configuration
  778. window. To start Encoding, click Start and MPEGTool begins encode
  779. if there is no parameter error or device related error.
  780.  
  781. MPEGTool statistics creates types of graphs to analyze  statisti-
  782. cal properties of MPEG encoded video stream. Four types of graphs
  783. can be selected, Distribution, Generation Record, Autocorrelation
  784. and  Interarrival Time. First three of these plot each statistics
  785. of   MPEG   code   in   five   levels,   Bit/Frame,    Bit/Slice,
  786. Bit/MacroBlock,  ATM/Frame and ATM/Slice. Interarrival Time plots
  787. the time elapsed between arrivals of ATM packets within a  frame.
  788. The interarrival times are calculated from the bits generated per
  789. macroblock within a frame.  This interarrival time is  normalized
  790. to units of X seconds (where X will depend on the hardware imple-
  791. mentation of the coder).
  792.  
  793. "MPEGTool: An X windows  based  MPEG   encoder   and   statistics
  794. tool", Proceedings of ACM Multimedia '93, Anaheim, CA
  795.  
  796. This paper contains  more  details  and  several  examples  about
  797. MPEGTool.   PostScript  file of this paper is placed on anonymous
  798. ftp on atum.ee.upenn.edu.
  799.  
  800. ---------------------------------------------------------------------------
  801.  
  802.   What is "SECMPEG" ?
  803.   ===================
  804.  
  805.   SECMPEG is first a newly defined stream, that ensures the service
  806.   of confidentiality and integrity for a MPEG-I-video-stream. 'Cause
  807.   of the amount of multimedia-data it is NOT possible to use the same
  808.   crypto- or checking-techniques for multimedia-data then for normal
  809.   files or streams.
  810.  
  811.   Therefore we defined a new stream, containing additional security
  812.   information. We tested and filtered the MPEG-I-stream to ensure that
  813.   only important and relevant data is encrypted or checked. The newly
  814.   desinged methods are not proofed but quite good tested. We can't be
  815.   sure so far, if these method really do what they are designed for.
  816.  
  817.   It is second a tool, that can insert and delete the confidentiality
  818.   and integrity data into/from a MPEG-I-stream.
  819.  
  820.   If you get any results to proof our methods, we hope to here from you !
  821.  
  822.   More information is available from te authors, like some PostScript-
  823.   files, pictures and graphs.
  824.  
  825.  
  826.   Where is it ?
  827.   =============
  828.  
  829.   It will be posted the alt.binaries.pictures.utilities and the security-
  830.   relevant groups these days. Reposts come as requested.
  831.  
  832.   It will stored on our ftp-server in the next days (probably there):
  833.  
  834.         host: ftp.cs.tu-berlin.de (130.149.17.7)
  835.         file: /pub/msdos/dos/graphics/secmpeg.zip
  836.  
  837.   or probably in the unix-directory somewhere.
  838.  
  839.  
  840.   How does it compile ?
  841.   =====================
  842.  
  843.   The program already compiles under
  844.  
  845.   - SunOS 4.1.x            using cc or gcc
  846.   - SunOS 5.0              using cc or gcc
  847.   - Solaris 2.1            using cc or gcc
  848.   - INTERACTIVE Unix 2.2.1 using cc or gcc
  849.   - Linux                  using gcc
  850.   - MS-DOS                 using gcc or Borland C 2.0 (tcc),
  851.                            the dos-port shoulb be included as
  852.                            executable in the archive
  853.  
  854.   You need a compiler, that understands ANSI-C so far, but the rest is
  855.   straight forward C, so it should compile nearly everywhere.
  856.  
  857.  
  858.   What can you do ?
  859.   =================
  860.  
  861.   Permission to use, copy, modify, and distribute this software and
  862.   its documentation for any purpose and without fee is hereby granted,
  863.   provided that the archive remains complete, that this author notice
  864.   will appear in all copies and as long as you don't try to make money
  865.   off it, or pretend that you wrote it.
  866.  
  867.  
  868.   Authors
  869.   =======
  870.  
  871.   Juergen Meyer                Frank Gadegast
  872.   Sonnenallee 50               Leibnizstr. 30
  873.   12045 Berlin GERMANY         10625 Berlin GERMANY
  874.  
  875.   Access: jm@cs.tu-berlin.de   Access: phade@cs.tu-berlin.de
  876.  
  877. ---------------------------------------------------------------------------
  878.  
  879. Tom Pfeifer (pfeifer@fokus.gmd.de) announces:
  880.  
  881. [ mpegstat.tar.Z was uploaded to mm-ftp.cs.berkeley.edu, the DOS-port ]
  882. [ is available on ftp.cs.tu-berlin.de                                 ]
  883.  
  884. This is mpegstat v1.0 - an analyzing took for MPEG-I video streams for Unix. 
  885. It is based on the Berkeley MPEG player v2.0, utilizing the Berkeley parsing 
  886. and decoding routines for the MPEG data stream.
  887.  
  888.  
  889. MPEGSTAT is  a  useful utility for analyzing MPEG-I video
  890. streams. It is based on the Berkeley  MPEG  movie  player.
  891. MPEGSTAT reads  a  video  stream from a file or stdin and
  892. shows the frame type pattern as it is found while parsing.
  893. After  the  stream  is  completely  parsed it displays the
  894. frame pattern as it would be displayed by a  MPEG  viewer.
  895. It then generates a summary of various mpeg format related
  896. statistics.  MPEGSTAT works for MPEG movies that are Paris
  897. format compatible.
  898.  
  899.  
  900. Authors
  901. =======
  902.  
  903. Multimedia  systems  project - Technical University of Berlin, Germany
  904.  
  905. Tom   Pfeifer,   Dept.   of    Computer    Science, pfeifer@fokus.gmd.de
  906.  
  907. Jens  Brettin - Alexander Schulze - Harald Masche - Dirk Schubert
  908.  
  909. /*
  910.  *
  911.  * Copyright (c) 1993 Technical University of Berlin, Germany
  912.  *
  913.  * for the parts of the Berkeley player used:
  914.  *
  915.  * Copyright (c) 1992 The Regents of the University of California.
  916.  * All rights reserved.
  917.  *
  918.  */
  919.  
  920. ---------------------------------------------------------------------------
  921.  
  922. [ This brand-new encoder is really nice. Supports parralell computation ! ]
  923. [ There is also a really nice TKTCL-X11-Interface included !!!            ]
  924.  
  925. [ I already ported this to DOS (surely without the parallel stuff.        ]
  926.  
  927. From: Larry Rowe <larry@postgres.Berkeley.EDU>
  928. Date: Fri, 30 Jul 1993 17:15:56 -0700
  929. Subject: MPEG Video Encoder Release
  930.  
  931.  
  932. The Berkeley Plateau Research Group is happy to announce the
  933. release of Version 1.0 of its MPEG video encoder.
  934. The encoder is available via anonymous ftp from mm-ftp.cs.berkeley.edu
  935. (128.32.149.157) in /pub/multimedia/mpeg/mpeg_encode-1.0.tar.Z.
  936. That directory includes a sample uncompressed video sequence
  937. (flower.tar), our software MPEG video player, and some MPEG movies.
  938.     Larry and Kevin
  939.  
  940. Below is a copy of the README file:
  941. ------------------------------------------
  942.  
  943.                  MPEG-1 Video Software Encoder
  944.                  (Version 1.0; July 30, 1993)
  945.  
  946.      Lawrence A. Rowe, Kevin Gong, Ketan Patel, and Dan Wallach
  947.     Computer Science Division-EECS, Univ. of Calif. at Berkeley
  948.  
  949. This directory contains the freely distributed Berkeley MPEG-1 Video 
  950. Encoder.  The decoder implements the standard described in the ISO/IEC
  951. International Standard 11172-2.  The code has been compiled and tested 
  952. on the following platforms:
  953.  
  954.  HP PA-RISC (HP/UX 8.X, X11R4) (i.e., HP 9000/7XX and 9000/3XX)
  955.  Sun Sparc (SunOS 4.X, X11R5)
  956.  DECstation 5000 and Alpha
  957.  
  958. If you decide to port the code to a new architecture, please let
  959. us know so that we can incorporate the changes into our sources.
  960.  
  961. This directory contains everything required to build the encoder
  962. and run it.  We have included source code, makefiles, binaries
  963. for selected platforms, documentation, and test data.  Installation 
  964. instructions are given in the file named src/INSTALL.  A man 
  965. page is given in the file doc/mpeg_encode.1. 
  966.  
  967. The encoder will accept any input file format as long as you provide 
  968. a script to convert the images to PPM or YUV format.  Input file
  969. processing is described in the file doc/INPUT.FORMAT.  Options to control 
  970. input file processing and compression parameters are specified in 
  971. a parameter file.  Very little error processing is done when reading 
  972. this file.  We suggest you start with the sample parameter file 
  973. examples/template.param and modify it.  See also examples/default.param.
  974.  
  975. We have also provided a Tcl/Tk script, named encode.tcl, that can 
  976. be used to set parameters interactively (see the misc/ directory).
  977. The misc/ directory contains utility you might find useful including:
  978. programs to do PPM/YUV conversion and programs to convert Parallax
  979. XVideo JPEG files into PPM or YUV frames.
  980.  
  981. The motion vector search window can be specified, including half-pixel
  982. block matching, in the parameter file.  We have implemented several 
  983. search algorithms for P-frames including: 1) exhaustive search, 
  984. 2) subsampled search, and 3) logarithmic search.  We have also implemented
  985. several alternatives for B-frame block matching including: 1) interpolate
  986. best forward and best backward block, 2) find backward block for best
  987. forward or vice-versa (called CROSS2), and 3) exhaustive cross product
  988. (i.e., go out for coffee and a donut!). The search algorithms are controlled
  989. by options in the parameters file.  For tips on choosing the right search
  990. technique, see doc/TIPS.
  991.  
  992. We have done some tuning to produce a reasonable encoder, but there are
  993. many more optimizations that we would like to incorporate.  These 
  994. extensions are listed in the file EXTENSIONS.  If you succeed in 
  995. implementing any of them, please let us know! We have established 
  996. several mailing lists for messages about the Berkeley MPEG work:
  997.  
  998. mpeg-list-dist@CS.Berkeley.EDU
  999.    General information on the MPEG-1 decoder and encoder for 
  1000.    everyone interested should be sent to this list.
  1001.  
  1002. mpeg-list-request@CS.Berkeley.EDU
  1003.    Requests to join or leave the list should be sent to this
  1004.    address. The subject line should contain the single word
  1005.    ADD or DELETE.
  1006.  
  1007. mpeg-bugs@CS.Berkeley.EDU
  1008.    Problems, questions, or patches should be sent to this address.
  1009.  
  1010. Our future plans include porting the encoder to run on other
  1011. platforms and completing a portable parallel version of the code
  1012. that will run on a network of workstations.  Vendors or other 
  1013. END ---------------------- CUT HERE --------------------- 4/6
  1014.  
  1015.