<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>AMCap - Read Me</title>
<style type="text/css">
body
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 10pt;
margin-top: 10px;
margin-left: 25px;
}
p
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 10pt;
}
a
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 10pt;
}
h1
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 16pt;
}
h2
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 14pt;
margin-left: 15px;
color: #0072BC;
}
h3
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 12pt;
margin-top: 20px;
margin-left: 30px;
}
DIV.h2content
{
margin-left: 25px;
}
DIV.h3content
{
margin-left: 40px;
}
table.TOC
{
width: 50%;
}
table.TOC th
{
text-align: left;
}
table.descTable
{
width: 100%;
}
table.descTable th
{
background-color: #DDD;
padding: 4px;
}
table.descTable td
{
background-color: #EEE;
padding: 4px;
vertical-align: top;
}
table.cmdTable
{
width: 70%;
}
table.cmdTable th
{
text-align: left;
background-color: #DDD;
padding: 4px;
}
table.cmdTable td
{
margin-left: 30px;
background-color: #EEE;
padding: 4px;
vertical-align: top;
}
ol
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 10pt;
}
ol li
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 10pt;
}
ul
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 10pt;
}
ul li
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 10pt;
}
li
{
padding-bottom: 8px;
}
pre
{
font-family: "courier new" , courier;
font-size: 10pt;
background: #EEEEEE;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0px;
padding: 5pt;
}
</style>
</head>
<body>
<h1>
AMCap</h1>
<p>
Version 9.21 (August 2012)<br />
© 2004-2012, Noël DANJOU<br />
All rights reserved.</p>
<table class="TOC" cellspacing="4" cellpadding="2" border="0">
<tr>
<th>
<b>Table of Contents</b>
</th>
</tr>
<tr>
<td>
<a href="#Welcome">Welcome</a>
</td>
</tr>
<tr>
<td>
<a href="#Syntax">Command-line Parameters</a>
</td>
</tr>
<tr>
<td>
<a href="#Issues">Known Issues and limitations</a>
</td>
</tr>
<tr>
<td>
<a href="#History">History</a>
</td>
</tr>
<tr>
<td>
<a href="#Download">Latest Version</a>
</td>
</tr>
<tr>
<td>
<a href="#Registration">Registration</a>
</td>
</tr>
<tr>
<td>
<a href="#Redistribution">Redistribution</a>
</td>
</tr>
<tr>
<td>
<a href="#Contact">Contact Details</a>
</td>
</tr>
</table>
<p>
</p>
<hr />
<a id="Welcome" />
<h2>
Welcome</h2>
<div class="h2content">
<p>
<b>AMCap</b> is a small yet fully functional video capture application. It is a
program much like Microsoft VidCap but which adds support for DirectShow (formerly
ActiveMovie, hence the name.) It is based on the sample AMCap source code from the
Microsoft DirectX 9 SDK. This custom version adds many new features including:</p>
<ul>
<li>DV camcorder playback and recording.</li>
<li>improved MPEG-2 playback and recording.</li>
<li>improved analog TV tuner support.</li>
<li>still capture in BMP, JPEG and PNG formats with optional caption, timestamp and
overlay (with or without transparency and alpha-blending).</li>
<li>optional real-time compression (Windows Media or any installed CODECs).</li>
<li>remember video input, standard, size and many other options from previous session.</li>
<li>full screen mode.</li>
<li>support for multi-monitor and deinterlacing (using Video Mixing Renders 7 and 9).</li>
<li>caption bar and menu on/off.</li>
<li>always on top feature.</li>
</ul>
<p>
The registered version includes stillcap.exe, a console application that allows
you to easily make still captures from a script, an application, a command prompt,
the task scheduler, etc.</p>
</div>
<hr />
<a id="Syntax" />
<h2>
Command-line Parameters</h2>
<div class="h2content">
<table class="descTable">
<tr>
<th style="width: 20%">
Parameter
</th>
<th>
Description
</th>
</tr>
<tr>
<td style="text-align: center">
/capture
</td>
<td>
Automatically starts video capture as soon as AMCap starts (requires preconfiguration).
</td>
</tr>
<tr>
<td style="text-align: center">
/close
</td>
<td>
Closes the application when the still capture is done or once the time-limit of
the video capture is reached.
</td>
</tr>
<tr>
<td style="text-align: center">
/debug
</td>
<td>
Registers the graph with the Running Object Table so that GraphEdit can connect
to it.
</td>
</tr>
<tr>
<td style="text-align: center">
/snap[:<delay>]
</td>
<td>
Makes a still capture as soon as AMCap starts or after the optional delay in milliseconds
(requires preconfiguration).
</td>
</tr>
<tr>
<td style="text-align: center">
/vdevice:<device>
</td>
<td>