home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / _armovie / decomp800 / _readme next >
Encoding:
Text File  |  1995-05-22  |  3.0 KB  |  86 lines

  1.  
  2.  LinePack
  3.  ========
  4.  
  5.  'LinePack' is a Replay compressor, mainly for compressing computer generated
  6. graphics (animations, raytracer-output etc).
  7.  The compressor is LOSSLESS, and ignores the settings of frame-size,
  8. compression quality or data rate which can be specified in most Replay
  9. compressor frontends. It simply compresses as much as it can.
  10.  
  11.  
  12.  Compressor
  13.  ----------
  14.  The compressor is compatible with other Replay compressors and Replay
  15. compressor frontends, eg. !AREncode or !RCompress, but can also be used on its
  16. own from the CLI. When using the compressor with either of the frontends you
  17. will need the BASIC Replay library CompLib which comes with the MovingBlocks
  18. compressor.
  19.  
  20.  
  21.  Install
  22.  -------
  23.  Simply copy the Decomp800 directory to your !ARMovie directory. On a Risc PC,
  24. this is stored inside the directory !Boot.Resources.
  25.  
  26.  
  27.  How to compress from the CLI
  28.  ----------------------------
  29.  The Comp800 program converts any Replay file to the Movie 16:3 format:
  30.  
  31.  
  32.  *<ARMovie$Dir>.Decomp800.Comp800 [options] <infile> <outfile>
  33.  
  34.  
  35.  Options are
  36.  -display    - display in MODE 28.
  37.  -keys       - allow playback to be started at the start of any chunk.
  38.  
  39.  infile      - can be any Replay file which includes video.
  40.  outfile     - the output file.
  41.  
  42.  If <infile> is in YUV format, Comp800 will require access to the file
  43. '<ARMovie$Dir>.MovingLine.16yuv'.
  44.  If the -display option is set, Comp800 will require access to the files
  45. '<ARMovie$Dir>.MovingLine.8rgb11' and '<ARMovie$Dir>.MovingLine.8rgb22'.
  46.  
  47.  
  48.  How to compress using a Replay compressor frontend
  49.  --------------------------------------------------
  50.  The compressor will appear with the other compressors and can be selected
  51. just like those.
  52.  NOTICE: The compressor ignores the settings of framesize/quality/data rate
  53. which can be specified in most Replay compressor frontends. It simply
  54. compresses as much as it can.
  55.  If you've set the 'Make keys' option, you should delete the keys after
  56. compression. If this option is set, the compressor will use a special
  57. compression scheme for the first frame in each chunk, and thus the keys are
  58. not needed and will only take up a lot of space.
  59.  
  60.  
  61.  Conditions of use
  62.  =================
  63.  
  64.  'LinePack' is copyright (c) Henrik Bjerregaard Pedersen, 1995.
  65.  
  66.  The author cannot accept any liability for any damage or loss of any kind as
  67. a result of the use of this program.
  68.  
  69.  You may use, copy, distribute this program freely as long as this file is
  70. included unaltered and as long as you don't make any profit from it.
  71.  PublicDomain libraries may charge a nominal fee to cover disc, postage etc.
  72.  
  73.  Decompressor (the files Decompress and Info):
  74.  You may include the decompressor with PublicDomain/ShareWare/commercial
  75. software as long as this file is included unaltered.
  76.  
  77.  Compressor (the files BatchComp, Comp800, Compress, Decompress and Info):
  78.  If you want to included the compressor with a product of your own, please
  79. contact me so that we can sort out the details.
  80.  
  81.  ---------------------------
  82.  
  83.  Henrik Bjerregaard Pedersen
  84.  
  85.  email: henrik@login.dknet.dk
  86.