home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 043.lha / Videoscape.doc < prev    next >
Text File  |  1987-06-25  |  3KB  |  63 lines

  1. These files are freely distributable.  Copyright 1987 Aegis Development Inc.,
  2. Sparta Inc., and Allen Hastings.
  3.  
  4. VideoScape 3D, VideoTitler are trademarks of Aegis Development Inc.
  5.  
  6. For more information contact:
  7.     
  8.     Aegis Development Inc.
  9.     2115 Pico Blvd.
  10.     Santa Monica, CA 90405
  11.     (213) 392-9972
  12.  
  13.  
  14.     Video.doc    This file.
  15.  
  16.     ShowANIM     A program for the playing of ANIM files.
  17.                  The usage for this program is simply:
  18.  
  19.                          ShowANIM filename
  20.  
  21.                  which will load the specified ANIM file into memory
  22.                  and play it one time.
  23.  
  24.                  There are also three switches which can be used:
  25.  
  26.                       -l   loop mode - will replay the animation
  27.                            over and over from the start.  Execution
  28.                            can be terminated only by a re-boot.
  29.  
  30.                       -c   continuous play mode - this is similar to
  31.                            -l above except ShowANIM assumes you have a
  32.                            two frame overlap at the end of the ANIM file
  33.                            (the last two frames are IDENTICAL to the
  34.                            first two).  Given this requirement, ShowANIM
  35.                            can play the animation over and over in a
  36.                            continuous fashion.
  37.  
  38.                       +nn  where nn is a two digit number indicating the
  39.                            number of vertical blanks (1/60 sec jiffies)
  40.                            for each frame.  ShowANIM will assure that at
  41.                            least this number of vertical blanks will 
  42.                            occur between frames.  e.g. a +6 will produce
  43.                            a 10 frame/second animation provided ShowANIM
  44.                            can reconstruct the frames that fast.  This
  45.                            will override the reltime parameter on the
  46.                            ANHD chunks on the ANIM file.
  47.  
  48.                  For example, to show the redbaron.anim file on this 
  49.                  disk continuously at 30 frames per second, enter:
  50.  
  51.                         ShowANIM -c +2 R_Baron.anim
  52.  
  53.  
  54.     R_Baron.anim    This is a nice animation of a tri-plane
  55.                  provided courtesy of Allen Hastings (author of
  56.                  VideoScape-3D on which this ANIM was produced).
  57.                  This ANIM file has a two frame overlap at the end 
  58.                  which permits it to be played back with the -c switch
  59.                  (continuous play) in which case it will fly round and
  60.                  round forever (nearly).
  61.  
  62.  
  63.