home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / viewer / XANIM3.LHA / xanim.readme < prev    next >
Encoding:
Text File  |  1994-12-30  |  33.6 KB  |  873 lines

  1.  
  2. XAnim Rev 2.69.7.2  02Nov94
  3.  
  4. COMPILING ON UNIX Systems (SunOS,Solaris,HP/UX,DG/UX,AIX,
  5.                Linux,Ultrix,OSF/1,etc)
  6.  
  7.  
  8.   If you have Imake on your system you can type
  9.  
  10.     xmkmf
  11.  
  12.   which should produce a Makefile from the Imakefile. Then
  13.   you can type:
  14.  
  15.     make xanim
  16.   
  17.   If this doesn't work you can copy Makefile.unx to Makefile.
  18.   Edit the Makefile and specify where the X11 includes and 
  19.   X11 libraries are on your particular machine. Then type
  20.  
  21.     make xanim
  22.  
  23.   NOTE: That in the Imakefile, XCOMM is used as a comment. This
  24.   is recommended by X11R6, but may break older revs. To fix,
  25.   simply replace every occurence of "XCOMM" with "#" in the
  26.   Imakefile. See top of Imakefile for more details.
  27.  
  28.  
  29. COMPILING ON VMS/AXP Systems
  30.   The files make.com and xanimXX.opt are provided for VMS users.
  31.   make.com should correctly detect wether you're running
  32.   DECWindows XUI or DECWindows MOTIF(revs 1.1 and 1.2) and use
  33.   the appropriate xanimXX.opt file.
  34.  
  35.   If you use the VMS MMS (or "make") facility, then a descript.mms
  36.   file is provided.
  37.  
  38.   NOTE: since VMS is case insensitve, all options to xanim must be
  39.   enclosed in double quotes in order for them to be proper recognized.
  40.   Example:
  41.         xanim "+bCn" anim1 anim2
  42.  
  43.  
  44. HOW TO USE XANIM
  45. The following is a copy of the man page with examples at the end.
  46.  
  47. SYNOPSIS
  48.      xanim [ +Vnum ] [ +Aaopts ]  [  +Ccopts  ]  [  +Ggopts  ]  [
  49.           +Mmopts  ] [ +Ssopts ] [ +opts ] animfile [ [ +opts ] [
  50.           animfile ] ... ]
  51.  
  52. DESCRIPTION
  53.      XAnim is a program that can display  animations  of  various
  54.      formats on systems running X11. XAnim currently supports the
  55.      following animation types:
  56.  
  57.       +  FLI animations.
  58.       +  FLC animations.
  59.       +  IFF animations.  The  following  features  are  sup-
  60.          ported:
  61.            -> Compressions 3,5,7,J(movies) and l(small L).
  62.            -> Color cycling during single images and anims.
  63.            -> Display Modes: depth 1-8, EHB, HAM and HAM8.
  64.       +  GIF87a and GIF89a files.
  65.            -> single and multiple images supported.
  66.            -> GIF89a animation extensions supported.
  67.       +  GIF89a animation extension support.
  68.       +  a kludgy text file listing gifs and  what  order  to
  69.          show them in.
  70.       +  DL animations. Formats 1, 2 and 3. TEMPORARILY DISABLED.
  71.       +  Amiga PFX(PageFlipper Plus F/X) animations. DISABLED TEMPORARILY.
  72.       +  Amiga MovieSetter animations(For those Eric Schwartz
  73.          fans).
  74.       +  Utah Raster Toolkit RLE images and anims.
  75.       +  AVI animations. Currently supported are
  76.            ->*IBM Ultimotion     (ULTI) depth 16.
  77.                -> JPEG               (JPEG) depth 24.
  78.                -> Motion JPEG        (MJPG) depth 24.
  79.            -> Microsoft Video 1  (CRAM) depth 8 and 16.
  80.            -> SuperMac Cinepak   (CVID) depth 24.
  81.            -> Uncompressed       (RGB ) depth 8
  82.            -> Run length encoded (RLE8) depth 8.
  83.       +  Quicktime Animations.  The  following  features  are
  84.          supported:
  85.            -> Uncompressed     (RAW ) depth 4,8,16,24,24+ and GRAY 4,8.
  86.            -> Apple Graphics   (RLE ) depth 1,8,16 and 24 and GRAY 8.
  87.            -> Apple Animation  (SMC ) depth 8 and GRAY.
  88.            -> Apple Video      (RPZA) depth 16.
  89.            -> SuperMac Cinepak (CVID) depth 24 and GRAY 8.
  90.            -> ???      YUV2    (YUV2) depth 24.
  91.            -> Photo JPEG       (JPEG) depth 24.
  92.            -> Supports multiple video trak's.
  93.            -> Supports animations with multiple codecs.
  94.            -> Supports single-fork and separate .rsrc and .data forks.
  95.       +  JFIF images. NOTE: use XV for single images. This is more
  96.          for animation of a sequence of JPEG images.
  97.       +  any combination of the above  on  the  same  command
  98.          line.
  99.  
  100. ---------------------------------------------------------------------------
  101. * The following copyright applies to all Ultimotion segments of the code:
  102.  
  103.   "Copyright International Business Machines Corporation 1994, All rights
  104.    reserved. This product uses Ultimotion(tm) IBM video technology."
  105. ---------------------------------------------------------------------------
  106.  
  107.      XAnim also provides various options that allow the  user  to
  108.      alter colormaps, playback speeds, looping modes and can pro-
  109.      vide on-the-fly scaling of animations with the mouse.
  110.  
  111. OPTIONS
  112.      A + will generally turn an option on and a -  will  turn  an
  113.      option  off.   This  can  be  reversed at compile time. (see
  114.      xanim_config.h).
  115.  
  116.      In each SubMenu, the options can be  run  together  with  no
  117.      intervening spaces. In the list of SubMenu options presented
  118.      below, the first letter given is the letter  that  specifies
  119.      the  SubMenu  and  should NOT be repeated if several SubMenu
  120.      options are to be run together.
  121.  
  122.      For example,  "+Cn  +Cs10  +CF4"  can  also  be  written  as
  123.      "+Cns10F4" or "+CF4s10n".
  124.  
  125.      A + or a - within a SubMenu will be an exit from  that  sub-
  126.      menu.   Options  will  affect  all  animations following the
  127.      invocation of that option. Some options may  be  changed  in
  128.      between animations without affecting previous animations.
  129.  
  130.      In the following sections,  an  "num"  represents  an  integer
  131.      number and an "fnum" represents a floating point number. Don't
  132.      include the double quotes. If a floating point number is of an 
  133.      integer amount, the "." need not be specified. There should be
  134.      no spaces between the option and the numbers.
  135.  
  136.      aopts SubMenu for Audio Options
  137.       +Ae        Audio Enable. XAnim will ignore audio data if
  138.             this option is not used.
  139.  
  140.       +Ak        This option allows XAnim to skip video frames
  141.             in order to help keep video in sync with audio.
  142.             default is on.
  143.  
  144.       +As"fnum"    Scale Audio playback speed by "fnum". Only the
  145.             range 0.125 to 8.00 is allowed.
  146.             NOTE: CURRENTLY VIDEO DOESN'T SCALE WITH AUDIO.
  147.  
  148.       +Ap"num"    This turns a hardware specific Audio port on or off.
  149.                Port 0 - main speaker (on  by default)
  150.                Port 1 - headphones   (off by default)
  151.                Port 2 - line out     (not supported yet)
  152.  
  153.       +Av"num"    Sets the inital Audio Volume(0-100) with 0
  154.             the lowest. default is 40.
  155.  
  156.      copts SubMenu for Color Options
  157.  
  158.       +C1        Create a colormap from the  first  frame  of  a
  159.             TrueColor  anim  and  then  remap the remaining
  160.             frames to this colormap. This  can  potentially
  161.             add  significant time to the startup of an ani-
  162.             mation but usually results  in  better  colors.
  163.             The  animation  needs  to  be buffered for this
  164.             option to work.  Not  valid  for  TrueColor  or
  165.             DirectColor displays(nor is it needed).
  166.  
  167.       +C3        Convert TrueColor  anims  to  332(StaticColor).
  168.             TrueColor  anims  are  animations  that provide
  169.             separate RGB info for each pixel,  rather  than
  170.             each  pixel being an index into a global color-
  171.             map. AVI(16bit CRAM), QT(RPZA and RLE depth  16
  172.             and  24)  and URT RLE 24 bit anims are examples
  173.             of TrueColor anims. This option is ignored  for
  174.             TrueColor or DirectColor displays.
  175.  
  176.       +CA         Create  a  colormap  from  each  frame   of   a
  177.             TrueColor  anim.  This  can  be  useful  if the
  178.             colors radically change during  the  course  of
  179.             the  animation.  This can take a VERY,VERY long
  180.             time at start up. Animation must  be  buffered.
  181.             This   option   is  ignored  for  TrueColor  or
  182.             DirectColor displays.
  183.  
  184.       +Ca         Remap all images to  single  new  cmap  created
  185.             from all of the colormaps.
  186.  
  187.       +Cd         Use Floyd-Steinberg  dithering  if  needed  for
  188.             non-monochrome  displays.   This  will  cause a
  189.             reduction in playback speed.
  190.  
  191.       +Cf         Forcibly remap to all  frames  to  1st  frame's
  192.             cmap.
  193.  
  194.       +CF0          Turns off CF4 option.
  195.  
  196.       +CF4          This option samples the colors of true color
  197.             animations ahead of time and forms a color
  198.             lookup table.  Beats the just truncating to a
  199.             RGB 332 color table and IMHO beats dithering.
  200.             See the +s option below(also in copts submenu).
  201.  
  202.       +Cg         Convert TrueColor anims  to  gray  scale.  This
  203.             option is ignored for TrueColor and DirectColor
  204.             displays.
  205.  
  206.       +Ch         Use histogram to aid in color  reduction.  His-
  207.             trogramming  is  only  done  on frames that are
  208.             buffered.
  209.  
  210.       +Cm         This option is currently needed if you want  to
  211.             dither  TrueColor anims to a 332 colormap. Ani-
  212.             mation must be buffered.  Typically  +bC3dm  is
  213.             the  option  to  use. This can take a VERY long
  214.             time at start up.
  215.  
  216.       +Cn         Don't create new colormap but instead  allocate
  217.             colors from the X11 Display's default cmap.
  218.  
  219.       +Cs"num"    This is the number of frames the +CF4 option looks
  220.             at ahead of time. More frames potentially yields
  221.             better colors results, but takes more time at
  222.             start up.  default is 5.
  223.  
  224.      gopts SubMenu for Gamma Options
  225.  
  226.       +Ga"fnum"    Set gamma of animation to be displayed.
  227.  
  228.       +Gd"fnum"    Set gamma of display. 1.0 is no change. gamma's
  229.             greater  than 1.0 typically brighten the anima-
  230.             tion.
  231.  
  232.      mopts SubMenu for Median-Cut Quantization Options
  233.  
  234.       +Ma        compute box color from average of box.
  235.  
  236.       +Mc        compute box color as center of box.
  237.  
  238.       +Mb"num"    Truncate rgb to "num" bits before quantizing.
  239.  
  240.      sopts SubMenu for Scaling Options
  241.  
  242.       +Si        Half the  height  of  IFF  anims  if  they  are
  243.             interlaced.(Not  completely  reliable since not
  244.             all IFF anims correctly identify themselves  as
  245.             interlaced).
  246.  
  247.       +Sn        Prevents X11  window  from  resizing  to  match
  248.             animations's size.
  249.  
  250.       +Sr        Allow user to  resize  animation  on  the  fly.
  251.             Enlarging an animation can greatly reduce play-
  252.             back speed depending on the power of the cpu.
  253.  
  254.       +Ss"fnum"    Scale the size  of  animation  by  "fnum"  before
  255.             displaying.
  256.  
  257.       +Sh"fnum"    Scale the horizontal size of the  animation  by
  258.             "fnum" before displaying.
  259.  
  260.       +Sv"fnum"    Scale the vertical size  of  the  animation  by
  261.             "fnum" before displaying.
  262.  
  263.       +Sx"num"    Scale the animation to have  width  "num"  before
  264.             displaying.
  265.  
  266.       +Sy"num"    Scale the animation to have height  "num"  before
  267.             displaying.
  268.  
  269.       +Sc        Copy display scaling factors to display buffer-
  270.             ing factors.
  271.  
  272.       +SS"fnum"    Scale the size of the animation by "fnum"  before
  273.             buffering it.
  274.  
  275.       +SH"fnum"    Scale the horizontal size of the  animation  by
  276.             "fnum" before buffering it.
  277.  
  278.       +SV"fnum"    Scale the vertical size  of  the  animation  by
  279.             "fnum" before buffering it.
  280.  
  281.       +SX"num"    Scale the animation to have  width  "num"  before
  282.             buffering it.
  283.  
  284.       +SY"num"    Scale the animation to have height  "num"  before
  285.             buffering it.
  286.  
  287.       +SC        Copy buffer scaling factors to display  scaling
  288.             factors.
  289.  
  290.      Normal Options
  291.  
  292.       +b        Uncompress and buffer images before displaying.
  293.             This only applies to AVI,QT, IFF,FLI,FLC anima-
  294.             tions. The rest(GIF87a,GIF89a,DL,PFX  and  RLE)
  295.             are currently always uncompressed and buffered.
  296.             This is cleared by the +f option.
  297.  
  298.       +B        Used X11 Shared Memory(if present)for unbuffered
  299.             animations only.(This is mutually exclusive with
  300.             +b above).
  301.  
  302.       +f        Don't load anim into memory, but read each sec-
  303.             tion  only  when needed. This is supported only
  304.             for AVI,QT,IFF,FLI  and  FLC  animations.  This
  305.             option  is cleared by the +b option. This saves
  306.             memory at the cost of speed.
  307.  
  308.       +c        let xanim know that iff anim  is  a  nonlooping
  309.             one.
  310.  
  311.       +d"num"    debug switch. "num" can be from 0(off) to 5(most)
  312.             for level of detail.
  313.  
  314.       +F        Floyd-Steinberg dithering when needed.
  315.  
  316.       +j"num"    "num"  is  the  number  of  milliseconds  between
  317.             frames.  if  0  then  the time specified in the
  318.             animation is used for timing purposes.
  319.  
  320.       +l"num"    loop animation "num" number of times before  mov-
  321.             ing on to next animation.
  322.  
  323.       +lp"num"    ping-pong animation "num" number of times  before
  324.             moving on to next animation.
  325.  
  326.       +N        don't display images. Useful for benchmarking.
  327.  
  328.       +o        turns    on    certain    optimizations.    See
  329.             xanim.readme.
  330.  
  331.       +p        Use Pixmap instead of Image in X11. This option
  332.             has    no    effect   if   the   animation   is
  333.             buffered(either  by  default  or  with  the  +b
  334.             option).
  335.  
  336.       +r        Allow color cycling for IFF single images.
  337.  
  338.       +R        Allow color cycling  for  IFF  anims.  (default
  339.             should be off)
  340.  
  341.       +T0        Title option 0. Title is just XAnim.
  342.  
  343.       +T1        Title option 1. Title  is  current  anim  name.
  344.             When  anim is stopped, the current frame number
  345.             is included.
  346.  
  347.       +T2        Title option 2. Title is current anim name  and
  348.             current frame number.
  349.  
  350.       +v        Verbose mode. Gives some information about ani-
  351.             mation such as size, number of frames, etc.
  352.  
  353.       +V"num"    Select X11 Visual to use when displaying anima-
  354.             tion.  The  "num"  is  obtained  by  using the +X
  355.             option of xanim.
  356.  
  357.       +Vclass    Select the best X11 Visual of Class class  when
  358.             displaying  the  animation. class can be anyone
  359.             of the following strings and is  case  insensi-
  360.             tive. (ie StaTicGraY is same as staticgray).
  361.  
  362.             staticgray    Select best StaticGray Visual.
  363.             grayscale     Select best GrayScale Visual.
  364.             staticcolor   Select best StaticColor Visual.
  365.             pseudocolor   Select best PseudoColor Visual.
  366.             truecolor     Select best TrueColor Visual.
  367.             directcolor   Select best DirectColor Visual.
  368.  
  369.       +X        X11 verbose mode. Display information about the
  370.             support X11 visuals.
  371.  
  372.       +Ze        XAnim will exit after playing  through  command
  373.             line once.
  374.  
  375.       +Zp"num"    XAnim pause at frame "num" and then wait for user
  376.             input.  Several  pauses  may be specified. Each
  377.             group of pauses will only affect the  animation
  378.             immediately following them on the command line.
  379.             Pauses will occur at least once.
  380.  
  381.       +Zr        This option enables the Remote Control  Window.
  382.             This  overrides  the  default  condition set in
  383.             xanim_config.h. Remote Control support must  be
  384.             compiled into XAnim for this to work.
  385.  
  386.  
  387.  
  388.  
  389. WINDOW COMMANDS
  390.      Once the animation is up and running there are various  com-
  391.      mands  that  can  be entered into that animation window from
  392.      the keyboard.
  393.  
  394.      q         quit.
  395.  
  396.      Q         Quit.
  397.  
  398.      g         Stop color cycling.
  399.  
  400.      r         Restore original Colors(useful after g).
  401.  
  402.      w         Restore original window size(useful after resizing).
  403.  
  404.      z         This pops up or removes the Remote Control Window.
  405.                Remote Control support must be compiled into XAnim
  406.                for this to work.
  407.  
  408.      <space>   Toggle. starts/stops animation.
  409.  
  410.      ,         Single step back one frame.
  411.  
  412.      .         Single step forward one frame.
  413.  
  414.      <         Go back to start of previous anim.
  415.  
  416.      >         Go forward to start of next anim.
  417.  
  418.      m         Single step back one frame staying within anim.
  419.  
  420.      /         Single step forward one frame staying within anim.
  421.  
  422.      -         Increase animation playback speed.
  423.  
  424.      =         Decrease animation playback speed.
  425.  
  426.      0         Reset animation playback speed to original values.
  427.  
  428.      AUDIO RELATED WINDOW COMMANDS
  429.  
  430.      1           Decrement volume by 10.
  431.  
  432.      2           Decrement volume by 1.
  433.  
  434.      3           Increment volume by 1.
  435.  
  436.      4           Increment volume by 10.
  437.  
  438.      s           Toggle. Audio Volume(MUTE). on/off.
  439.  
  440.      8           Toggle. Main Speaker. on/off.
  441.  
  442.      9           Toggle. Headphones. on/off.
  443.  
  444.  
  445. MOUSE BUTTONS
  446.      Once the animation is up and running the mouse buttons  have
  447.      the following functions.
  448.  
  449.      <Left_Button>
  450.            Single step back one frame.
  451.  
  452.      <Middle_Button>
  453.            Toggle. starts/stops animation.
  454.  
  455.      <Right_Button>
  456.            Single step forward one frame.
  457.  
  458. BUFFERING, PIXMAPS and READ_FROM_FILE Options
  459.      XAnim by default will read the entire animation into memory.
  460.      DL,  PFX,  Moviesetter,  GIF  or URT RLE type animations are
  461.      always uncompressed  and  stored  in  memory  as  individual
  462.      images.
  463.  
  464.      For  the  AVI,  QT,  IFF,  FLI/FLC  animations,   only   the
  465.      compressed   delta   is   stored.   These  deltas  are  then
  466.      uncompressed each time they need to be displayed. The buffer
  467.      option(+b)  may  be used to potentially speed up playback by
  468.      uncompressing and storing these images ahead  of  time.  But
  469.      more memory is used up in the process.
  470.  
  471.      When an XPutImage is called, the image typically gets copied
  472.      twice,  once to memory and then from there onto the display.
  473.      A pixmap is directly copied onto  the  display  without  the
  474.      first  copy.  This is why it is sometimes much faster to use
  475.      the pixmap option(+p).  Each image isn't  converted  into  a
  476.      pixmap until the first time it is displayed. This is why the
  477.      first loop of an animation using this  option  is  sometimes
  478.      slower  than  subsequent  loops. While the pixmap option may
  479.      improve playback speed, it will slow things down if  on-the-
  480.      fly  scaling needs to be performed. This is because XAnim no
  481.      longer has direct access to the image and  needs  to  get  a
  482.      copy of it before it can be scaled.
  483.  
  484.      The read from file option(+f) causes xanim not to store  the
  485.      compressed  deltas in memory. Instead as each image is to be
  486.      displayed, xanim reads the  corresponding  compressed  delta
  487.      from  the  file, expands it and then displays it. While this
  488.      can dramatically cut down on  memory  usage,  the  necessary
  489.      reads  from  disk(or whatever) can slow down playback speed.
  490.      XAnim still needs to allocate one  to  three  image  buffers
  491.      depending  on  the type of animation and the scaling options
  492.      used. This option is only supported for AVI, QT, FLI/FLC and
  493.      IFF  animations.  The  BODY  chunk  of IFF animations is not
  494.      included in this. As a result, an IFF animation that is made
  495.      up  of  several  BODY chunks will not currently benefit from
  496.      this option.
  497.  
  498.  
  499. SCALING Options
  500.      There are two sets of scaling options. One set, the  display
  501.      scaling factors,  affects the size of the animation as it is
  502.      displayed. The other set, the buffer scaling factors, affect
  503.      the   size   of   the   images   as   they   are  stored  in
  504.      memory(buffered). The buffer  scaling  factors  only  affect
  505.      animations  that  are  buffered  and can greatly increase or
  506.      decrease memory usage.
  507.  
  508.      These two sets are completely independent of each other. You
  509.      can  set  the  buffer scaling factors to 20 times the normal
  510.      animation size and not affect the size at which that  anima-
  511.      tion  is  displayed.  The  images are stored at 20 times the
  512.      normal size(and at 400 times the memory usage), but then get
  513.      scaled  back  down  to  normal  size before being displayed.
  514.      NOTE: that an animation must be buffered in  order  for  the
  515.      buffer scaling factors to have any affect on it. The display
  516.      scaling factors affect all animations.
  517.  
  518.      You can create pixellation like  affects  by  buffering  the
  519.      animation  at  1/8 it's normal size, but keeping the display
  520.      scaling factors at the original size. (IE  "xanim  +bSS0.125
  521.      anim.anim").
  522.  
  523.      Many times it's faster to store  and  display  an  animation
  524.      with large dimensions at half-size. The option "+bSS0.5C" or
  525.      "+bSS0.5s0.5" both will accomplish this. To save memory, you
  526.      could  even store the animation at half size and yet display
  527.      it at full size. "+bSS0.5" will accomplish this.
  528.  
  529. FORWARDS, BACKWARDS and OPTIMIZATION.
  530.      Many type of animations(FLI/FLC/IFF/some AVI  and  QTs)  are
  531.      compressed  with  forward  playback in mind only. Each delta
  532.      only stores the difference between the current frame and the
  533.      previous frame. As a results, most of these animations don't
  534.      display correctly when played backwards.  Even when buffered
  535.      up, these may not work, since XAnim only stores the smallest
  536.      rectangle that encompasses the  changes  from  the  previous
  537.      frame.  You  can  force  XAnim  to store the entire frame by
  538.      specifying the "-o" option to turn  this  optimization  off.
  539.      This will most likely use more memory and slow down the ani-
  540.      mation, since more of the image needs to  be  stored  and/or
  541.      displayed.
  542.  
  543. COLOR OPTIONS
  544.      Most of this will be a TBD for a future rev and what's  here
  545.      might be sketchy, incomplete or just plain confusing.
  546.  
  547.      TrueColor and DirectColor displays don't need to worry about
  548.      most of these options, as the animations can be displayed in
  549.      their original colors(ignoring monitor variations etc). How-
  550.      ever,  TrueColor  and  DirectColor  displays  can't  display
  551.  
  552.      animations that employ color cycling  techniques  where  the
  553.      colormap  changes  from  frame  to frame.  DirectColor could
  554.      potentially support this, but not TrueColor.
  555.  
  556.      For the rest of the displays, the problem  becomes  matching
  557.      the  colors in the animations to the available colors of the
  558.      Display.  For  most  PseudoColor  displays  this  means  256
  559.      colors.  Many  of  which are already in use by various other
  560.      programs. XAnim defaults to creating it's own  colormap  and
  561.      using  all  the  colors  from  that. The window manager then
  562.      installs this new colormap, whenever the  mouse  pointer  is
  563.      inside  the  XAnim  animation  window(Sometimes  a  specific
  564.      action is required to change the ColorMap Focus, like click-
  565.      ing  in the window or pressing a specific key). In any case,
  566.      this action usually causes  all  the  other  colors  on  the
  567.      screen  to  be  temporarily  "messed-up"  until the mouse is
  568.      moved out of the animation window. The  alternative,  is  to
  569.      use  the  "+Cn"  option.  Now XAnim tries allocating all the
  570.      colors it needs from the current colormap. If it can't get a
  571.      certain color, then XAnim choose one that is "close" to this
  572.      certain color. Close is completely arbitrary. The  animation
  573.      is  now displayed in colors that are different than the ori-
  574.      ginal colors. This difference may or may not be noticeable.
  575.  
  576.      Another big problem is when the animations are what I called
  577.      TrueColor animations. Where each pixel is stored as RGB tri-
  578.      plets. For example, AVI 16 bit CRAM animations.  Each  pixel
  579.      has  5  bits of Red, 5 bits of Green and 5 bits of Blue info
  580.      associated with it. This means there  can  be  up  to  32768
  581.      unique  colors  in  each  image.  And  on  most  PseudoColor
  582.      displays we can only display 256 unique colors. Beside  get-
  583.      ting  better  displays,  what  can  we do? XAnim defaults to
  584.      truncating the RGB information from 555 to 332. That is to 3
  585.      bits  of  Red,  3  bits of Green and 2 bits of Blue. Less on
  586.      Blue because the human eye is  more  sensitive  to  Red  and
  587.      Green than Blue.  This 332 colormap happens to be 256 colors
  588.      in size, which nicely fits  in  with  our  display.  If  our
  589.      display  only  had  64 colors, then XAnim is smart enough to
  590.      truncate things down to 222. Now the problem is  the  colors
  591.      of the displayed anim are noticeably different than the ori-
  592.      ginal colors.  Typically you  can  see  color  banding  etc.
  593.      While  this  is fine to get a feel for the animation, we can
  594.      do better. One of the solutions XAnim  currently  offers  is
  595.      the "+bC1" option. What this does is choose the the best 256
  596.      colors from the first image  of  the  animation.  Then  each
  597.      pixel  of  each subsequent image is remapped to one of these
  598.      256 colors.  This takes up some CPU time up front  and  more
  599.      memory since each image needs to be buffered, but results in
  600.      a colors that are closer to the originals.  Another  option,
  601.      "+bCA",  chooses  the  best  256  from  each image, then 256
  602.      colors from all these colormaps  are  chosen  as  the  final
  603.      colormap.   This  is useful if the colors in the first image
  604.      aren't representative of the rest of the animation. This can
  605.      be  very  slow.  Another  option  that is supported, but not
  606.      really optimized for yet is "+bC3dm". This causes  XAnim  to
  607.      use  a  332 colormap and then apply a Floyd-Steinberg dither
  608.      algorithm to each image.  Currently this is very slow.  Dif-
  609.      ferent  dithers(like Ordered) and better optimizations might
  610.      speed this up  in  future  revs.  In  general,  handling  of
  611.      TrueColor animations in XAnim needs to be improved.
  612.  
  613.      Another scenario where colors need to be remapped,  is  when
  614.      several  images  or animations with different colormaps need
  615.      to be displayed.  Changing the colormap usually  results  in
  616.      an annoying flicker. One solution to this is to remap all of
  617.      the images/animations to the same colormap. The "+Ca" option
  618.      chooses  the  best  colors  from  all the colormaps and then
  619.      remaps all the images to it. The "+Cf" option, simply remaps
  620.      everything  to the first colormap.  The "+Ch" option is use-
  621.      ful when an animation's colormap specifies a lot  of  colors
  622.      that aren't used. XAnim looks through each buffered image of
  623.      the animation and makes a histogram of the  useage  of  each
  624.      color.  This  information  is then used to weedout unused or
  625.      rarely used colors.
  626.  
  627. QUICKTIME ANIMATIONS
  628.      Quicktime animations are  usually  stored  in  two  separate
  629.      files.  One is call a data fork and ends with a ".data". The
  630.      other is a resource fork and ends in  a  ".rsrc".  Sometimes
  631.      these  animations  are in a "flattened" format, where every-
  632.      thing is put into one file. There's no standard naming  for-
  633.      mat for these types of files.
  634.  
  635.      For example, if you have a quicktime animation  made  up  of
  636.      two  files  named:  "spin.rsrc"  and  "spin.data",   you can
  637.      display them using Xanim with either of the  following  com-
  638.      mands  "xanim  spin"  or  "xanim spin.rsrc".  XAnim is smart
  639.      enough to add/modfiy the  ".rsrc"  and  ".data"  endings  as
  640.      needed.
  641.  
  642.      If you use AUFS from the Columbia  Appletalk  Package,  then
  643.      Macintosh  files have their data fork stored in the expected
  644.      place, and the resource fork is in a file with the same name
  645.      in a  .resource subdirectory. Therefore, if the data fork is
  646.      in "spin", and the resource fork isin  ".resource/spin", the
  647.      movie can be displayed with "xanim spin".
  648.  
  649.      For "flattened" quicktime animations, you  need  to  specify
  650.      the entire file name.
  651.  
  652.      NOTE: XAnim may not support all SMC or RPZA quicktime anima-
  653.      tions. It'll print "unknown code variation XX" to the screen
  654.      as it encounters these and move on to the next image of that
  655.      animation.
  656.  
  657.  
  658. EXAMPLES:
  659.     To display a single animation with Audio:
  660.  
  661.         xanim +Ae car_race.avi
  662.  
  663.     To display a audio animation on Sparc. main speakers off
  664.     and  headphones on:
  665.  
  666.         xanim +Aep1 -Ap0 car_race.avi
  667.  
  668.     To display a single animation:
  669.  
  670.         xanim iff3.anim
  671.  
  672.     To display a nonlooping IFF animation:
  673.  
  674.         xanim +c iff3.anim
  675.  
  676.     To display A.fli 3 times, B.anim and C.movie 2 times each and D.fli
  677.     once before repeating:
  678.  
  679.         xanim -l3 A.fli -l2 B.anim C.movie -l1 D.fli
  680.  
  681.     To see A.anim real slow(2 seconds for each frame):
  682.  
  683.         xanim +j2000 A.anim
  684.  
  685.     To display title image for a while then run an animation at
  686.     normal speed:
  687.  
  688.         xanim +j2000 title.gif +j0 anim.gifanim
  689.  
  690.  
  691. A series of GIF's can be displayed as:
  692.  
  693.     xanim im_0.gif im_1.gif im_2.gif ... im_36.gif
  694.  
  695.  or
  696.  
  697.     xanim im_*.gif
  698.  
  699.  or
  700.  
  701.     xanim im.txt
  702.  
  703.  or
  704.  
  705.     xanim im.gifanim
  706.  
  707. where im.txt is a txt file(a list of images, see xanim.doc for more details).
  708. and im.gifanim is one gif file composed of im_0.gif through im_36.gif.
  709. (see txtmerge to create a single gif file from a txt file).
  710.  
  711. X11 Notes:
  712. --------------------------------------
  713.  I. X11 Server Options
  714.  
  715.    When XAnim opens the display it passes the argument list to X11 which
  716.    then filters off the arguments it recognizes. XAnim won't even see these
  717.    arguments(which is sometimes a problem). For instance
  718.  
  719.    xa -geom =+100+100 skier.fli
  720.  
  721.    will play the anim skier.fli at pos <100,100> on the X11 screen.  Or
  722.  
  723.    xa -display nantucket:0.0 skier.fli
  724.  
  725.    will display the anim skier.fli on the machine nantucket's display.
  726.  
  727.    Sometimes this is a problem, because a valid XAnim option is stripped by the
  728.    X11 server. For instance if +r was being stripped, then use ++r instead.
  729.    Same goes with -r. Use --r instead if you believe it's being filtered
  730.    by X11.
  731.  
  732. Machine Specific and Compiler Notes:
  733. --------------------------------------
  734.  Some PC's need you to uncomment the line below in Makefile.
  735.  #XA_INET_LIB = -linet
  736.  
  737.  Depending on your window manager(mwm,uwm,olwm,twm etc), you might
  738.  want to have XAnim do a XInstallColormap. This shouldn't be necessary
  739.  for most workstations and can cause core dumps on some PCs.
  740.  There are usually user selectable options for each window manager
  741.  that selects the colormap focus policy(pointer,fixed,explicit etc).
  742.  Use -DNO_INSTALL in Makefile if you DON't want XAnim to install
  743.  the colormap.
  744.  
  745.  Some X11's don't have support for multiple visuals.  An executable
  746.  compiled with such an X11 will not be able to correctly run on a
  747.  machine that does supports multiple visuals even if they're binary
  748.  compatible.
  749.  
  750.  Hugh D.R. Evans has supplied make.com, xanim.opt and added VMS defines
  751.  so that VMS users may compile and run XAnim. Rick Dyson has provided
  752.  the descript.mms file and some VMS fixes. John Kneitz has also
  753.  provide some VMS fixes and suggestions.
  754.  
  755. And Yet More Notes about Quicktime Animations
  756. ---------------------------------------------
  757.         NOTES ON QUICKTIME ANIMATIONS WITH XANIM
  758.  
  759.   (these are just my notes and may contain some inconsistencies.
  760.    There's currently some question about the true meaning of
  761.    "flatten". It might just mean taking a quicktime file and
  762.    replacing a references to another files with those files
  763.    themselves.  But lately many people use it to mean collapsing
  764.    the *.data and *.rsrc forks into one *.data fork for export
  765.    to a non-mac computer. - Mark)
  766.  
  767.  
  768.    EXTRACTING Quicktime Animations
  769.  
  770.     Typically you will obtain the quicktime animations that have
  771.     been archived and then binhex'd. If the file you have ends
  772.     in a .hqx, then you need to run hexbin on it ("hexbin anim.hqx").
  773.     This will create a *.bin file(not necessarily anim.bin, it
  774.     could be anything.bin. The actual name is contained within
  775.     the *.hqx file).  
  776.  
  777.     If the file you have ends in a .bin or you've just hexbin'd a file, 
  778.     now you need to unpack it. In other words extract the files that
  779.     are contained within it. These files can be programs/documents/
  780.     animations/images etc. They're not necessarily quicktime animations.
  781.  
  782.     There is a program called macunpack that should be used to
  783.     accomplish this. You need to use the -f option, I recommend
  784.     the -lv options as well. (ie "macunpack -flv file.bin")
  785.  
  786.     Macunpack doesn't support certain DiskDoubler or Stuffit Deluxe
  787.     archives. There is no unix/pc program that I know of that does(except 
  788.     for the Mac). In this case your only choice is to get a hold of a 
  789.     Macintosh computer and someone who knows how to use it and
  790.     hopefully some method of transferring files to/from it.
  791.  
  792.     Once you've unpacked everything, you should have three files,
  793.     a *.info, a *.rsrc and a *.data. You can delete the *.info file.
  794.     XAnim doesn't need or use it.
  795.  
  796.     The quicktime animation is made up of BOTH the *.rsrc and the
  797.     *.data files and therefore XAnim needs BOTH the *.rsrc and the 
  798.     *.data in order to recognize and display the animation.
  799.   
  800.     The only exception to this is if the animation has been "flattened".
  801.     Essentially, all that this means is that the .rsrc and .data files
  802.     were merged into one file for export to a non-mac computer.
  803.     This file doesn't have any real naming conventions, but it is
  804.     usually something like .mov, .mv, .qt, etc(it is never .bin or .hqx). 
  805.     And it is rarely .data. If XAnim can't play it, then it's 95%
  806.     likely to be a *.data fork(that's missing a *.rsrc fork) and not
  807.     a flattened quicktime animation.
  808.  
  809.     Macunpack and hexbin can be found in the macutil archive. They
  810.     are available at the following locations:
  811.  
  812.         sumex-aim.stanford.edu:/info-mac/unix/macutil-20b1.shar
  813.         ftp.cwi.nl:/pub/macutil2.0b3.shar.Z
  814.         solaris.ims.ac.jp:/pub/unix/mac/macutil-20b1.shar
  815.  
  816.     Use archie to find other sites.
  817.  
  818.     Here's a quick blurb on macutils from the readme.
  819.  
  820.             o hexbin - a program to convert BinHex 4.0 to MacBinary;
  821.           it also converts uuencode (and UULite) files to their
  822.           native binary format; support for .dl, .hex, and .hcx
  823.           formats (all predecessors of BinHex 4.0) also exists
  824.  
  825.             o macunpack - a program to unpack PackIt, StuffIt,
  826.           Diamond, Compactor/Compact Pro, most StuffIt Classic
  827.           and StuffIt Deluxe, DiskDoubler, Zoom and LHarc/MacLHa
  828.           archives.
  829.  
  830.           It also decodes BinHex 5.0, MacBinary, uuencode, and
  831.           UNIX compress (ie: .Z suffix) files (as well as variants
  832.           of compress implemented by various Macintosh compress
  833.           programs).
  834.  
  835.  
  836.   TRANSFERING DIRECTLY FROM A MACINTOSH
  837.  
  838.     If you are transferring a quicktime animation directly from a 
  839.     Macintosh(ftp/fetch/gator/etc), you need to use the MacBinary mode.
  840.     This will archive all three resource forks(.info,.rsrc and .data) 
  841.     into a .bin file and transfer that. You must then use "macunpack -flv"
  842.     as described above.
  843.   
  844.     If you use Binary mode(as opposed to the MacBinary mode), ONLY the 
  845.     *.data file will be transferred. This *.data file is useless without
  846.     the *.rsrc file, unless it happens to be "flattened". If you don't
  847.     absolutely know this to be true, then use the MacBinary mode and 
  848.     extract with macunpack.
  849.  
  850.  
  851.   OTHER PROGRAMS
  852.  
  853.     mcvert is also capable of extracting the *.rsrc and *.data files
  854.     form a MacBinary file(*.bin). It doesn't support all of the
  855.     archival compression formats that macunpack does and I'm not
  856.     as familiar with it. Archie should be able to find it.
  857.  
  858.   CREATING A QUICKTIME FOR EXPORT ON A MACINTOSH
  859.  
  860.     Movieconverter, part of Apple's Quicktime Starter Kit (a commercial product)
  861.     can do this.  Save the movie as BOTH "Make self-contained" and "Playable
  862.     on non-Apple computers." 
  863.  
  864.  
  865.   If you have any other questions or problems trying to run 
  866.   quicktime animation using xanim I might be able to answer
  867.   them.
  868.  
  869. ------------------------------------------------------------------------------
  870.  
  871. Mark Podlipec  podlipec@wellfleet.com
  872. http://www.portal.com/~podlipec/home.html  "The XAnim Home Page"
  873.