home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / viewer / tapavi10.lha / tapavi.man < prev    next >
Encoding:
Text File  |  1994-12-23  |  4.9 KB  |  158 lines

  1.  
  2.  
  3.  
  4.     TAPAVI 1.0                                                23.12.94
  5.  
  6.  
  7.  
  8.     ABOUT
  9.  
  10.     This is an AVI animation player for 020+/KS2/AGA machines. It can
  11.     only play a small subset of the possible AVI formats, but can do
  12.     audio as well as video within that subset.
  13.  
  14.     AVI files are a kind of animation found on PCs. Video and audio
  15.     can be encoded in a variety of ways. TAPAVI only understands 8-bit
  16.     MSVC/CRAM encoding for video, and 8-bit PCM encoding for audio.
  17.     The format for AVI files is based on the source code to the XAnim
  18.     program. I only have CRAM/PCM files available for testing, so that
  19.     is all I've added support for.
  20.  
  21.     TAPAVI can be made resident for command line users. To extract it
  22.     from the archive with the "pure" bit set, use LHA's "-a" switch,
  23.     or you can type "protect tapavi p add" in a CLI.
  24.  
  25.     TAPAVI is Copyright © 1994 by John Bickers.
  26.  
  27.  
  28.     REQUIREMENTS
  29.  
  30.     TAPAVI will work best on an AGA/020+/KS3 machine, but can be run
  31.     on an AGA/020+/KS2 machine also. It requires the ReqTools library,
  32.     which can be found on the Aminet sites in util/libs.
  33.  
  34.  
  35.     PARAMETERS
  36.  
  37.     The command template is:
  38.  
  39.     FILES/M,BUF/K/N,FONT/K,NOSHOW/S,RAW/K,SKIP/K/N,SOUND/S,TIME/S
  40.  
  41.     The FILES option is one or more names of AVIs that you want to
  42.     play. If you leave this blank, then a file requester will appear.
  43.  
  44.     The BUF option is the size, in KB, of the buffer to use when
  45.     reading the animation file. The default is 1024 (= 1MB). A smaller
  46.     value will make the video smoother, but makes the audio stutter.
  47.  
  48.     The FONT option is a font name, including the ".font" extension,
  49.     to use for the TAPAVI screen. An 8-point non-proportional version
  50.     of the font will be requested. The default is dlview3.font.
  51.  
  52.     The NOSHOW option prevents TAPAVI from decoding the video stream
  53.     of the animation. Typically you would use it with the SOUND option
  54.     to play the AVI audio on its own.
  55.  
  56.     The RAW option is the name of a file to which the AVI audio stream
  57.     should be extracted. The raw AVI data will be written to the file,
  58.     and it can then be played back using a program like Thomas
  59.     Wenzel's Play16. This option is only effective if the SOUND option
  60.     is used also.
  61.  
  62.     The SKIP option is a number N indicating that every Nth frame of
  63.     the animation should be skipped.
  64.  
  65.     The SOUND option enables audio playback.
  66.  
  67.  
  68.     ABOUT THE FILES
  69.  
  70.     TAPAVI plays a subset of the AVI files that XAnim can play. I will
  71.     add support for more video and audio encoding methods as I need
  72.     them. Probably the best source of AVI files is on CD-ROM, so as I
  73.     get new CDs I will extend TAPAVI's support.
  74.  
  75.     I use Terje Pedersen's XAnim port to check out AVI files. If run
  76.     with the +v option it will display the video and audio encoding
  77.     methods for the file. This port is as fast as if not faster than
  78.     TAPAVI on my machine (A4000/040).
  79.  
  80.     The key differences between the two programs are...
  81.  
  82.     o   XAnim is more powerful and more general than TAPAVI.
  83.  
  84.     o   XAnim is faster and smoother than TAPAVI.
  85.  
  86.     o   TAPAVI plays audio.
  87.  
  88.     o   TAPAVI starts playing straight away, whereas XAnim seems to
  89.         spend a long time scanning the file before it starts playing.
  90.  
  91.     The CD-ROMs that TAPAVI has been tailored for are...
  92.  
  93.     o   X-Rated Bloopers, by Interactive Classics Inc. (CRAM 8/PCM 8)
  94.  
  95.  
  96.     KEYBOARD CONTROL
  97.  
  98.     Pressing Esc or clicking the right mouse button will terminate
  99.     the current animation. A break sent to the TAPAVI process will
  100.     terminate the program.
  101.  
  102.  
  103.     CREDITS
  104.  
  105.     TAPAVI is written by John Bickers using SAS C 6.51.
  106.  
  107.     The XAnim program is written by Mark Podlipec. XAnim3 on the Amiga
  108.     is a port by Terje Pedersen. There is another XAnim port in
  109.     progress for the Amiga, but I have not been able to run it on my
  110.     machine.
  111.  
  112.     The chunky-to-planar routine used is the c2p_020 routine from the
  113.     net, written by James McCoull, Peter McGavin et al.
  114.  
  115.     ReqTools is Copyright (c) Nico François.
  116.  
  117.  
  118.     DISTRIBUTION
  119.  
  120.     TAPDL is Copyright © 1994 by John Bickers.
  121.  
  122.     Distribution is via normal channels. That is, distribute it for
  123.     free or for Fred Fish like costs, but not more. And remember to
  124.     include the documentation.
  125.  
  126.     If you want to contribute something to the cause of PC animation
  127.     playback, you might want to consider sending me a CD of anims, or
  128.     a movie CD.
  129.  
  130.     If you're putting together a CD of animations and you want to put
  131.     TAPAVI onto it, by all means do so. Send me a copy of the CD in
  132.     lieu of any fee. Contact me at the address below if you want any
  133.     customisation of the program done.
  134.  
  135.  
  136.     CONTACT INFO
  137.  
  138.     I can be reached at:
  139.  
  140.         John Bickers
  141.         214 Rata St
  142.         Naenae
  143.         New Zealand
  144.  
  145.     Or: jbickers@templar.actrix.gen.nz
  146.  
  147.     Or: +64 4 567 7334 (home) +64 4 474 6625 (work)
  148.  
  149.  
  150.     DISCLAIMER
  151.  
  152.     It works on my machine.
  153.  
  154.  
  155.     HISTORY
  156.  
  157.     94.12.21    Created 1.0.
  158.