home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SAMPLES / MM / CODEC / INST / README < prev    next >
Text File  |  1995-08-24  |  3KB  |  55 lines

  1. /****************************************************************************/
  2. /*                                        */
  3. /* SOURCE FILE NAME:  README                            */
  4. /*                                        */
  5. /* DESCRIPTIVE NAME:  Data file that describes each file in the         */
  6. /*              Codec Install sample.                    */
  7. /*                                        */
  8. /* COPYRIGHT:       Copyright (c) IBM Corporation  1993                */
  9. /*              All Rights Reserved                    */
  10. /*                                        */
  11. /* STATUS:  Workshop toolkit 1.0                        */
  12. /*                                        */
  13. /****************************************************************************/
  14.  
  15.     This subdirectory contains the Codec Installation Sample.  This sample
  16.     shows the developer of a video compression/decompresion algorithm how to
  17.     have the algorithm installed into the MMPM/2 system so that it can then
  18.     be used by the Digital Video Recorder to record software motion video.
  19.  
  20.     This sample should be used in conjunction with the sampcodc.dll file
  21.     that is available in the \mmos2\mmtoolkt\samples\codec subdirectory.
  22.  
  23.     The files included with this sample are the following:
  24.  
  25.     vidrec.ico     - The icon that shows up in the MINSTALL window next to
  26.            the text title of the codec.
  27.  
  28.     control.scr  - The first file read in by MINSTALL, which points to the
  29.            master file list (master.dsk), defines the source and
  30.            destination directory numbers, and all the file groups.
  31.            In the example, there is only one file (hence only one
  32.            group).  The group definition defines the group number
  33.            (to be used with the group number associated with the
  34.            files in the master.dsk), the size of the group in KBytes,
  35.            the name of the codec that appears on the MINSTALL line,
  36.            the version of the codec, a pointer to .INI file update
  37.                    information, and default selection status.
  38.  
  39.     master.dsk     - The main file describing the contents of the disk(s) that
  40.            need to be installed.  Each file to be installed has
  41.            an entry defining the disk number that the file resides on,
  42.            the group that the file is in, the number of the
  43.            destination directory, the number of the source directory,
  44.            and the filename itself.
  45.  
  46.     sampcodc.scr - Filelist control file containing the list of items to
  47.            be added to the MMPMMMIO.INI file by MINSTALL.  Some items
  48.            of interest are the FourCC of the file format, the .DLL
  49.            name, the .DLL entry point, the FourCC of the codec
  50.            algorithm, the capabilities of the codec (shouldn't need
  51.            updating), and the X and Y alignment definitions (which
  52.                    describes how the codec encodes data if it does so in
  53.                    blocks... this is important for decompression and window
  54.                    placement).
  55.