home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 7 / POWERCD7.ISO / dos / vfd13c / vfd.doc < prev    next >
Text File  |  1994-08-25  |  28KB  |  576 lines

  1.  
  2.                     VFD(tm) Video for DOS Shareware Version
  3.                            Release 1.3  (08/25/94)
  4.              Copyright (c) 1994 by Bob Williamson  CIS 76570,2752
  5.                
  6.       VFD(tm) is a DOS command-line motion video cross-compiler for creating 
  7.       .FLC, .FLI and .AVI files from:
  8.  
  9.       Windows .DIB files (all BMP & RLE)
  10.       Windows .BMP files (1, 4, 8, 16 & 24-bit)
  11.       Windows .RLE files (4 & 8-bit, including deltas)
  12.       IBM OS/2 .BMP files (1, 4, 8 & 24-bit)
  13.       Truevision .TGA files (8, 16, 24 & 32-bit rle & uncmp)
  14.       CompuServe .GIF files (PC & Mac 87a, 89a)         *registered version*
  15.       Zsoft .PCX files (8 & 24-bit)                     *registered version*
  16.       Autodesk .FLC and .FLI files (all)
  17.       Windows .AVI files (RLE and 8, 16, & 24-bit Full Frames)
  18.       MPEG .RAW files produced by DMPEG.EXE v1.1 (8 & 24-bit)
  19.  
  20.       VFD will extract a numpic file series from FLC, FLI, RAW, and AVI 
  21.       (RLE & Full Frames only) in BMP, RLE, GIF, PCX or TGA formats.  Direct 
  22.       conversion of FLC, FLI, AVI and single image formats is also supported.
  23.  
  24.       VFD uses an advanced method of color quantitization called Hilite
  25.       Promotion (Scaleable Adaptive, Histogram-based).  Hilite Promotion 
  26.       produces 8-bit motion video with high color fidelity and image 
  27.       resolution from a diverse range of image files and palettes by using 
  28.       scaleable quantitization (color reduction) and variable dither 
  29.       intensity.  Hilite Promotion can be used to create an optimum palette 
  30.       containing both the most popular colors and the most diverse colors 
  31.       from the input images.
  32.  
  33.       Hilite Promotion was developed as a solution to the motion video color 
  34.       quantitization problem of multiple images and palettes.  It may be 
  35.       used for building compatible Windows identity palettes for one or more 
  36.       bit-mapped images to be displayed by Windows, as well as motion video.
  37.  
  38.       PARAMS:
  39.  
  40.       VFD options may be invoked by use of command-line parameters.  The
  41.       parameters follow the infile, preceded by a space and either a forward 
  42.       slash '/' or a hyphen '-'.  The params may be in any order and are case 
  43.       insensitive.  Typing 'VFD <enter>' will display a list of the options: 
  44.       
  45.   VFD infile [params]
  46.   -I         create .FLI (default is .FLC)
  47.   -An        create .AVI n=1 8-bit Full Frames, n=2 RLE 
  48.   -En        Extract numpic series n=1 8-bit .BMP, n=2 .RLE delta, n=3 .GIF
  49.              n=4 8-bit .PCX, n=5 8-bit .TGA uncmp
  50.   -Sn        playback Speed in frm/sec n=0.1 to 99 (default=15)
  51.   -Ofname    Outpath [d:\path\]fname (default fname=infile w/ outtyp .ext)
  52.   -Tn1[,n2]  Total frames n1=start, n2=total count (disables B2 pingpong)
  53.   -Mn        CoMpression n=1 50%, n=2 67%, n=3 75%, n=4 80%, ..., n=99 99%
  54.   -Kn        Keyframe interval n=1 to 65535 (Default is no keyframes)
  55.   -Bn        Backward n=1, pingpong n=2, mirror n=3 (B1,B2: numpic only)
  56.   -Rn        Resize n=1 1/2, n=2 2x n=3 override dflt FLI aspect correction
  57.   -Cn        Color count n=2 to 255 (default=256)
  58.   -Hn        Hilite promotion (range 1 to 255) (default=256 most pop colors)
  59.   -Dn        Dither (intensity range 2 to 255)
  60.   -L±n[,c]   Luminance n=1 to 255 (+ lite, - dark) (c=r,g,b: red,green,blue)
  61.   -Wn        Windows identity palette n=1 mapped, n=2 not mapped
  62.   -Fn        Fixed Windows id pal n=1 256 colr, n=2 gray, n=3 hlftne, n=4 b&w
  63.   -Pn        write Pal n=1 RIFF .PAL, n=2 DIB .PAL, n=3,4 AA,AAPro .COL,
  64.              n=5 PicLab .MAP, n=6 PSP .PAL, n=7 NeoPnt .PAL, n=8 generic .PAL
  65.  
  66.       The infile may be any of the above listed image file formats.  VFD 
  67.       will read a numpic series if wildcards ('*' or '?') are used in the 
  68.       file name. The infile may include the path. The output file path is 
  69.       the current default.  Examples:
  70.  
  71.       VFD pretty00.bmp                     (produce a one frame .FLC
  72.                                            PRETTY.FLC)
  73.  
  74.       VFD pretty*.rle                      (produce a 100 frame .FLC
  75.                                            starting w/ pretty00.rle
  76.                                            thru pretty99.rle named
  77.                                            PRETTY.FLC)
  78.  
  79.       VFD d:\pretty\pretty??.rle -a2 -w1   (produce PRETTY.AVI with a 
  80.                                            Windows identity palette)
  81.  
  82.       VFD pretty.avi -i                    (produce PRETTY.FLI)
  83.                                            
  84.       MAKEFILE:
  85.  
  86.       Typing 'VFD -? <enter>' will display the following:
  87.  
  88.       The infile for VFD may be a text file with the extension of .MAK which 
  89.       lists the source image files and optional keywords.  If a motion video 
  90.       file is used in the makefile, it must be the only input image file.  
  91.       The keywords are: 
  92.       
  93.             REPEAT_n (repeat the previous input file 'n' times)
  94.             PINGPONG (read the previous numpic series in reverse order) 
  95.             BACKWARD (read the following numpic series in reverse order)
  96.             MIRROR_ON (the following frames will be mirror-image)
  97.             MIRROR_OFF (turn mirror-image off)
  98.             KEYFRAME (the following frame will be a keyframe)
  99.             CD-ROM (the AVI video chunks will be padded for CD-ROM playback)
  100.             CROP_n1,n2,n3,n4 (n1=top, n2=left, n3=width, n4=height) zero base
  101.       
  102.       Keywords are not case-sensitive.  The comment character is a semicolon.
  103.  
  104.       Example text of PRETTY.MAK:
  105.                                  ;216 frames, 320x240, identity pal
  106.                                  pretty.pal
  107.                                  d:\pretty\pretty00.bmp
  108.                                  REPEAT_8
  109.                                  d:\pretty\pretty??.bmp
  110.                                  d:\pretty\pretty99.bmp
  111.                                  REPEAT_8
  112.                                  PINGPONG
  113.  
  114.      The above example will produce PRETTY.FLC containing 10 frames of 
  115.      pretty00.bmp, 98 frames of pretty01.bmp thru pretty98.bmp, 10 frames 
  116.      of pretty99.bmp and 98 frames of pretty98.bmp thru pretty01.bmp.  The
  117.      palette file pretty.pal will be used for the motion video palette.
  118.      PINGPONG repeats the previous numpic series in reverse, omitting the 
  119.      first and last frames.  
  120.  
  121.      The maximum frame count is 65535.  The maximum makefile size is 16kb.
  122.      Numpic series with the same base name are limited to a maximum of 8190 
  123.      frames.  VFD reads stdin for response to input prompts.  VFD may be 
  124.      invoked in a batch file (.BAT) using redirection of a text file for 
  125.      input response.  The system date, time and command line params are 
  126.      inserted as the first comment line in the makefile each time the 
  127.      makefile is processed by VFD.  Input image files are opened read-only.
  128.      
  129.      The .MAK extension is not required on the command line.  'VFD pretty' 
  130.      is equivilent to 'VFD pretty.mak'.
  131.  
  132.      HILITE PROMOTION:
  133.       
  134.      Any combination of input image types and color formats (1 to 32 bit) 
  135.      may be combined in a VFD makefile.  If the total color count exceedes 
  136.      256, Hilite Promotion and dither should be used to obtain the optimum 
  137.      output for 8-bit video.  VFD builds a popularity histogram of all the 
  138.      colors from the input images.  The motion video palette consists of the 
  139.      256 most popular colors less the Hilite Promotion value.  The Hilites 
  140.      are then added to the motion video palette from the remaining colors in 
  141.      the histogram.  The Hilites are selected as those colors in the 
  142.      histogram having the greatest difference from the colors already 
  143.      included in the motion video palette.  If the '-Cn' (color count) option 
  144.      is used, the Hilite value is subtracted from the color count.  Black, by 
  145.      default, is always the first color in the motion video palette.
  146.  
  147.      A Hilite value of 255 (true-cut) will produce results similar to the 
  148.      standard unbiased median-cut method of color reduction.  With Hilite 
  149.      promotion, the palette colors are actual colors from the input images, 
  150.      not averaged colors.  Lower Hilite values (-H128) will often produce the 
  151.      best results for motion video and generate a smaller file, as less 
  152.      dither is required.  The lower value guarantees inclusion of the true 
  153.      most popular colors in the video palette.  If reducing a single image, 
  154.      use -H255 -D128 for best results.
  155.  
  156.      Motion video created from digital video capture (16/24-bit color) can be 
  157.      converted to  8-bit color motion video with very good results by using 
  158.      Hilite Promotion and dither.  Start with -H128 -D20 and adjust up or 
  159.      down to produce the best result.    
  160.      
  161.      DITHER:
  162.  
  163.      Dither will reduce or eliminate 'color banding'.  Dither may be used 
  164.      even when the total color count is less than 256.
  165.  
  166.      VFD uses the 'Floyd-Steinberg' dither pattern in alternating direction
  167.      (serpentine).  The dither intensity (-Dn) is the maximum difference 
  168.      between the true pixel value and the motion video palette value that 
  169.      will be used in the error dispersion.  Lower dither values produce less 
  170.      'background animation'.
  171.  
  172.      COMPRESSION:
  173.  
  174.      Motion video compression (data rate reduction) may be achieved in two 
  175.      ways: Reduce the data content (image quality) of each frame, or by 
  176.      reducing the frame count and the playback speed by a corresponding 
  177.      amount.  VFD uses the second of the two compression methods.  VFD motion 
  178.      video image quality is always 100%.  The range (-Mn) is n=1 50% to n=99 
  179.      99%.  Compression may be used with Extraction of a numpic series as well 
  180.      as motion video output.  Example:
  181.  
  182.               -M1    write 1, skip 1, write 1, ...    Speed/2     50%
  183.               -M2    write 1, skip 2, write 1, ...    Speed/3     67%
  184.               -M3    write 1, skip 3, write 1, ...    Speed/4     75%
  185.               ...
  186.               -M99   write 1, skip 99, write 1, ...   Speed/100   99%
  187.  
  188.      Use of compression is recommended when processing 24 or 30 frame/sec
  189.      input.
  190.  
  191.      PALETTES:
  192.  
  193.      The motion video palette may be output with the '-Pn' param. VFD reads
  194.      and writes the following palette formats: 
  195.  
  196.                   -P1     RIFF .PAL (VFW PalEdit)
  197.                   -P2     DIB .PAL (Windows Paintbrush)
  198.                   -P3,4   AA,AAPro .COL (Autodesk Animator, AA Pro)
  199.                   -P5     ascii .MAP (PicLab - DOS Public Domain)
  200.                   -P6     ascii .PAL (Paint Shop Pro - Windows Shareware)
  201.                   -P7     ascii .PAL (NeoPaint - DOS Shareware)
  202.                   -P8     generic .PAL (Improcess - DOS Shareware)
  203.  
  204.      The programs in parentheses are applications that can read and edit the 
  205.      specific palette format.  Ascii palette files may also be edited with a 
  206.      text editor.  The edited palette may be used as the motion video palette 
  207.      by including it as the first file in the makefile.  The Color count 
  208.      (-Cn) and Windows id pal (-Wn) params are disabled when a palette is 
  209.      read from the makefile.  Windows Paintbrush will only read DIB palette 
  210.      files with 28 colors maximum.
  211.  
  212.      ID PALETTES:
  213.  
  214.      The Windows identity palette option (-Wn) will add the 20 reserved 
  215.      Windows system colors to the motion video palette.  The 20 colors are 
  216.      subtracted from the color count prior to subtracting the Hilite 
  217.      Promotion value.  The identity pal may be mapped (-W1) or not mapped 
  218.      (-W2) to the motion video palette.  VFD maps the closest color in the 
  219.      motion video palette to the color in the input image using the spherical
  220.      distance method.  
  221.  
  222.      Some motion video, while requiring the identity pal for compatibility 
  223.      under Windows, will look better when mapped only to the colors from the 
  224.      input file (-W2).  
  225.  
  226.      FIXED PALETTES:
  227.  
  228.      VFD provides 4 fixed palettes:    -F1 = 256 color Windows identity pal
  229.                                        -F2 = 32 color grayscale Win id pal
  230.                                        -F3 = 32 color halftone Win id pal
  231.                                        -F4 = black & white Windows id pal
  232.  
  233.      The -F1 default is mapped identity pal.  The -F2, -F3 and -F4 defaults 
  234.      are not mapped identity pal.  The defaults may be overridden by use of 
  235.      the -W1 or -W2 params.  Example:
  236.  
  237.                                      -F4 -W1 will use the 20 color Windows
  238.                                      identity palette (b&w are id colors)
  239.  
  240.                                      -F4 -D128 for dithered b&w output
  241.  
  242.      The Luminance '-L±n[,c]' param color channel option '[,c]' may be used 
  243.      to change the tint of the grayscale and halftone palettes.  The '-Cn'
  244.      color count param is disabled when a fixed palette '-Fn' is used.
  245.  
  246.      RESIZE & ASPECT:
  247.  
  248.      The '-R1' param will halve the vertical and horizontal dimensions of 
  249.      the input image.  Example: 640x480 -> 320x240.  The -R2 param will 
  250.      double the vertical and horizontal dimensions of the input file.
  251.      Example: 320x240 -> 640x480.
  252.  
  253.      VFD prompts for screen aspect correction to high resolution mode if 
  254.      the source files are 320x200 and the output format is .FLC or AVI. If 
  255.      the source files are not 320x200 or 160x100 and the output is .FLI, the 
  256.      images are corrected from high resolution mode to FLI aspect by default.
  257.      Default FLI aspect correction may be overridden by using the -R3 param.
  258.  
  259.      The maximum input and output image size is 1024x768.  Input image size 
  260.      for .FLC and .AVI output must be consistant.  Input image size for .FLI 
  261.      output may vary from a maximum of 640x480 (the output for .FLI will 
  262.      always be 320x200, with image centered).
  263.  
  264.      Sequence of geometic operations:   Resize 1/2
  265.                                         Mirror
  266.                                         Crop
  267.                                         Resize 2x
  268.                                         Aspect
  269.      CONVERTING AVIs:
  270.  
  271.      Many .AVI files are compressed with proprietary (trade secret) formats 
  272.      that VFD does not read.  These files must be converted to RLE or Full
  273.      Frames with VFW VidEdit or a similar Windows program for use with VFD.  
  274.      If the AVI is 8-bit Video 1 (CRAM), save the file as RLE or 8-bit Full
  275.      Frames.  For 16 & 24-bit compression types, save the file as a 16 or 
  276.      24-bit Full Frames.
  277.  
  278.      When saving in RLE format for VFD input, set the target to custom, no 
  279.      data rate, no keyframes, no CD-ROM padding, and set quality at 100%.  
  280.      If the data rate is not set to a high value, data may be lost when 
  281.      converting to RLE compression using VidEdit.
  282.  
  283.      AVIs created with VFD may be converted to other compression options 
  284.      with VidEdit.  If VidEdit returns 'out of memory' errors when converting 
  285.      RLE compressed AVIs, use VFD to add keyframes (-K15 -A2).
  286.      
  287.      RLE DELTAS:
  288.  
  289.      Deltas are the differences between the current frame and the previous 
  290.      frame.  Delta encoding uses line and column skips to create 
  291.      transparency.  When a delta input series is processed, the frames are
  292.      overlayed with the transparent portion unchanged from the previous 
  293.      frame.  Delta input series may not be dithered with VFD.  If dither is
  294.      required, the delta series should be extracted from a motion video that 
  295.      was created using dither. 
  296.      
  297.      VFW BitEdit, Paint Shop Pro (Windows Shareware), and AAWIN (Freeware 
  298.      Autodesk player for Windows) read and display RLE deltas correctly.
  299.  
  300.      The first frame of a RLE delta series is a keyframe (opaque), and the 
  301.      following frames are all deltas (transparent except for changes from the 
  302.      previous frame).  Full frame (opaque) RLE series may be extracted by 
  303.      using the Keyframe param: -E2 -K1.
  304.  
  305.      CHROMA KEY OVERLAYS:
  306.  
  307.      Titles, copyright notices, etc. may be added to motion video using
  308.      transparent RLE delta overlays.  First, make a title frame using any
  309.      paint or drawing program, and save it as TITLE1 (in any VFD compatible
  310.      image format).  Then make a blank frame using the background color of
  311.      the title frame.  Save the blank frame as TITLE0.  Next, use VFD to
  312.      extract a RLE delta of the title. Example: VFD title?.* -e2 will
  313.      produce TITLE000.RLE and TITLE001.RLE.
  314.  
  315.      Now extract a RLE delta series from the motion video. 
  316.      Example: VFD pretty.avi -e2.
  317.  
  318.      Rename the first RLE image (pretty00.rle) as first.rle.  Create a 
  319.      makefile (pretty.mak) as follows:
  320.  
  321.               first.rle 
  322.               title001.rle
  323.               repeat_20              ;optional
  324.               first.rle              ;optional
  325.               pretty*.rle
  326.  
  327.      'VFD pretty -a2' will produce a new AVI with the title frame overlaying 
  328.      the first frame.  
  329.  
  330.      If the color count exceeds 256, use the '-Cn -Hn -Dn' params to reduce 
  331.      the color count for the RLE delta series extracted from the orginal
  332.      motion video.
  333.       
  334.      SPEED:
  335.  
  336.      VFD may be used to produce slideshows as well as motion video.  Playback 
  337.      speed range is from 0.1 to 99 frames/sec.  Fractional rates above 1 
  338.      frame/sec are not supported.  Some .FLC & .FLI players do not accept 
  339.      speed values less than 1 frm/sec.  VFD produced .AVIs with speeds less 
  340.      than 1 frm/sec may be converted with VFW VidEdit to other compression 
  341.      types and retain a speed of less than 1 frm/sec, even though VidEdit 
  342.      v1.1 will only set rates of 1 to 99 frames/sec. Example: 
  343.      
  344.                       -S.1 = 10 seconds per frame 
  345.                       -S.2 =  5 seconds per frame  
  346.                       -S10 = 10 frames per second
  347.      
  348.      When using VFD to create looping AVI slideshows, the REPEAT_1 makefile 
  349.      keyword should be used to repeat the last frame for play with Win MCI. 
  350.  
  351.      DATA RATE:
  352.  
  353.      The data rate required for playback is displayed for .FLC, .FLI. & .AVIs
  354.      when they are rendered by VFD.  The first frame of .FLCs & .FLIs is  
  355.      ommitted from the calculation because it is displayed only one time,
  356.      and then replaced by the ring frame.  The ring frame is a delta of the
  357.      last and first frames.  AVIs do not have a ring frame.
  358.  
  359.      The coMpress (-Mn) param may be used with a corresponding percentage 
  360.      reduction in playback speed to reduce the data rate (and file size) 
  361.      while maintaining the same apparent speed.  
  362.      
  363.      TOTAL FRAMES:
  364.  
  365.      If extracting from motion video when the start frame (-Tn1) is greater
  366.      than 1, the first extracted frame will be a delta.  To make the first
  367.      frame a keyframe, use VFD to create a video with a Keyframe interval 
  368.      (-Kn) syncronized with the start frame value (n1), and then the start 
  369.      frame will hit the keyframe.  Example: to extract a 100 frame FLC 
  370.      starting at frame 157, use 'VFD pretty.flc -k157 -otmpfle', then 'VFD 
  371.      tmpfle.flc -t157,100 -opretty2'.
  372.  
  373.      If the Total frames param is used with the Backwards param (-B1), the
  374.      start frame is the highest numbered frame defined by the Total frame
  375.      param.  Example: to skip the first file in a 100 frame series using the
  376.      -B1 param: -T1,99. (its backwards)
  377.  
  378.      KEYFRAME INTERVAL:
  379.  
  380.      Keyframes (-Kn where n=1 to 65535) and the KEYFRAME makefile keyword may 
  381.      be used when creating FLC, FLI, RLE compressed AVI, and for RLE delta 
  382.      extraction.  The default is no Keyframes.  Keyframes may be useful in 
  383.      video editing, but are not necessary for playback in VFD produced motion 
  384.      video, as the image quality is always 100%.
  385.  
  386.      Keyframes may also be useful in AVIs with a programmed or script-driven 
  387.      player that seeks to specific frames in response to user input.
  388.  
  389.      Extraction of all full frame RLE images may be accomplished by using the
  390.      -E2 -K1 params.
  391.      
  392.      PADDING:
  393.  
  394.      Padding will improve the data through-put of AVIs when played from 
  395.      CD-ROM.  To add padding, place the 'CD-ROM' keyword in the makefile 
  396.      prior to the image files.  The default is no padding.  The CD-ROM 
  397.      keyword is ignored for FLC and FLI output.
  398.  
  399.      CTRL-BRK:
  400.  
  401.      Use of CTRL-BRK will terminate VFD at any point in processing.
  402.  
  403.      AUDIO:
  404.  
  405.      VFD skips over audio tracks in input files.  VFW VidEdit and WavEdit or 
  406.      similar Windows programs may be used to add audio to VFD produced .AVIs.
  407.  
  408.      MPEG:
  409.  
  410.      DMPEG v1.1, a Public Domain MPEG viewer and extractor by Stefan Eckart, 
  411.      is included with VFD.  DMPEG.EXE will extract a .RAW file from MPEG Type 
  412.      1 files (see the DMPEG.DOC file).  For best results, the .RAW file 
  413.      should be extracted in 24-bit format for VFD input (DMPEG -d4).  VFD 
  414.      Hilite value of 128 and dither value of 20 usually produce very good 
  415.      results from 24-bit RAW input.  Compress (-M1) and Speed (-S15) will 
  416.      convert the frame rate from 30 frm/sec to 15 frm/sec while retaining the 
  417.      apparent speed of the origional MPEG video.  Many .RAW files can be 
  418.      compressed even more by using '-M2 -S10' or -M3 -S8'.  The Luminance 
  419.      param '-L±n[,c]' will be useful with some MPEG conversions.
  420.  
  421.      JPEG:
  422.  
  423.      VFD does not accept .JPG input files.  JPG files are 24-bit color lossy
  424.      compression and must be converted to another file format for input to
  425.      VFD.  For best results, use Paint Shop Pro (Shareware by JASC, Inc.), to 
  426.      reduce the JPG file to 16-bit color and save as a 16-bit compressed TGA 
  427.      file.  Then use VFD with Highlite promotion to render the TGAs.
  428.  
  429.      Another option producing good results is to use JPG2GIF v2.0, a Freeware 
  430.      program by Handmade Software.  JPG2GIF is a DOS command-line utility 
  431.      that may be run in batch mode to convert JPG to GIF.  The programs are 
  432.      avaliable on CompuServe in the GRAPHSUP forum, Format Conversion 
  433.      library, as PSP.ZIP and GIF2JP.ZIP.
  434.  
  435.      MEMORY & SYSTEM REQUIREMENTS:
  436.  
  437.      VFD.EXE is a DOS real-mode application requiring 500Kb free conventional
  438.      memory and 1824Kb XMS memory for processing 640x480 images.  Larger    
  439.      image sizes require additional XMS memory.
  440.      
  441.      DOS 3.1 or greater, 80286 or greater, 4Mb RAM required.  At least 2Mb
  442.      XMS memory should be configured using HIMEM.SYS or equivilent.  A SVGA 
  443.      video card is required to play 256 color .FLC and .AVI files.  FLI files
  444.      use only the standard VGA video modes.  The VFW runtime and 8Mb Ram is 
  445.      required to play AVIs with the Windows v3.1 MCI player.
  446.  
  447.      MOTION VIDEO SOURCES:
  448.  
  449.      The following CompuServe forums are sources for motion video: 
  450.      
  451.      ENERGY: AVI 
  452.      ASOFT: FLC, FLI 
  453.      GRAPHDEV: FLC, FLI, MPG, AVI    
  454.      SPACE: MPG, AVI (NASA uploads)  
  455.      WINMM: AVI (also VFW SDK, incl full VFW)
  456.      WINFUN: AVI 
  457.  
  458.      The VFW runtime is in the ENERGY forum and the Autodesk runtime for 
  459.      Windows (WINPLA.EXE) is in the ASOFT forum.  Several FLC/FLI players for 
  460.      DOS are in the GRAPHSUP forum.
  461.  
  462.      TECHNICAL SOURCES:
  463.  
  464.      VFD is written in MASM 6.1 using file format specifications found in the 
  465.      Windows SDK and the following:
  466.  
  467.      CIS:ASOFT: FLCSPC.ZIP
  468.      CIS:WINMM: VFW SDK v1.1 
  469.      Zsoft Corporation Technical Reference Manual, 1991
  470.      CompuServe Graphics Interchange Format(sm), 1990
  471.      Truevision Targa File Format Specification v2.0, 1991
  472.  
  473.      Much credit is due David Hoffmann, Michael Koch, and Vince Pilgrim for 
  474.      their patient counsel and beta test bug reports.
  475.  
  476.      SUPPORT:
  477.  
  478.      VFD support is provided on CompuServe in the Graphics Support forum 
  479.      (GO GRAPHSUP).  Leave a message in the Format Conversion section for 
  480.      prompt response.  Direct support is also provided from Internet at: 
  481.      
  482.                          76570.2752@compuserve.com
  483.  
  484.      The author of VFD may be reached at the following address:
  485.      (For credit card registration orders, see below.)
  486.  
  487.                              Bob Williamson
  488.                              PO Box 172349
  489.                              Arlington, TX  
  490.                              76003-2349
  491.                              U.S.A.
  492.      SHAREWARE:
  493.  
  494.      VFD is copyrighted software that is marketed as Shareware.  The 
  495.      Shareware version of VFD may be used for a 30 day trial period, after 
  496.      which registration is required for continued use.  The registered 
  497.      version of VFD includes input/output file formats that are not included 
  498.      in the Shareware version.
  499.  
  500.      The Shareware version of VFD may be placed on computer bulletin boards 
  501.      and distributed on diskette by Shareware vendors, if priced less than 
  502.      $7.00.  VFD may not be distributed bundled with other software or 
  503.      hardware, on CD-ROM, or included on diskette with a book, magazine or 
  504.      other product without the written permission of the author.
  505.  
  506.      VFD(tm) is a trademark of Bob Williamson, CIS 76570,2752.
  507.  
  508.      REGISTRATION:
  509.  
  510.      Single-copy registration of VFD is $39.00.  The following discount
  511.      schedule applies to quantity and site licenses:
  512.  
  513.                      2 to 4 copies      $29.00 each
  514.                      5 to 9 copies      $24.00 each
  515.                      10 or more copies  $19.00 each
  516.  
  517.      One copy of the VFD software and documentation file is shipped with each 
  518.      quantity order.  The license provides for the stated number of copies 
  519.      to be in use at the site of the purchaser. 
  520.  
  521.      Registered users will be notified by mail of upgrade opprotunities and
  522.      new products as they become avaliable.  The next VFD upgrade following
  523.      registration is sent free to registered users.  Subsequent upgrades are
  524.      half-price to registered users if ordered directly from the author, with 
  525.      the following upgrade free.
  526.  
  527.      Corporate Purchase Orders and checks for VFD registration may be mailed
  528.      directly to the author at the PO Box address listed under Support.  
  529.      Checks should be payable to Bob Williamson in US dollars and drawn on a 
  530.      US bank.  International Postal money orders are also accepted.
  531.  
  532.      Please include $4.00 S&H ($6.00 overseas) with each order.
  533.  
  534.      CREDIT CARD ORDERS:
  535.  
  536.      You can order with MC, VISA, AMEX, or DISCOVER from Public software
  537.      Library by calling 800-242-4775 or 713-524-6394 or by FAX to 
  538.      713-524-6398 or by CIS Email to 71355,470.  You can also mail credit
  539.      card orders to: 
  540.                                PsL 
  541.                                PO Box 35705
  542.                                Houston, TX 
  543.                                77235-5705 
  544.                                U. S. A.
  545.  
  546.      There is a $4.00 S&H charge ($6.00 overseas) on all orders.  The above 
  547.      numbers are for orders only.
  548.  
  549.      NOTICE:
  550.  
  551.      You accept this program and files with the understanding that the
  552.      author makes no representations or warranties as to the suitability
  553.      of this program for your particular purpose, and that to the extent
  554.      you use or implement this program in your own setting, you do so at
  555.      your own risk.  In no event will the author be liable for any damages,
  556.      whether consequential, incidental, or special, arising out of the
  557.      use or inability to use the program.
  558.      
  559.      REVISION HISTORY:
  560.  
  561.      Version 1.0 05/16/94 (CD-ROM release Aug '94)
  562.      ______________________________________________________________________
  563.      Version 1.1 07/05/94
  564.      General revision too extensive to detail.
  565.      _______________________________________________________________________
  566.      Version 1.2 07/23/94
  567.      Maximum image size increased from 640x480 to 1024x768.
  568.      _______________________________________________________________________
  569.      Version 1.3 08/25/94
  570.      Verifies AVI infile index - if bad, walks RIFF chunks for processing.
  571.      Included GeeWiz, the Freeware AVI player for DOS.
  572.  
  573.      
  574.  
  575.      
  576.