home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / file / replaytools_2 / !ReadMe next >
Encoding:
Text File  |  1995-06-15  |  3.1 KB  |  107 lines

  1.  
  2.  Replay tools 1.02
  3.  -----------------
  4.  (c) Henrik Bjerregaard Pedersen, 1995.
  5.  
  6.  This is a collection of PublicDomain programs which are designed to make your
  7. life a little easier if you work with Replay.  Read Decomp800.!ReadMe and
  8. Decomp802.!ReadMe for details of how to use the compressors.
  9.  
  10.  You may distribute the original, unaltered files/programs as long as this
  11. file is included.
  12.  You may NOT sell the programs without my permission, but PD-libraries may
  13. charge a nominal fee to cover postage, disc etc.
  14.  All programs are copyright Henrik Bjerregaard Pedersen, 1995.
  15.  
  16.  
  17.  CropReplay - reduce the size (in pixels) of a Replay movie.
  18.  Decomp800  - 'LinePack' Replay compressor.
  19.  Decomp802  - 'Movie 16:3' Replay compressor.
  20.  FLI        - not exactly Replay related, but quite useful anyway.
  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 use the
  29. 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 use the
  36. compressor from the CLI, as *Comp802 ...
  37.  
  38.  
  39.  CropReplay
  40.  ----------
  41.  CropReplay removes pixels from the border of a Replay movie. This is very
  42. useful if you have an Eagle card, as this sometimes produces a very ugly
  43. 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 movie, but you
  51. 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 your Eagle
  57. card. The movie is grabbed directly to RAM so there's a limit to the number
  58. of frames you can grab. Make sure that the Next slot in the task manager is
  59. dragged to full.
  60.  You can change the size and frame rate of the movie by editing the start of
  61. the program.
  62.  
  63.  
  64.  Spr2Replay
  65.  ----------
  66.  Spr2Replay converts a list of sprite files to a Replay movie.
  67.  
  68.  Please read the first 20-25 lines of the program for more details.
  69.  
  70.  Call as *Spr2Replay <movie> <textfile> <size x> <size y>
  71.  
  72.  <movie> is the output movie.
  73.  <textfile> is a textfile holding a list of spritefile names.
  74.  <size x> is the width of the movie.
  75.  <size y> is the height of the movie.
  76.  
  77.  The program _can_ run on pre-Risc PCs, but this requires that all the sprites
  78. are 15bpp (eg. created by *MPEGDecode) and the exact same size as the output
  79. movie.
  80.  
  81.  To create the textfile, create an empty file in !Edit or !Zap, and Shift-drag
  82. the sprite files one by one to the textfile window.
  83.  
  84.  
  85.  
  86.  Changes since 1.01
  87.  ------------------
  88.  * The commandline compressor now uses much less memory when the source movie
  89.    is in uncompressed 15bpp RGB.
  90.  * Much improved version of Spr2Replay.
  91.  * FLI included.
  92.  
  93.  
  94.  Enjoy!!!
  95.  --------
  96.  
  97.  Please send donation, bug-reports and suggestions to:
  98.  
  99.  Henrik Bjerregaard Pedersen
  100.  Stengaards Alle 13B
  101.  DK-2800 Lyngby
  102.  Denmark
  103.  
  104.  email: henrik@login.dknet.dk
  105.  
  106.  I cannot guarantee to answer anything but email and letters with money.
  107.