home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Multimedia / amcap / readme.txt < prev   
Encoding:
Text File  |  2005-04-12  |  8.8 KB  |  294 lines

  1. --------------------------------------------------------------------------------
  2.  
  3.   AMCap - Version 9.05                                              README.TXT
  4.   Copyright ⌐ 1997-2004, Microsoft Corporation                      March 2005
  5.   Copyright ⌐ 2004-2005, Noδl Danjou <webmaster@noeld.com>
  6.  
  7. --------------------------------------------------------------------------------
  8.  
  9.  
  10. About AMCap
  11. -----------
  12.  
  13.   AMCap is a small yet fully functional video capture application. 
  14.   It is a program much like Microsoft VidCap but which adds support for
  15.   DirectShow (formerly ActiveMovie, hence the name.) It is based on the sample
  16.   AMCap source code from the Microsoft DirectX 9 SDK.
  17.  
  18.   I added some requested features:
  19.  
  20.   - still capture (Ctrl+L)
  21.   - quick video capture (Ctrl+C)
  22.   - support for compression (Windows Media 9 Series only)
  23.   - remember Video Input, Compression, Standard and Size settings from a
  24.     previous session
  25.   - remember window position
  26.   - full screen mode (ALT+Enter)
  27.   - support for multi-monitor and deinterlacing [using VMR9] (DirectX 9.0+)
  28.   - caption bar and menu on/off (F11)
  29.   - always on top (F12)
  30.   - quick TV channel switching (if a tuner is present)
  31.  
  32.  
  33.  
  34. How to make still captures
  35. --------------------------
  36.  
  37.   1. Configure the folder where still will be saved:
  38.      click Capture > Still > Folder
  39.   2. Configure the format in which the still will be saved:
  40.      click Capture > Still > Format
  41.   3. Optionally enable Hi-Resolution still capture:
  42.      click Capture > Still > High Resolution
  43.   4. Enable still capture:
  44.      click Capture > Still > Enable
  45.   5. Enable preview:
  46.      Options > Preview
  47.   6. click Capture > Still > Snap or Ctrl+S to make captures
  48.  
  49.  
  50.   Important note:
  51.  
  52.   GdiPlus.dll is required. On Windows 2000, 98 and ME, you need to
  53.   install the redistributable file available at:
  54.    http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdkredist.htm
  55.    (click the GDI+ link)
  56.  
  57.   or
  58.  
  59.    http://www.microsoft.com/downloads/details.aspx?
  60.        FamilyID=6a63ab9c-df12-4d41-933c-be590feaa05a&DisplayLang=en
  61.    (copy and paste this link on a single line)        
  62.  
  63.  
  64.  
  65. How to make compressed captures
  66. -------------------------------
  67.    
  68.   1. Enable Windows Media 9 Series compression:
  69.      click Capture > Compression > Windows Media 9 Series
  70.   2. Configure the capture file:
  71.      click File > Set Capture File...
  72.   3. Capture some video:
  73.      click Capture > Start Capture
  74.      (if you want to capture audio as well, first tick Capture > capture Audio)
  75.      click OK
  76.   4. Hit Escape to stop capture
  77.   5. Save the captured file:
  78.      click File > Save Captured Video...
  79.  
  80.  
  81.  
  82. Notes about graphic cards with Video Ports (VP)
  83. -----------------------------------------------
  84.   
  85.   - some features (Still capture and the VMR9/multi-monitor features) bypass
  86.     the Video Port on such graphic cards so the rendering may be visibly slower
  87.     than with the use of the fully accelerated VP. For better performances, use
  88.     a graphic card compatible with DirectX 9 and VMR9.
  89.   - graphic cards with a VP require the Video Port Manager filter (only
  90.     available in Windows XP and later) to make still capture and the 
  91.     VMR9/multi-monitor feature possible.
  92.  
  93.  
  94.  
  95. Keyboard shortcuts
  96. ------------------
  97.  
  98.   * Application
  99.  
  100.     Ctrl+C            Starts a video capture
  101.     Ctrl+H            Displays the QuickHelp window
  102.     Ctrl+L / Enter        Makes a still capture if enabled
  103.     Ctrl+S            Saved captured video
  104.     Ctrl+Z            Toggles the zoom (VMR9 only)
  105.     Alt+Enter        Toggles full-screen mode
  106.     F11            Toggles menu bar and caption on and off
  107.     F12            Toggles "always pn top" state
  108.     0 .. 9 keys        Selects a TV channel (type 01 for channel #1,
  109.                                 etc.)
  110.     PgUp / PgDn        Next / Previous TV channel
  111.     Esc            Stops current capture
  112.  
  113.   * Device
  114.  
  115.     Ctrl+A            Pause
  116.     Ctrl+F / Media Next    Fast-Forward
  117.     Ctrl+P / Media Play    Play
  118.     Ctrl+R            Record
  119.     Ctrl+T / Media Stop    Stop
  120.     Ctrl+W / Media Prev    Rewind
  121.  
  122.  
  123.  
  124. History
  125. -------
  126.  
  127.  
  128.   * April 12, 2005 - Version 9.05 (Build 48.2)
  129.  
  130.    - added support for mouse wheel to change the TV channel
  131.  
  132.  
  133.   * March 25, 2005 - Version 9.05 (Build 47.5)
  134.  
  135.    - added Remember > Image Controls menu to optionally save and restore 
  136.      Brightness, Contrast, Hue, Saturation, Gamma, Sharpness, WhiteBalance, 
  137.      and Gain.
  138.    - the settings are now saved and loaded to/from an AMCap.ini file which
  139.      must be placed in the same folder as AMCap.exe. This allows easy
  140.      preconfiguration.
  141.    - added a Capture > Still > Format menu to specify the format in which
  142.      still images are saved. JPEG and PNG are now supported.
  143.  
  144.  
  145.   * February 5, 2005 - Version 9.04 (Build 44.6)
  146.  
  147.    - added keyboard accelerators for device control
  148.  
  149.  
  150.   * January 31, 2005 - Version 9.04 (Build 44.1)
  151.  
  152.    - fixed: the application crashed if MPEG2 was selected but the device does 
  153.      not support it
  154.  
  155.  
  156.   * November 4, 2004 - Version 9.04 (Build 43.4)
  157.  
  158.    - fixed: the selected video input was not correctly saved and restored
  159.  
  160.  
  161.   * October 28, 2004 - Version 9.04 (Build 42.4)
  162.  
  163.    - added power management. Allows hibernation while previewing is active.
  164.  
  165.  
  166.   * October 18, 2004 - Version 9.04 (Build 41.1)
  167.  
  168.    - added Zoom options for VMR9
  169.  
  170.  
  171.   * October 12, 2004 - Version 9.04 (Build 40.1)
  172.  
  173.    - added Deinterlacing options for VMR9
  174.    - save/restore the MPEG2 flag
  175.    - added command-line parameters:
  176.     /640        default to 640*480 on first launch
  177.     /nocaption    starts application w/o caption and menu bar
  178.     /fullscreen    starts application in fullscreen mode
  179.  
  180.  
  181.   * July 23, 2004 - Version 9.03 (Build 33.5)
  182.  
  183.    - added delayed still capture
  184.  
  185.  
  186.   * July 9, 2004 - Version 9.03 (Build 32.5)
  187.  
  188.    - disables screensaver while in fullscreen mode
  189.    - fixed a possible crash when video capture reaches the 2GB size
  190.  
  191.  
  192.   * June 17, 2004 - Version 9.03 (Build 29.4)
  193.  
  194.    - delay loaded WMVCore.dll in case Windows Media 9 Series is not installed
  195.    - removed the "Mode" menu and replaced it with a toolbar. Only available when
  196.      a DV camcorder is connected
  197.    - fixed lack of audio in preview when used with a DV camcorder and VMR9 or
  198.      still capture are enabled
  199.    - fixed: keyboard shortcuts were not available in fullscreen mode (not VMR9)
  200.  
  201.  
  202.   * May 31, 2004 - Version 9.02 (Build 23.1)
  203.  
  204.    - added support for hardware trigger (when hi-res still capture is enabled)
  205.    - save/restore last TV channel
  206.    - added the possibility of switching the TV channel by typing the channel on
  207.      the keyboard. Always use 2 digits (e.g. channel #1 is 01) Use DEL or 
  208.      BACKSPACE to correct the first digit
  209.    - added PgUp / PgDn to switch to next / previous TV channel
  210.  
  211.  
  212.   * May 19, 2004 - Version 9.02 (Build 17.3)
  213.  
  214.    - fixed a problem with the Window menu
  215.  
  216.  
  217.   * May 10, 2004 - Version 9.02 (Build 17.1)
  218.  
  219.    - fixed: "Audio Format..." in the Options menu was not visible
  220.    - added the Window > Remember Position menu option
  221.    - added a warning if the requested capture file size is too large for the
  222.      file system of the partition on which it is created
  223.    - added a "Mode" menu to control a DV camcorder. All commands may not be 
  224.      supported by the driver or the device
  225.    - display full version numbers in About
  226.    - added some links to my website in the Help menu
  227.    - now shows progress while saving a WMV capture file
  228.    - displays the actual capture file size after a capture
  229.  
  230.  
  231.   * April 29, 2004 - Version 9.02 (Build 14.4)
  232.  
  233.    - added new shortcuts (capture, save)
  234.    - arranged layout of controls in dialog boxes
  235.    - remembers video compression/colorspace setting and compression settings
  236.    - added an option to create a new capture file (in Allocate File Space) to
  237.      preserve the current one(s)
  238.  
  239.  
  240.   * April 16, 2004 - Version 9.01 (Build 12.5)
  241.  
  242.    - added support for full-screen mode support when VMR9 is enabled
  243.    - added support for high-resolution still captures, only enabled if the
  244.      driver implements a still pin
  245.  
  246.  
  247.   * April 5, 2004 - Version 9.01 (Build 8.1)
  248.  
  249.    - remembers video standard and video size from previous session
  250.    - added still capture
  251.    - added Windows Media 9 Series compression
  252.  
  253.  
  254.   * January 19, 2004 - Version 9.0 (Build 6.2)
  255.  
  256.    - added multi-monitor support (VMR9) requires DirectX 9.0 runtimes
  257.    - remembers video input from previous session
  258.    - added full screen mode support
  259.  
  260.  
  261.   * Version 9.0 - 1st public custom version
  262.  
  263.    - added "caption bar and menu on and off" and "always on top" features
  264.  
  265.  
  266.  
  267.   * Version 9.0
  268.  
  269.     - inital build release by Microsoft in DirectX 9.0 SDK
  270.  
  271.  
  272.  
  273. Latest versions 
  274. ---------------
  275.  
  276.   The latest version of AMCap is always available from my web site:
  277.   
  278.     http://noeld.com/programs.asp?cat=video#AMCap
  279.  
  280.  
  281.  
  282. Contact details
  283. ---------------
  284.  
  285.  
  286.   E-mail:
  287.  
  288.     webmaster@noeld.com
  289.  
  290.  
  291.   WWW:
  292.  
  293.     http://noeld.com
  294.