home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsp / replaytool / !ReadMe next >
Encoding:
Text File  |  1995-04-30  |  2.4 KB  |  80 lines

  1.  
  2.  Replay tools
  3.  ------------
  4.  (c) Henrik Bjerregaard Pedersen, 1995.
  5.  
  6.  This is a collection of PublicDomain programs which are designed to
  7. make your life a little easier if you work with Replay.
  8.  Read Decomp800.!ReadMe and Decomp802.!ReadMe for details of how to
  9. use the compressors.
  10.  
  11.  You may distribute the original, unaltered files/programs as long
  12. as this file is included.
  13.  You may NOT sell the programs without my permission, but PD-libraries
  14. may charge a nominal fee to cover postage, disc etc.
  15.  All programs are copyright henrik Bjerregaard Pedersen, 1995.
  16.  
  17.  
  18.  CropReplay - reduce the size (in pixels) of a Replay movie.
  19.  Decomp800  - 'LinePack' Replay compressor.
  20.  Decomp802  - 'Movie 16:3' Replay compressor.
  21.  GrabLarge  - grab large movies with your Eagle card
  22.  Spr2Replay - convert sprites to Replay.
  23.  
  24.  
  25.  LinePack
  26.  --------
  27.  See Decomp800.!ReadMe.
  28.  If you don't have the BASIC library !ARMovie.Tools.CompLib you should
  29. use the compressor from the CLI, as *Comp800 ...
  30.  
  31.  
  32.  Movie 16:3
  33.  ----------
  34.  See Decomp802.!ReadMe.
  35.  If you don't have the BASIC library !ARMovie.Tools.CompLib you should
  36. use the compressor from the CLI, as *Comp802 ...
  37.  
  38.  
  39.  CropReplay
  40.  ----------
  41.  CropReplay removes pixels from the border of a Replay movie. This is
  42. very useful if you have an Eagle card, as this sometimes produces a
  43. very ugly black border.
  44.  
  45.  Call as *CropReplay <input> <output>.
  46.  
  47.  <input> can be any Replay movie.
  48.  <output> will be a format 2 (15bpp uncompressed) Replay movie.
  49.  
  50.  Currently, CropReplay removes 4 pixels from all 4 sides of the
  51. movie, but you can change this by editing the start of the program.
  52.  
  53.  
  54.  GrabLarge
  55.  ---------
  56.  This allows you to grab a Replay movie in 320x256 pixels from
  57. your Eagle card. The movie is grabbed directly to RAM so there's
  58. a limit to the number of frames you can grab. Make sure that the
  59. Next slot in the task manager is dragged to full.
  60.  You can change the size and frame rate of the movie by editing
  61. the start of the program.
  62.  
  63.  
  64.  Spr2Replay
  65.  ----------
  66.  Spr2Replay converts a list of sprite files to a Replay movie.
  67.  
  68.  Call as *Spr2Replay <movie> <textfile> <size x> <size y>
  69.  
  70.  <movie> is the output movie.
  71.  <textfile> is a textfile holding a list of spritefile names.
  72.  <size x> is the width of the movie.
  73.  <size y> is the height of the movie.
  74.  
  75.  The program only runs on Risc PCs, as it needs 15bpp sprite
  76. handling capabilities.
  77.  
  78.  To create the textfile, create an empty file in !Edit or !Zap,
  79. and Shift-drag the sprite files one by one to the textfile window.
  80.