home *** CD-ROM | disk | FTP | other *** search
/ Dream 55 / Amiga_Dream_55.iso / RISCOS / APPS / ANIM / MPEG / MPEG.ZIP / !Mpeg / !Help < prev    next >
Text File  |  1994-05-04  |  2KB  |  97 lines

  1. ====================
  2. !Help file for !MPEG
  3. ====================
  4.  
  5. Version 2.0.8  (10 October 1993)
  6.  
  7.  
  8. Based on the public domain player written by:
  9. Lawrence A. Rowe, Ketan Patel, and Brian Smith
  10. Computer Science Division-EECS, Univ. of California
  11. at Berkeley.
  12.  
  13.  
  14. Acorn port and additional RISCOS-specific
  15. support code and display routines by:
  16.  
  17. Paul LeBeau
  18. (paul_lebeau@equinox.gen.nz)
  19. --------------------------------------------------
  20.  
  21. This software is FREEWARE.
  22. Permission for non-profit distribution of this
  23. software is granted, provided it is distributed
  24. "as is", without change.
  25.  
  26. Further information about (and the source for) the
  27. Berkeley player is available from the Berkeley
  28. FTP site listed below.
  29.  
  30.  
  31. Thanks are due to:
  32.    Roger Wilson at Acorn
  33.    Chris Marshall
  34.    Andrew Hersee
  35.  
  36.  
  37. If you find any bugs or have technical questions,
  38. then feel free to email me.  Use the email address
  39. above, or alternatively try mailing me at the
  40. following address:
  41.  
  42. c/- 4Mation
  43. 14 Castle Park Rd
  44. Barnstaple
  45. Devon
  46. EX32 8PA
  47. U.K.
  48.  
  49.  
  50.  
  51. ---------------------------------------------------
  52.  
  53. !MPEG Frequently Asked Question list {8-b
  54.  
  55.  
  56. (1) How do I make it work?
  57.  
  58.     1. Set your MPEG file to filetype &BF8 ("MPEG")
  59.     2. Double click on it (make sure !MPEG
  60.        has been seen by the filer first).
  61.  
  62. (2) Where do I get MPEG files from?
  63.  
  64.     Try the following FTP sites:
  65.  
  66.     s2k-ftp.cs.berkeley.edu (128.32.149.117)
  67.        in the directory /pub/multimedia/mpeg
  68.  
  69.     phoenix.oulu.fi (130.231.240.17)
  70.        in the directory /pub/mpeg
  71.  
  72.     Remember to ensure you are in 'binary'
  73.     mode before downloading any files.
  74.  
  75. (3) What about sound?
  76.  
  77.     Not supported I'm afraid.
  78.     Neither are Interleaved video and audio streams.
  79.  
  80. (4) Why isn't it faster?
  81.  
  82.     The MPEG file decoding and decompression is
  83.     written in C.  The DCT (Discrete Cosine Transform)
  84.     compression method is pretty slow (have you tried
  85.     decoding a JPEG file lately!).  I have a few ideas
  86.     for speeding it up and I intend to implement these
  87.     eventually.
  88.  
  89. (5) How does this affect Replay?
  90.  
  91.     It doesn't.
  92.  
  93.     I've used the same colour translation/dithering tables
  94.     and methods as Replay (courtesy of Roger Wilson) but
  95.     that's pretty much as far as it goes.
  96.  
  97.