home *** CD-ROM | disk | FTP | other *** search
/ Rooie Oortjes 1 / ROOIOOR.ISO / vid4win / readme16.txt < prev    next >
Text File  |  1995-10-11  |  11KB  |  268 lines

  1.  
  2.       Indeo(R) video interactive R4.1 -- Version 4.11.01.60
  3.              Microsoft Windows* 3.x
  4.                 October 10, 1995
  5.  
  6. This setup program installs the 16-bit Indeo video drivers on Windows 3.x
  7. systems along with Microsoft's Video for Windows 1.1e.
  8.  
  9.  
  10. Readme16.txt Topics:
  11. ------------------
  12.  o Indeo Video Driver Versions
  13.  o Installation
  14.  o Additional Documentation
  15.  o Known Operating Characteristics
  16.  o Differences from Microsoft's VfW 1.1e Update
  17.  o Software Requirements
  18.  o Minimum System Configuration
  19.  o Technical Support and Updates
  20.  
  21.  
  22. Indeo Video Driver Versions:
  23. ----------------------------  
  24.   Indeo(R) video interactive R4.1 - V4.11.01.60  [filename: ir41.dll]
  25.   Indeo(R) video R3.2 - V3.24.01.01              [filename: ir32.dll]
  26.   Indeo(R) video Raw YVU9 - V1.10.1.11           [filename: iyvu9.dll]
  27.  
  28.  
  29. Installation:
  30. -------------
  31. The Setup program installs the Indeo video drivers along with
  32. Microsoft's latest Video for Windows runtime.  It places the
  33. following entries in the system.ini file for the Indeo video
  34. drivers:
  35.  
  36. [drivers]
  37. VIDC.IV41=ir41.dll
  38. VIDC.IV32=ir32.dll
  39. VIDC.IV31=ir32.dll
  40. VIDC.YVU9=iyvu9.dll
  41.  
  42.  
  43. Additional Documentation:
  44. -------------------------
  45. The following articles can be found at the Intel Web site and CompuServe*
  46. forum listed at the end of this document.
  47.  
  48. o OVERVIEW.DOC
  49.   This document presents a high-level overview of Indeo video interactive's 
  50.   new features.
  51.  
  52. o R4CAPS.DOC
  53.   The "Indeo video interactive Features and Capabilities" document.
  54.         
  55. o VFW_SPEC.DOC
  56.   Updates the Video for Windows programming interface specification.
  57.  
  58. o VFW_SPEC.H
  59.   A header file to match the Video for Windows ICM messages and
  60.   structures for the Indeo video interactive codec.
  61.  
  62. o EDITING.DOC
  63.   A brief explanation on how to use present editing tools to edit
  64.   and compress AVI files utilizing the new features of Indeo
  65.   video interactive.
  66.  
  67. o TRAN_IV4.DOC
  68.   This whitepaper describes techniques for successfully encoding transparent   
  69.   Indeo Video Bitstreams using Adobe Premiere* 4.0 for Windows
  70.  
  71. o IVR4PAL.DOC
  72.   An explanation of all the palette modes supported by Indeo video
  73.   interactive.
  74.  
  75. o IV41DFLT.PAL
  76.   The Indeo video interactive default palette. 
  77.  
  78. o IV41CNFG.PAL
  79.   The Indeo video interactive configurable palette.
  80.  
  81.  
  82. Known Operating Characteristics:
  83. --------------------------------        
  84. These are the known operating characteristics of Indeo video interactive
  85. R4.1 only:
  86.  
  87. o Low memory conditions for 16-bit driver only
  88.  
  89.   The 16-bit version of Indeo video interactive may become unstable if the
  90.   amount of memory consumed under Window 3.1 reaches the total available
  91.   amount of virtual memory in the system.  It is recommended that virtual
  92.   memory always be enabled, and the "recommended" amount of virtual memory
  93.   is selected as specified by the virtual memory setup dialog box.  The
  94.   Indeo video driver operates properly as long as there is a sufficient
  95.   amount of virtual memory.
  96.  
  97. o Can not use MCIAVI to access interactive features
  98.  
  99.   In order to access the new interactive features and capabilities
  100.   introduced by Indeo video interactive within the existing Video For Windows
  101.   architecture, the ICM interface must be used.  VfW does not allow
  102.   access to the ICM via the MCIAVI interface.  As a result, an interactive
  103.   application must provide functionality for decoding such as AVI file I/O,
  104.   sound play and synchronization, and keyframe management.  Refer to the
  105.   Kplayer applet for a code example.
  106.  
  107.   Linear applications, such as those presently using Indeo Video R3.2,
  108.   can use the MCIAVI interface and obtain the image quality and the 
  109.   automatic scalability capability of Indeo video interactive.
  110.  
  111. o Does not load on 386 machines
  112.  
  113.   In order to provide a high quality image with good playback performance, 
  114.   the recommended minimum system configuration for Indeo video interactive
  115.   is a  486DX2/66.  The Indeo video interactive codec is implemented with
  116.   instructions specific to 486 or later processors. If the codec detects a
  117.   386 processor or less, then the codec is not loaded.  It is recommended
  118.   that applications check the processor type and notify the 386 user that
  119.   they have insufficient resources to play the video portions of the
  120.   application.
  121.  
  122. o Playing Multiple clips
  123.  
  124.   Multiple clips will play simultaneously; however, playing clips with
  125.   different frame rates disables the scalability mechanism.  During
  126.   concurrent playback, both clips will play all frames and all bands.
  127.   Scalability will be re-enabled as soon as all active clips have the
  128.   same frame rate.
  129.  
  130. o Transparency Playback and Dropped Frames
  131.  
  132.   1.  For software vendors using Transparency and drawing directly to
  133.       the on-screen frame buffer:
  134.  
  135.       If the application requires all frames to be returned, such as in
  136.       an application that uses transparency to an on-screen buffer, then
  137.       the codec should be used without ICM_DRAW_BEGIN and ICM_DRAW_END
  138.       calls surrounding the DECOMPRESS messages for the motion playback.
  139.       This ensures that no frames will be dropped so that the
  140.       non-transparent section is overlayed on the background.
  141.       These DRAW messages cause the decoder to begin scaling back and
  142.       dropping frames when the required decode time is not available.
  143.       The ICM_DRAW_BEGIN message puts the the decoder in "Normal
  144.       Playback" mode, and the ICM_DRAW_END message takes it out and puts
  145.       it back into "Stepping Mode" (the default playback mode of the
  146.       decoder), where all frames are returned.
  147.  
  148.   2.  For software vendors using Transparency and drawing to an
  149.       off-screen frame buffer:
  150.  
  151.       The application needs to recognize the codec's "Don't Draw"
  152.       message and not flip screen buffer pages in this case.
  153.  
  154. o IF09 and Transparency / Local Decode
  155.  
  156.   IF09 is a data format which can be output by the R4.1 codec.  It is
  157.   similar to the Raw YVU9 format.  IF09 is used as input to DCI enabled
  158.   hardware that handles color space conversion.
  159.  
  160.   1.  The IF09 output format supported by Indeo video interactive does
  161.       not directly support the Transparency and Local Decode features
  162.       of the algorithm, however they can be used together with
  163.       application support.
  164.  
  165.   2.  IF09 and Transparency:  The entire IF09 buffer is filled by image
  166.       data regardless of Transparency (or local decode).  Thus,
  167.       transparent pixels ARE written in this buffer.  To use
  168.       transparency, the calling application must request to have the
  169.       transparency mask exposed, and combine it with the IF09 buffer at
  170.       color conversion time.  
  171.  
  172.   3.  IF09 and Local Decode:  The calling application has 2 ways of
  173.       getting full local decode support with the decoder.  It may
  174.       manually clip view rectangle from the IF09 buffer, as it color
  175.       converts it to the screen, or it may request the transparency
  176.       mask, which is clipped to the view rect, and treat local decode
  177.       as transparency.  In either case, the Decode rectangle will
  178.       still correctly tell the decoder the portions of video to decode.
  179.  
  180. o New Indeo video interactive Default Palette
  181.  
  182.   The Indeo video interactive palette has changed relative
  183.   to the Indeo Video R3.2 palette.  Any graphics or video files
  184.   created based on the Indeo Video R3.x palette will need to be 
  185.   re-done to work with the Indeo video interactive palette.
  186.  
  187. o Advanced Compression Options
  188.  
  189.   When using VidEdit, you must use 'Save as Default" in order 
  190.   to have the codec use your current settings.  This is due to
  191.   the operating characteristics of VidEdit.
  192.  
  193. o Frame Sizes
  194.  
  195.   In increments of 4, the minimum supported frame size is 32x32
  196.   (pixels).  The maximum supported frame size is 8192x8192 (pixels).
  197.  
  198. o Concatenating files using an editing application
  199.  
  200.   When concatenating multiple V4.1 encoded files using an editing 
  201.   application such as Adobe Premiere, you must insure that all the 
  202.   clips are the same size and were encoded with the same features 
  203.   in the Advanced Dialog box (bi-dir, transparency, view port, 
  204.   scalability, ...).  Combining files with different parameters 
  205.   will result in undetermined behavior.
  206.  
  207.  
  208. Differences from Microsoft's VfW 1.1e Update:
  209. ---------------------------------------------
  210. The Setup utility used to install this update is a modified version of
  211. the Setup utility Microsoft provides with their runtime package.  It is
  212. possible to make further changes to this program.  The Setup Toolkit
  213. is in file called CP0982.EXE at the following Microsoft FTP site:
  214.  
  215.    ftp://ftp.microsoft.com/Softlib
  216.  
  217. All of the Intel and non-Intel codecs are installed by this update.
  218. Listed below are the differences between this update and the one
  219. supplied by Microsoft:
  220.  
  221. 1. Installs the Indeo video interactive R4.1 driver.
  222. 2. Installs R3.2 V3.24.01.01 driver rather than V3.22.1.43.
  223. 3. The Raw driver (iyvu9.dll) is updated.  The new version fixes a
  224.    memory leak.
  225. 4. The R2.1 driver is not installed.
  226. 5. The readme16.txt and copyrite.txt files are added.  This
  227.    readme16.txt file may be deleted prior to distribution.
  228. 6. The files in this update do not all fit on one 3.5" diskette
  229.    even when compressed.
  230.  
  231.  
  232. Software Requirements:
  233. -----------------------
  234. o Microsoft Windows 3.1
  235.     
  236.  
  237. Minimum Hardware Configuration:
  238. ------------------------------
  239.   486DX2/66 Mhz CPU 
  240.   8 MB system RAM 
  241.   CD ROM drive(300KB/sec)
  242.   SVGA display (VESA compliant)
  243.   8-bit Sound board
  244.  
  245. For best frame rate performance, configure the graphics card for 8-bit 
  246. color mode.  For best image quality, use 24-bit color mode.
  247.  
  248. Off-line encoding is CPU-intensive, i.e. the faster the CPU the faster the 
  249. compression time.  Pentium(R) Processor systems are more than twice as fast
  250. as 486-based systems at doing off-line compression.
  251.  
  252.  
  253. Technical Support and Updates:
  254. ------------------------------
  255. Technical information and any future updates to Indeo video interactive will 
  256. be posted on the following electronic forums:
  257.  
  258.   World Wide Web     http://www.intel.com    PC Developers Support, Multimedia
  259.   CompuServe         Go IntelArch            Multimedia Forum
  260.   Internet           ftp.intel.com           ~/pub/IAL/multimedia
  261.  
  262. For technical assistance with Indeo technology, post a message on the 
  263. IntelArch forum on Compuserve in the Multimedia library #9 or send an 
  264. electronic mail message to developer_support@intel.com.
  265.  
  266. _____________________________________________________________________
  267. * Other brands and names are the property of their respective owners.
  268.