home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / graphics / movie / YetAnotherVideo.README < prev   
Encoding:
Text File  |  1997-06-05  |  1.8 KB  |  35 lines

  1.      yav is a software only video encoder/decoder for NeXT workstations.  It
  2. will play a video with a reasonable frame size (288x224 pixels) at a reasonable
  3. frame rate (greater than or equal to 6 frames/second depending on cpu speed)
  4. with a synchronized sound track for a reasonable length of time (greater than
  5. 10 minutes depending on disk size).  Since the above requirements necessitates
  6. a computationally inexpensive algorithm for on the fly decompression, the
  7. compressed format is not MPEG.  Instead it is a format designed primarily for
  8. easy decompression.  It sacrifices both compression ratio and quality in order
  9. to achieve a large frame size and high frame rate.  The encoder is not real
  10. time and requires from 2 to 6 minutes to encode a single frame depending on
  11. quality.  Since the design objective of yav is to implement a software
  12. encoder/decoder for low-end workstations in general, yav is not a NeXTstep
  13. application.  Except for the imaging routines the yav source written in C is
  14. completely machine independent and should be easy to port to any UNIX platform.  
  15.      Also included are utilities to convert MPEG format movies to yav format
  16. movies.  The MPEG convertor is derived from the Berkeley public domain player.
  17. Unfortunately, the only video with sound I have was captured from the TV
  18. and is not in the public domain.  However, a converted MPEG without sound
  19. is included.
  20.  
  21.      The yav tar file is available by anonymous ftp from cs.orst.edu and 
  22. isrdgw.isr.recruit.co.jp.
  23.  
  24. Please send comments to:   Gary K. Arakaki
  25.                            Media Design Center
  26.                            RECRUIT CO., LTD.
  27.                            INUI Bldg. Kachidoki
  28.                            1-13-1 Kachidoki
  29.                            Chuo-ku, Tokyo, Japan
  30.  
  31.                   email:   gary@isr.recruit.co.jp
  32.  
  33.                   phone:   03-3536-7789
  34.  
  35.