home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / sharewar / dos / grafika / vide4dos / vfd.doc < prev    next >
Text File  |  1994-10-21  |  29KB  |  602 lines

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