~ubuntu-branches/ubuntu/jaunty/xvidcap/jaunty-proposed

« back to all changes in this revision

Viewing changes to doc/xvidcap/C/xvidcap.xml

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-25 15:47:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080225154712-qvr11ekcea4c9ry8
Tags: 1.1.6-0.1ubuntu1
* Merge from debian-multimedia (LP: #120003), Ubuntu Changes:
 - For ffmpeg-related build-deps, remove cvs from package names.
 - Standards-Version 3.7.3
 - Maintainer Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<!--
 
4
    Document   : xvidcap-manual.xml
 
5
    Created on : 17. September 2006, 12:01
 
6
    Author     : kb87850
 
7
    Description:
 
8
        Purpose of the document follows.
 
9
-->
 
10
 
 
11
<!DOCTYPE article  PUBLIC "PUBLIC:-//OASIS//DTD DocBook XML V4.4//EN" 
 
12
        "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
 
13
  <!ENTITY appversion "1.1.6">
 
14
  <!ENTITY manrevision "0.2">
 
15
  <!ENTITY date "April 2007">
 
16
  <!ENTITY app "xvidcap">
 
17
  <!ENTITY mf-cap "multi-frame capture">
 
18
  <!ENTITY sf-cap "single-frame capture">
 
19
  ]
 
20
>
 
21
<article id="index" lang="en">
 
22
    <!-- please do not change the id; for translations, change lang to -->
 
23
    <!-- appropriate code -->
 
24
    <articleinfo>
 
25
        <title>&app; Manual V&manrevision;</title>
 
26
        <copyright>
 
27
            <year>2007</year>
 
28
            <holder>Karl H. Beckers</holder> 
 
29
        </copyright>
 
30
 
 
31
        <copyright>
 
32
        <year>2003</year>
 
33
        <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
 
34
        </copyright>
 
35
 
 
36
        <publisher>
 
37
            <publishername>Karl H. Beckers</publishername>
 
38
        </publisher>
 
39
 
 
40
        <!-- FIXME later
 
41
        <xi:include href="legal.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
42
        --> 
 
43
 
 
44
        <authorgroup>
 
45
            <author role="maintainer">
 
46
                <firstname>Karl</firstname>
 
47
                <othername>H.</othername>
 
48
                <surname>Beckers</surname>
 
49
                <email>karl.h.beckers@gmx.net</email>
 
50
            </author>
 
51
            <!--
 
52
            <othercredit role="reviewer">
 
53
            <firstname>Baris</firstname>
 
54
            <surname>Cicek provided information from earlier revisions of the gedit application.</surname>
 
55
            <contrib>Acknowledgements</contrib>
 
56
            </othercredit>
 
57
            <othercredit role="reviewer">
 
58
            <firstname>Ajit</firstname>
 
59
            <surname>George provided information about plugins.</surname>
 
60
            <contrib>Acknowledgements</contrib>
 
61
            </othercredit>
 
62
            -->
 
63
 
 
64
 
 
65
            <!-- This is appropriate place for other contributors: translators,
 
66
            maintainers,  etc. Commented out by default.
 
67
            <othercredit role="translator">
 
68
            <firstname>Latin</firstname>
 
69
            <surname>Translator 1</surname>
 
70
            <affiliation>
 
71
            <orgname>Latin Translation Team</orgname>
 
72
            <address> <email>translator@gnome.org</email> </address>
 
73
            </affiliation>
 
74
            <contrib>Latin translation</contrib>
 
75
            </othercredit>
 
76
            -->
 
77
        </authorgroup>
 
78
 
 
79
        <!-- According to GNU FDL, revision history is mandatory if you are -->
 
80
        <!-- modifying/reusing someone else's document.  If not, you can omit it. -->
 
81
        <revhistory>
 
82
            <!-- Remember to remove the &manrevision; entity from the revision entries other
 
83
            than the current revision. -->
 
84
            <revision>
 
85
                <revnumber>&app; V0.1</revnumber>
 
86
                <date>2006</date>
 
87
                <revdescription>
 
88
                    <para role="author">Karl H. Beckers <email>karl.h.beckers@gmx.net</email>
 
89
                    </para>
 
90
                    <para role="publisher">Karl H. Beckers</para>
 
91
                </revdescription>
 
92
            </revision>
 
93
            <revision>
 
94
                <revnumber>&app; V&manrevision;</revnumber>
 
95
                <date>2007</date>
 
96
                <revdescription>
 
97
                    <para role="author">Karl H. Beckers <email>karl.h.beckers@gmx.net</email>
 
98
                    </para>
 
99
                    <para role="publisher">Karl H. Beckers</para>
 
100
                </revdescription>
 
101
            </revision>
 
102
 
 
103
        </revhistory>
 
104
        <releaseinfo> This manual describes version &appversion; of &app;.
 
105
        </releaseinfo>
 
106
        <legalnotice>
 
107
            <title>Feedback</title>
 
108
            <para>
 
109
                To report a bug or make a suggestion regarding the <application>&app;</application> application or this 
 
110
                manual, follow the directions on <ulink url="http://www.sourceforge.net/projects/xvidcap">&app;'s site at SF.net</ulink>.
 
111
            </para>
 
112
            <!-- Translators may also add here feedback address for translations -->
 
113
        </legalnotice>
 
114
        <abstract role="description">
 
115
            <para>User manual for the &app; screencam application.</para>
 
116
        </abstract>
 
117
    </articleinfo>
 
118
    <indexterm><primary>xvidcap</primary></indexterm>
 
119
    <indexterm><primary>screencam</primary></indexterm>
 
120
    <indexterm><primary>screencast</primary></indexterm>
 
121
 
 
122
    <!-- ============= Document Body ============================= -->
 
123
    <!-- ============= Introduction ============================== -->
 
124
    <sect1 id="xvidcap-intro">
 
125
        <title>Introduction</title>
 
126
        <para>
 
127
            <application>&app;</application> is a tool that captures movement on a selected area of an X11 screen to files. 
 
128
            It does this by taking a configurable number of screenshots per second and saving them either as individual
 
129
            screenshots or as a video. This kind of application, today, is commonly labelled screencam or screencast utility. 
 
130
            In fact, one of the oldest of those utilities was <application>Lotus Screencam</application> which served as the 
 
131
            inspiration for <application>&app;</application>.
 
132
        </para>
 
133
 
 
134
        <para>
 
135
            <application>&app;</application> can be used in two distinct modes of operation:
 
136
            <orderedlist>
 
137
                <listitem>
 
138
                    <para>
 
139
                        <guilabel>&sf-cap;</guilabel> -- capture individual screenshots to one file each.
 
140
                    </para>
 
141
                </listitem>
 
142
                <listitem>
 
143
                    <para>
 
144
                        <guilabel>&mf-cap;</guilabel> -- capture and encode to video on the fly.
 
145
                    </para>
 
146
                </listitem>
 
147
            </orderedlist>
 
148
        </para>    
 
149
 
 
150
        <tip>
 
151
            <title>Mnemonic</title>
 
152
            <para>
 
153
                The naming of the modes of operation derives from the number of frames that get stored in the output file:
 
154
                One or many.
 
155
            </para>
 
156
        </tip>
 
157
 
 
158
        <caution>
 
159
            <title>Audio Capture</title>
 
160
            <para>
 
161
                <application>&app;</application> can capture audio, but only in &mf-cap; operation.
 
162
            </para>
 
163
        </caution>
 
164
 
 
165
        <para>
 
166
            Recording in single-frame capture mode may be more convenient if you wish to preprocess the images before 
 
167
            encoding, or if you need other video codecs <application>&app;</application> does not support. Individual images can later be encoded 
 
168
            with tools like <ulink type="help" url="man:ffmpeg">ffmpeg</ulink>, 
 
169
            <ulink type="help" url="man:mencoder">mencoder</ulink>, or 
 
170
            <ulink type="help" url="man:transcode">transcode</ulink>.
 
171
        </para>
 
172
 
 
173
        <para>
 
174
            To report a bug or make a suggestion regarding the <application>&app;</application> application or this manual, 
 
175
            follow the directions on <ulink url="http://www.sourceforge.net/projects/xvidcap">&app;'s site at SF.net</ulink>.
 
176
        </para>
 
177
    </sect1>
 
178
    
 
179
    <sect1 id="xvidcap-get-started">
 
180
        <title>Getting Started</title>
 
181
    
 
182
        <sect2 id="xvidcap-get-started-to-start">
 
183
            <title>To Start &app;</title>
 
184
            <para>You can start <application>&app;</application> in the following ways:</para>
 
185
            <variablelist>
 
186
                <varlistentry>
 
187
                    <term><guimenu>Applications</guimenu> menu</term>
 
188
                    <listitem>
 
189
                        <para>
 
190
                            Choose <menuchoice><guisubmenu>Sound &amp; Video</guisubmenu>
 
191
                            <guimenuitem>XVidCap Screen Capture</guimenuitem></menuchoice>.
 
192
                        </para>
 
193
                    </listitem>
 
194
                </varlistentry>
 
195
                <varlistentry>
 
196
                    <term>Command line</term>
 
197
                    <listitem>
 
198
                        <para>
 
199
                            Execute the following command: <command>xvidcap</command>. For more 
 
200
                            information about command line usage see <ulink type="help" url="man:xvidcap">the xvidcap manpage</ulink>.
 
201
                        </para>
 
202
                    </listitem>
 
203
                </varlistentry>
 
204
            </variablelist>
 
205
        </sect2>
 
206
 
 
207
        <sect2 id="xvidcap-get-started-u-start">
 
208
 
 
209
            <title>When You Start <application>&app;</application></title>
 
210
            <para>When you start <application>&app;</application>, the following window is displayed:</para>
 
211
 
 
212
            <figure id="xvidcap-window">
 
213
                <title>&app; Control</title>
 
214
                <screenshot>
 
215
                    <mediaobject>
 
216
                        <imageobject>
 
217
                            <imagedata fileref="figures/xvidcap-main-ctrl.png" format="PNG"/>
 
218
                        </imageobject>
 
219
                        <textobject> <phrase>Shows <application>&app;</application> control.</phrase>
 
220
                        </textobject>
 
221
                    </mediaobject>
 
222
                </screenshot>
 
223
            </figure>
 
224
 
 
225
            <para>
 
226
                The window with a proper title and buttons is &app;'s main control, while the red rectangle is
 
227
                the selection frame enclosing the area to capture.
 
228
            </para>
 
229
 
 
230
            <table frame="all" id="xvidcap-get-started-u-start-TBL">
 
231
                <title>
 
232
                    &app;'s main control elements: 
 
233
                </title>
 
234
                <tgroup cols="2" align="char" charoff="50" char=".">
 
235
                    <tbody>
 
236
                        <row id="xvidcap-get-started-u-start-TBL-filename">
 
237
                            <entry>
 
238
                                <screenshot>
 
239
                                    <mediaobject>
 
240
                                        <imageobject>
 
241
                                            <imagedata fileref="figures/filename-button.png" format="PNG"/>
 
242
                                        </imageobject>
 
243
                                        <textobject> <phrase>Filename Display and Menu</phrase>
 
244
                                        </textobject>
 
245
                                    </mediaobject>
 
246
                                </screenshot>
 
247
                            </entry>
 
248
                            <entry>
 
249
                                <para>
 
250
                                    The <guilabel>Filename Display and Menu</guilabel> displays the current output filename and, 
 
251
                                    if in &mf-cap; mode, the index number of the most recently captured frame in square brackets.
 
252
                                    In &sf-cap; mode the index number of the current frame will typically be part of the filename.
 
253
                                </para>
 
254
                                <para>
 
255
                                    When in &sf-cap; mode a left click resets the frame count to the start. A right-click while
 
256
                                    not capturing will pop up the <ulink type="help" url="ghelp:xvidcap?xvidcap-menu">main menu</ulink>.
 
257
                                </para>
 
258
                                <tip>
 
259
                                    <title>Default Capture Mode</title>
 
260
                                    <para>By default, <application>&app;</application> starts in &mf-cap; mode.</para>
 
261
                                </tip>
 
262
 
 
263
                            </entry>
 
264
                        </row>
 
265
                        <row id="xvidcap-get-started-u-start-TBL-frame-drop-meter">
 
266
                            <entry>
 
267
                                <screenshot>
 
268
                                    <mediaobject>
 
269
                                        <imageobject>
 
270
                                            <imagedata fileref="figures/frame-drop-meter.png" format="PNG"/>
 
271
                                        </imageobject>
 
272
                                        <textobject> <phrase>Frame Drop Meter</phrase>
 
273
                                        </textobject>
 
274
                                    </mediaobject>
 
275
                                </screenshot>
 
276
                            </entry>
 
277
                            <entry>
 
278
                                <para>
 
279
                                    The <guilabel>Frame Drop Meter</guilabel> provides an indication of how well your capture session can capture at 
 
280
                                    your desired frame rate. If your system is under heavy load, it may not be able to capture
 
281
                                    as many frames per second as you wish. This will result in a video that plays back too quickly.
 
282
                                    <application>&app;</application> displays a green status if you can or can almost capture at the desired frame rate. If
 
283
                                    you have some frame drop the status turns to yellow, or red if there is excessive frame drop.
 
284
                                    To reduce frame drop you can capture a smaller part of your screen, select a lower frame rate,
 
285
                                    quit as many other applications putting stress on your system as possible, or run on a more 
 
286
                                    powerful machine. It may also help to <ulink type="help" url="ghelp:xvidcap?xvidcap-prefs-TBL-rescale">downscale</ulink>
 
287
                                    the captured data. Another means for making screen capture lighter on your system is to
 
288
                                    make use of the XDamage extension. See the corresponding paragraph about the 
 
289
                                    <ulink type="help" url="ghelp:xvidcap?xvidcap-prefs-general">general options tab</ulink>
 
290
                                    of the preferences dialog.
 
291
                                </para>
 
292
                            </entry>
 
293
                        </row>
 
294
                        <row id="xvidcap-get-started-u-start-TBL-stop">
 
295
                            <entry>
 
296
                                <screenshot>
 
297
                                    <mediaobject>
 
298
                                        <imageobject>
 
299
                                            <imagedata fileref="figures/stop-toggle.png" format="PNG"/>
 
300
                                        </imageobject>
 
301
                                        <textobject> <phrase>Stop Button</phrase>
 
302
                                        </textobject>
 
303
                                    </mediaobject>
 
304
                                </screenshot>                   
 
305
                            </entry>
 
306
                            <entry>
 
307
                                <para>
 
308
                                    The <guilabel>Stop Button</guilabel> stops a running recording session.
 
309
                                </para>
 
310
                            </entry>
 
311
                        </row>
 
312
                        <row id="xvidcap-get-started-u-start-TBL-pause">
 
313
                            <entry>
 
314
                                <screenshot>
 
315
                                    <mediaobject>
 
316
                                        <imageobject>
 
317
                                            <imagedata fileref="figures/pause-toggle.png" format="PNG"/>
 
318
                                        </imageobject>
 
319
                                        <textobject> <phrase>Pause Button</phrase>
 
320
                                        </textobject>
 
321
                                    </mediaobject>
 
322
                                </screenshot>
 
323
                            </entry>
 
324
                            <entry>
 
325
                                <para>
 
326
                                    The <guilabel>Pause Button</guilabel> pauses a running or continues a paused recording session.
 
327
                                    You can also select this before starting to record to start paused.
 
328
                                </para>
 
329
                            </entry>
 
330
                        </row>
 
331
                        <row id="xvidcap-get-started-u-start-TBL-record">
 
332
                            <entry>
 
333
                                <screenshot>
 
334
                                    <mediaobject>
 
335
                                        <imageobject>
 
336
                                            <imagedata fileref="figures/record-toggle.png" format="PNG"/>
 
337
                                        </imageobject>
 
338
                                        <textobject> <phrase>Record Button</phrase>
 
339
                                        </textobject>
 
340
                                    </mediaobject>
 
341
                                </screenshot>                   
 
342
                            </entry>
 
343
                            <entry>
 
344
                                <para>
 
345
                                    The <guilabel>Record Button</guilabel> starts a recording session.
 
346
                                </para>
 
347
                            </entry>
 
348
                        </row>
 
349
                        <row id="xvidcap-get-started-u-start-TBL-step">
 
350
                            <entry>
 
351
                                <screenshot>
 
352
                                    <mediaobject>
 
353
                                        <imageobject>
 
354
                                            <imagedata fileref="figures/step-button.png" format="PNG"/>
 
355
                                        </imageobject>
 
356
                                        <textobject> <phrase>Single Snaphot Button</phrase>
 
357
                                        </textobject>
 
358
                                    </mediaobject>
 
359
                                </screenshot>
 
360
                            </entry>
 
361
                            <entry>
 
362
                                <para>
 
363
                                    The <guilabel>Single Snapshot Button</guilabel> is only active in a paused &sf-cap; mode capturing session.
 
364
                                    Then it allows you to take individual snapshots on a click of this button.
 
365
                                </para>
 
366
                            </entry>
 
367
                        </row>
 
368
                        <row id="xvidcap-get-started-u-start-TBL-back">
 
369
                            <entry>
 
370
                                <screenshot>
 
371
                                    <mediaobject>
 
372
                                        <imageobject>
 
373
                                            <imagedata fileref="figures/back-button.png" format="PNG"/>
 
374
                                        </imageobject>
 
375
                                        <textobject> <phrase>Rewind Button</phrase>
 
376
                                        </textobject>
 
377
                                    </mediaobject>
 
378
                                </screenshot>                   
 
379
                            </entry>
 
380
                            <entry>
 
381
                                <para>
 
382
                                    The <guilabel>Rewind Button</guilabel> has different uses depending on the current capture mode.
 
383
                                </para>
 
384
                                <para>
 
385
                                    In &sf-cap; mode <quote>rewinding</quote> relates to the index number of the current frame to
 
386
                                    capture. Imagine you have a stopped capture session that has captured ten PNG images. The filename 
 
387
                                    display may show <quote>test-0010.png</quote>. You then realize, the last two snapshots weren't
 
388
                                    what you needed. You can then click the rewind button twice. This changes the filename display to 
 
389
                                    <quote>test-0008.png</quote>. If you continue to capture, frames eight and nine in images <quote>test-0008.png</quote>
 
390
                                    and <quote>test-0009.png</quote> will be overwritten.
 
391
                                </para>
 
392
                                <para>
 
393
                                    In &mf-cap; mode the rewind button works quite similar. It does not, however, manipulate the
 
394
                                    index number of the current frame, but rather of the current movie as it relates to the 
 
395
                                    <ulink type="help" url="ghelp:xvidcap?xvidcap-prefs-TBL-autocontinue">autocontinue</ulink>
 
396
                                    feature.
 
397
                                </para>
 
398
                            </entry>
 
399
                        </row>
 
400
                        <row id="xvidcap-get-started-u-start-TBL-fwd">
 
401
                            <entry>
 
402
                                <screenshot>
 
403
                                    <mediaobject>
 
404
                                        <imageobject>
 
405
                                            <imagedata fileref="figures/fwd-button.png" format="PNG"/>
 
406
                                        </imageobject>
 
407
                                        <textobject> <phrase>Forward Button</phrase>
 
408
                                        </textobject>
 
409
                                    </mediaobject>
 
410
                                </screenshot>                   
 
411
                            </entry>
 
412
                            <entry>
 
413
                                <para>
 
414
                                    The <guilabel>Forward Button</guilabel> does the opposite of the rewind button in that it 
 
415
                                    increments the current frame's index number or the movie index number depending on capture mode.
 
416
                                </para>
 
417
                            </entry>
 
418
                        </row>
 
419
                        <row id="xvidcap-get-started-u-start-TBL-lock">
 
420
                            <entry>
 
421
                                <screenshot>
 
422
                                    <mediaobject>
 
423
                                        <imageobject>
 
424
                                            <imagedata fileref="figures/lock-toggle.png" format="PNG"/>
 
425
                                        </imageobject>
 
426
                                        <textobject> <phrase>Frame Selection Lock</phrase>
 
427
                                        </textobject>
 
428
                                    </mediaobject>
 
429
                                </screenshot>                   
 
430
                            </entry>
 
431
                            <entry>
 
432
                                <para>
 
433
                                    The <guilabel>Frame Selection Lock</guilabel> makes the capture selection move with the
 
434
                                    main control if selected. If deselected, the capture selection will stay where it is when
 
435
                                    the main control moves.
 
436
                                </para>
 
437
                            </entry>
 
438
                        </row>
 
439
                        <row id="xvidcap-get-started-u-start-TBL-selector">
 
440
                            <entry>
 
441
                                <screenshot>
 
442
                                    <mediaobject>
 
443
                                        <imageobject>
 
444
                                            <imagedata fileref="figures/selector-button.png" format="PNG"/>
 
445
                                        </imageobject>
 
446
                                        <textobject> <phrase>Frame Selector Button</phrase>
 
447
                                        </textobject>
 
448
                                    </mediaobject>
 
449
                                </screenshot>
 
450
                            </entry>
 
451
                            <entry>
 
452
                                <para>
 
453
                                    Click the <guilabel>Frame Selector Button</guilabel> to change the area you want to capture.
 
454
                                    When you click it, the cursor changes to a cross-hair cursor. After that you can either:
 
455
                                </para>
 
456
                                <itemizedlist>
 
457
                                    <listitem>
 
458
                                        <para>
 
459
                                            click on a single window to capture that window.
 
460
                                        </para>
 
461
                                        <caution>
 
462
                                            <title>Moving Captured Windows</title>
 
463
                                            <para>
 
464
                                                Note that the area selection is not sticky to the window in the sense that it
 
465
                                                would follow the window you originally selected, if you move it away. All it
 
466
                                                does is adjust position and dimension of the selected capture area to match
 
467
                                                the contents of the window clicked on. If you move the window afterwards, the
 
468
                                                capture area will stay where it is, unless you have the frame selection lock
 
469
                                                enabled and manually move the main control to the right position.
 
470
                                            </para>
 
471
                                        </caution>
 
472
                                    </listitem>
 
473
                                    <listitem>
 
474
                                        <para>
 
475
                                            click and drag to select an arbitrary portion of the screen.
 
476
                                        </para>
 
477
                                    </listitem>
 
478
                                    <listitem>
 
479
                                        <para>
 
480
                                            click on the backdrop to select full-screen capture.
 
481
                                        </para>
 
482
                                        <caution>
 
483
                                            <title>Full-Screen Capture</title>
 
484
                                            <para>
 
485
                                                With current display sizes, full-screen capture has a very high probability of
 
486
                                                putting too much stress on your system. Watch the frame drop monitor and possibly
 
487
                                                adjust your screen resolution if you absolutely must capture full-screen. 
 
488
                                                Remember that DVDs typically contain resolutions of 720 x 486. Capturing full-screen 
 
489
                                                at a resolution of 1400 x 1050 means encoding about 4 times the data rate of a DVD
 
490
                                                in real time -- not something you will be doing with a pencil and paper.
 
491
                                            </para>
 
492
                                                It is not just the encoding of a full screen capture, though, that may put 
 
493
                                                too much stress on your system. Grabbing the complete capture area from the X11 
 
494
                                                display is a heavy task on its own right. Using the XDamage extension may ease
 
495
                                                the effect of that, however there may be caveats. See the corresponding paragraph about the 
 
496
                                                <ulink type="help" url="ghelp:xvidcap?xvidcap-prefs-TBL-set-xdamage">general options tab</ulink>
 
497
                                                of the preferences dialog.
 
498
                                            <para>
 
499
                                            </para>
 
500
                                        </caution>
 
501
                                    </listitem>
 
502
                                </itemizedlist>
 
503
                                <tip>
 
504
                                        <title>Resize By Dragging</title>
 
505
                                        <para>
 
506
                                        Starting with version 1.1.5, you can also resize the area to capture by dragging on
 
507
                                        the edges of the frame while not capturing. Use that feature as you would resize a
 
508
                                        normal window.
 
509
                                        </para>
 
510
                                </tip>
 
511
                            </entry>
 
512
                        </row>
 
513
                        <row id="xvidcap-get-started-u-start-TBL-edit">
 
514
                            <entry>
 
515
                                <screenshot>
 
516
                                    <mediaobject>
 
517
                                        <imageobject>
 
518
                                            <imagedata fileref="figures/edit-button.png" format="PNG"/>
 
519
                                        </imageobject>
 
520
                                        <textobject> <phrase>Edit Button</phrase>
 
521
                                        </textobject>
 
522
                                    </mediaobject>
 
523
                                </screenshot>
 
524
                            </entry>
 
525
                            <entry>
 
526
                                <para>
 
527
                                    The <guilabel>Edit Button</guilabel> calls an external program to edit the most recently
 
528
                                    captured frame in &sf-cap; mode or the current video in &mf-cap; mode. <application>&app;</application> does not
 
529
                                    provide those applications. By default, <application>&app;</application> calls <application>gimp</application> in
 
530
                                    &sf-cap; mode and nothing at all in &mf-cap; mode. Both settings can be changed through
 
531
                                    the <ulink type="help" url="ghelp:xvidcap?xvidcap-prefs-cmd">preferences dialog</ulink>.
 
532
                                </para>
 
533
                            </entry>
 
534
                        </row>
 
535
                    </tbody>
 
536
                </tgroup>
 
537
            </table>
 
538
    
 
539
        </sect2>
 
540
 
 
541
        <sect2 id="xvidcap-menu">
 
542
 
 
543
            <title>Main Menu</title>
 
544
            <para>A right-click on the filename display pops up the following menu:</para>
 
545
 
 
546
            <figure id="xvidcap-menu-screenshot">
 
547
                <title>Main Menu</title>
 
548
                <screenshot>
 
549
                    <mediaobject>
 
550
                        <imageobject>
 
551
                            <imagedata fileref="figures/menu.png" format="PNG"/>
 
552
                        </imageobject>
 
553
                        <textobject> <phrase>Main Menu</phrase>
 
554
                        </textobject>
 
555
                    </mediaobject>
 
556
                </screenshot>
 
557
            </figure>
 
558
 
 
559
            <table frame="all" id="xvidcap-menu-TBL">
 
560
                <title>
 
561
                    the main menu's items: 
 
562
                </title>
 
563
                <tgroup cols="2" align="char" charoff="50" char=".">
 
564
                    <tbody>
 
565
                        <row id="xvidcap-menu-TBL-prefs">
 
566
                            <entry>
 
567
                                <screenshot>
 
568
                                    <mediaobject>
 
569
                                        <imageobject>
 
570
                                            <imagedata fileref="figures/menu-prefs.png" format="PNG"/>
 
571
                                        </imageobject>
 
572
                                        <textobject> <phrase>Preferences Menuitem</phrase>
 
573
                                        </textobject>
 
574
                                    </mediaobject>
 
575
                                </screenshot>
 
576
                            </entry>
 
577
                            <entry>
 
578
                                <para>
 
579
                                    open the preferences dialog
 
580
                                </para>
 
581
                            </entry>
 
582
                        </row>
 
583
                        <row id="xvidcap-menu-TBL-save-prefs">
 
584
                            <entry>
 
585
                                <screenshot>
 
586
                                    <mediaobject>
 
587
                                        <imageobject>
 
588
                                            <imagedata fileref="figures/menu-save-prefs.png" format="PNG"/>
 
589
                                        </imageobject>
 
590
                                        <textobject> <phrase>Save Preferences Menuitem</phrase>
 
591
                                        </textobject>
 
592
                                    </mediaobject>
 
593
                                </screenshot>
 
594
                            </entry>
 
595
                            <entry>
 
596
                                <para>
 
597
                                    save the current settings
 
598
                                </para>
 
599
                                <tip>
 
600
                                    <title>Volatile Settings</title>
 
601
                                    <para>
 
602
                                        Note that <application>&app;</application> does not save changed preferences automatically. You can
 
603
                                        modify settings, exit <application>&app;</application>, and return to your previous settings by just
 
604
                                        restarting <application>&app;</application>. If you want to make changes to your settings persistent,
 
605
                                        select this. It will write your settings to a file <filename>.xvidcaprc</filename>
 
606
                                        in your home directory.
 
607
                                    </para>
 
608
                                </tip>
 
609
                            </entry>
 
610
                        </row>
 
611
                        <row id="xvidcap-menu-TBL-mf">
 
612
                            <entry>
 
613
                                <screenshot>
 
614
                                    <mediaobject>
 
615
                                        <imageobject>
 
616
                                            <imagedata fileref="figures/menu-mf.png" format="PNG"/>
 
617
                                        </imageobject>
 
618
                                        <textobject> <phrase>Multi-Frame Menuitem</phrase>
 
619
                                        </textobject>
 
620
                                    </mediaobject>
 
621
                                </screenshot>
 
622
                            </entry>
 
623
                            <entry>
 
624
                                <para>
 
625
                                    select multi-frame capture mode
 
626
                                </para>
 
627
                                <tip>
 
628
                                    <title>Parallel Settings for Capture Modes</title>
 
629
                                    <para>
 
630
                                        Keep in mind that you can have distinct settings for &mf-cap; and &sf-cap; 
 
631
                                        modes configured and stored in parallel. Choosing this menuitem or the next
 
632
                                        toggles between the two modes and their respective settings.
 
633
                                    </para>
 
634
                                </tip>
 
635
                            </entry>
 
636
                        </row>
 
637
                        <row id="xvidcap-menu-TBL-sf">
 
638
                            <entry>
 
639
                                <screenshot>
 
640
                                    <mediaobject>
 
641
                                        <imageobject>
 
642
                                            <imagedata fileref="figures/menu-sf.png" format="PNG"/>
 
643
                                        </imageobject>
 
644
                                        <textobject> <phrase>Single-Frame Menuitem</phrase>
 
645
                                        </textobject>
 
646
                                    </mediaobject>
 
647
                                </screenshot>
 
648
                            </entry>
 
649
                            <entry>
 
650
                                <para>
 
651
                                    select single-frame capture mode
 
652
                                </para>
 
653
                            </entry>
 
654
                        </row>
 
655
                        <row id="xvidcap-menu-TBL-autocontinue">
 
656
                            <entry>
 
657
                                <screenshot>
 
658
                                    <mediaobject>
 
659
                                        <imageobject>
 
660
                                            <imagedata fileref="figures/menu-cont.png" format="PNG"/>
 
661
                                        </imageobject>
 
662
                                        <textobject> <phrase>Autocontinue Menuitem</phrase>
 
663
                                        </textobject>
 
664
                                    </mediaobject>
 
665
                                </screenshot>
 
666
                            </entry>
 
667
                            <entry>
 
668
                                <para>
 
669
                                    toggle autocontinue feature on/off
 
670
                                </para>
 
671
                                <para>
 
672
                                    This is selectable only in &mf-cap; mode
 
673
                                    and only if the filename is mutable. Refer to 
 
674
                                    <ulink type="help" url="ghelp:xvidcap?xvidcap-prefs-TBL-autocontinue">the autocontinue prefernces
 
675
                                    setting</ulink> for more information.
 
676
                                </para>
 
677
                            </entry>
 
678
                        </row>
 
679
                        <row id="xvidcap-menu-TBL-make-video">
 
680
                            <entry>
 
681
                                <screenshot>
 
682
                                    <mediaobject>
 
683
                                        <imageobject>
 
684
                                            <imagedata fileref="figures/menu-make-video.png" format="PNG"/>
 
685
                                        </imageobject>
 
686
                                        <textobject> <phrase>Make Video Menuitem</phrase>
 
687
                                        </textobject>
 
688
                                    </mediaobject>
 
689
                                </screenshot>
 
690
                            </entry>
 
691
                            <entry>
 
692
                                <para>
 
693
                                    execute encoding command set in preferences
 
694
                                </para>
 
695
                                <para>
 
696
                                    In &mf-cap; mode this is not at all
 
697
                                    needed and not set by default. It can, however, be set to allow executing a custom
 
698
                                    transcoding command if output is needed in a format other than <application>&app;</application> can generate.
 
699
                                    The script used in &sf-cap; mode by default is provided by <application>&app;</application> but may need to be
 
700
                                    copied to your executable path to make it available. Refer to 
 
701
                                    <ulink type="help" url="ghelp:xvidcap?xvidcap-prefs-cmd">the commands
 
702
                                    preferences tab</ulink> for more information on setting encoding commands.
 
703
                                </para>
 
704
                            </entry>
 
705
                        </row>
 
706
                        <row id="xvidcap-menu-TBL-animate">
 
707
                            <entry>
 
708
                                <screenshot>
 
709
                                    <mediaobject>
 
710
                                        <imageobject>
 
711
                                            <imagedata fileref="figures/menu-animate.png" format="PNG"/>
 
712
                                        </imageobject>
 
713
                                        <textobject> <phrase>Animate/Play Menuitem</phrase>
 
714
                                        </textobject>
 
715
                                    </mediaobject>
 
716
                                </screenshot>
 
717
                            </entry>
 
718
                            <entry>
 
719
                                <para>
 
720
                                    execute playback command set in preferences
 
721
                                </para>
 
722
                                <para>
 
723
                                    In &mf-cap; mode this is <application>mplayer</application>
 
724
                                    and <application>animate</application> (part of ImageMagick) by default. Refer to 
 
725
                                    <ulink type="help" url="ghelp:xvidcap?xvidcap-prefs-cmd">the commands
 
726
                                    preferences tab</ulink> for more information on setting encoding commands.
 
727
                                </para>
 
728
                            </entry>
 
729
                        </row>
 
730
                        <row id="xvidcap-menu-TBL-help">
 
731
                            <entry>
 
732
                                <screenshot>
 
733
                                    <mediaobject>
 
734
                                        <imageobject>
 
735
                                            <imagedata fileref="figures/menu-help.png" format="PNG"/>
 
736
                                        </imageobject>
 
737
                                        <textobject> <phrase>Help Menuitem</phrase>
 
738
                                        </textobject>
 
739
                                    </mediaobject>
 
740
                                </screenshot>
 
741
                            </entry>
 
742
                            <entry>
 
743
                                <para>
 
744
                                    pop up online help
 
745
                                </para>
 
746
                            </entry>
 
747
                        </row>
 
748
                        <row id="xvidcap-menu-TBL-about">
 
749
                            <entry>
 
750
                                <screenshot>
 
751
                                    <mediaobject>
 
752
                                        <imageobject>
 
753
                                            <imagedata fileref="figures/menu-about.png" format="PNG"/>
 
754
                                        </imageobject>
 
755
                                        <textobject> <phrase>About Menuitem</phrase>
 
756
                                        </textobject>
 
757
                                    </mediaobject>
 
758
                                </screenshot>
 
759
                            </entry>
 
760
                            <entry>
 
761
                                <para>
 
762
                                    pop up <application>&app;'s</application> about dialog
 
763
                                </para>
 
764
                            </entry>
 
765
                        </row>
 
766
                        <row id="xvidcap-menu-TBL-quit">
 
767
                            <entry>
 
768
                                <screenshot>
 
769
                                    <mediaobject>
 
770
                                        <imageobject>
 
771
                                            <imagedata fileref="figures/menu-quit.png" format="PNG"/>
 
772
                                        </imageobject>
 
773
                                        <textobject> <phrase>Quit Menuitem</phrase>
 
774
                                        </textobject>
 
775
                                    </mediaobject>
 
776
                                </screenshot>
 
777
                            </entry>
 
778
                            <entry>
 
779
                                <para>
 
780
                                    exit <application>&app;</application>
 
781
                                </para>
 
782
                            </entry>
 
783
                        </row>
 
784
                    </tbody>
 
785
                </tgroup>
 
786
            </table>
 
787
 
 
788
        </sect2>
 
789
    </sect1>
 
790
    
 
791
    <sect1 id="xvidcap-prefs">
 
792
        <title>Preferences</title>
 
793
    
 
794
        <para>
 
795
            You can start the Preferences dialog either by right-clicking on the main control's
 
796
            filename display and selecting <quote>Preferences</quote> or pressing CTRL-P. The
 
797
            dialog itself is divided into four tabs.
 
798
        </para>
 
799
 
 
800
        <sect2 id="xvidcap-prefs-general">
 
801
            <title>General Preferences</title>
 
802
 
 
803
            <para>
 
804
                The first tab of the preferences dialog contains miscellaneous settings around
 
805
                general behaviour of <application>&app;</application>.
 
806
            </para>
 
807
 
 
808
            <figure id="xvidcap-prefs-general-screenshot">
 
809
                <title>General Preferences</title>
 
810
                <screenshot>
 
811
                    <mediaobject>
 
812
                        <imageobject>
 
813
                            <imagedata fileref="figures/prefs-general.png" format="PNG"/>
 
814
                        </imageobject>
 
815
                        <textobject> <phrase>General Preferences</phrase>
 
816
                        </textobject>
 
817
                    </mediaobject>
 
818
                </screenshot>
 
819
            </figure>
 
820
 
 
821
            <table frame="all" id="xvidcap-prefs-general-TBL">
 
822
                <title>
 
823
                    the general settings are: 
 
824
                </title>
 
825
                <tgroup cols="2" align="char" charoff="50" char=".">
 
826
                    <tbody>
 
827
                        <row id="xvidcap-prefs-general-TBL-dflt-mode">
 
828
                            <entry>
 
829
                                <para>
 
830
                                    Default Capture Mode
 
831
                                </para>
 
832
                            </entry>
 
833
                            <entry>
 
834
                                <para>
 
835
                                    This setting governs which capture mode is used by <application>&app;</application> by default, i. e. if
 
836
                                    no other settings give <application>&app;</application> a clue.
 
837
                                </para>
 
838
                            </entry>
 
839
                        </row>
 
840
                        <row id="xvidcap-prefs-TBL-cap-mouse">
 
841
                            <entry>
 
842
                                <para>
 
843
                                    Capture Mouse Pointer
 
844
                                </para>
 
845
                            </entry>
 
846
                            <entry>
 
847
                                <para>
 
848
                                    Check this to capture the mouse pointer.
 
849
                                </para>
 
850
                                <caution>
 
851
                                    <title>Custom Mouse Pointer Shapes</title>
 
852
                                    <para>
 
853
                                        Without the XFixes extension to X11, there is no way for <application>&app;</application> to 
 
854
                                        capture the real, current mouse pointer, only its position. If the extension is not available both
 
855
                                        on the machine where <application>&app;</application> was built and where it is run, 
 
856
                                        <application>&app;</application> generates a dummy mouse pointer in the captured movie.
 
857
                                        In this case you will find a radiobutton next to this checkbox which
 
858
                                        allows you to select whether the dummy pointer should be white or black.
 
859
                                    </para>
 
860
                                </caution>
 
861
                            </entry>
 
862
                        </row>
 
863
                        <row id="xvidcap-prefs-TBL-save-cap-geometry">
 
864
                            <entry>
 
865
                                <para>
 
866
                                    Save Capture Geometry
 
867
                                </para>
 
868
                            </entry>
 
869
                            <entry>
 
870
                                <para>
 
871
                                    Check this if you want to store size and position of the currently 
 
872
                                    selected area to capture along with other preferences on selecting
 
873
                                    <quote>Save Preferences</quote> from the main menu.
 
874
                                </para>
 
875
                            </entry>
 
876
                        </row>
 
877
                        <row id="xvidcap-prefs-TBL-use-shm">
 
878
                            <entry>
 
879
                                <para>
 
880
                                    Use Shared Memory
 
881
                                </para>
 
882
                            </entry>
 
883
                            <entry>
 
884
                                <para>
 
885
                                    Check this if capturing frames should make use of X11's shared
 
886
                                    memory extension.
 
887
                                </para>
 
888
                                <caution>
 
889
                                    <title>Shared Memory X11 Access</title>
 
890
                                    <para>
 
891
                                        Use of shared memory is enabled by default if the machine where
 
892
                                        <application>&app;</application> was built supported shared memory access in X11, which is
 
893
                                        typically the case, nowadays. You will need to turn this off, however, if
 
894
                                        X11 server and client are not running on the same machine, e. g. 
 
895
                                        if you are on a X terminal thin client.
 
896
                                    </para>
 
897
                                </caution>
 
898
                            </entry>
 
899
                        </row>
 
900
                        <row id="xvidcap-prefs-TBL-set-xdamage">
 
901
                            <entry>
 
902
                                <para>
 
903
                                    Manually Set XDamage
 
904
                                </para>
 
905
                            </entry>
 
906
                            <entry>
 
907
                                <para>
 
908
                                    Check this if you want to override the decision <application>&app;</application> makes
 
909
                                    about whether or not to use the XDamage extension to speed up screen capture. This 
 
910
                                    extension allows <application>&app;</application> to be notified about the portions
 
911
                                    of the screen that have changed between individual frames, so it does not need to 
 
912
                                    fetch the complete area to capture for every frame. <application>&app;</application> will
 
913
                                    default to using XDamage if it was available at build-time, if it is available at
 
914
                                    runtime, and if the window manager used is not compiz or beryl. If you are using
 
915
                                    beryl and still want to use the XDamage extension, check this control to enable the
 
916
                                    radiobuttons to the right and choose "enabled".
 
917
                                </para>
 
918
                                <caution>
 
919
                                    <title>XDamage and compiz or beryl</title>
 
920
                                    <para>
 
921
                                        Due to the advanced visual effects possible with compiz, beryl and the likes,
 
922
                                        the notifications received by <application>&app;</application> through XDamage
 
923
                                        may not be sufficient for determining the right screen portions to capture.
 
924
                                        You can still force <application>&app;</application> to use it as described
 
925
                                        above, but your mileage may vary.
 
926
                                    </para>
 
927
                                </caution>
 
928
                            </entry>
 
929
                        </row>
 
930
                        <row id="xvidcap-prefs-TBL-autocontinue">
 
931
                            <entry>
 
932
                                <para>
 
933
                                    Autocontinue
 
934
                                </para>
 
935
                            </entry>
 
936
                            <entry>
 
937
                                <para>
 
938
                                    If recording in &mf-cap; mode and using a maximum number of frames to 
 
939
                                    capture or a maximum capture duration, <application>&app;</application> can automatically continue
 
940
                                    capturing to a new video once the specified maximum number of frames or
 
941
                                    capture duration have been reached. This can effectively create a series
 
942
                                    of movies split to chunks of the specified maximum length. To use this
 
943
                                    you need to specify a <ulink type="help" url="ghelp:xvidcap?xvidcap-prefs-sf-TBL-file-name">mutable target filename</ulink>.
 
944
                                </para>
 
945
                            </entry>
 
946
                        </row>
 
947
                        <row id="xvidcap-prefs-TBL-always-show-results">
 
948
                            <entry>
 
949
                                <para>
 
950
                                    Always Show Results Dialog
 
951
                                </para>
 
952
                            </entry>
 
953
                            <entry>
 
954
                                <para>
 
955
                                    Check this to always show a dialog with an overview of capture results
 
956
                                    on stopping a capture session. The dialog will always be shown if 
 
957
                                    required (e. g. to specify a target filename). This makes the dialog
 
958
                                    be shown where it would not strictly be required. By default the results
 
959
                                    dialog is always displayed. If, however, you have unchecked the 
 
960
                                    <quote>Show this dialog next time</quote> in the results dialog before,
 
961
                                    you can turn it back on here.
 
962
                                </para>
 
963
                            </entry>
 
964
                        </row>
 
965
                        <row id="xvidcap-prefs-TBL-minimize-to-tray">
 
966
                            <entry>
 
967
                                <para>
 
968
                                    Minimize to System Tray
 
969
                                </para>
 
970
                            </entry>
 
971
                            <entry>
 
972
                                <para>
 
973
                                    Check this to make <application>&app;</application> minimize to the
 
974
                                    system tray on starting a recording session. In that case the main
 
975
                                    control panel will hide and the frame drop monitor will apear in the
 
976
                                    system tray. A right-click on it will allow you to pause or stop the
 
977
                                    recording session. On stopping the main control window will be
 
978
                                    displayed again.
 
979
                                </para>
 
980
                            </entry>
 
981
                        </row>
 
982
                        <row id="xvidcap-prefs-TBL-rescale">
 
983
                            <entry>
 
984
                                <para>
 
985
                                    Rescale Output Percentage
 
986
                                </para>
 
987
                            </entry>
 
988
                            <entry>
 
989
                                <para>
 
990
                                    Use this to make the output video smaller than the original size of the
 
991
                                    portion of the screen captured. The percentage specified here is the 
 
992
                                    size of the output relative to the input. For example, specifying
 
993
                                    <quote>25</quote> will make the output width and height half the 
 
994
                                    original each. Thus the image size of the output will be 25 percent of
 
995
                                    the captured area.
 
996
                                </para>
 
997
                                <caution>
 
998
                                    <title>Rescale does not work with XWD output</title>
 
999
                                    <para>
 
1000
                                        Rescaling output frames does work with all output formats and codecs
 
1001
                                        other than XWD.
 
1002
                                    </para>
 
1003
                                </caution>
 
1004
                            </entry>
 
1005
                        </row>
 
1006
                    </tbody>
 
1007
                </tgroup>
 
1008
            </table>
 
1009
        </sect2>
 
1010
 
 
1011
        <sect2 id="xvidcap-prefs-sf">
 
1012
            <title>Single-Frame Capture Preferences</title>
 
1013
 
 
1014
            <para>
 
1015
                This tab contains the settings for &sf-cap; mode. Because &sf-cap; mode does
 
1016
                not support audio capture, only video settings are configurable here.
 
1017
            </para>
 
1018
 
 
1019
            <figure id="xvidcap-prefs-sf-screenshot">
 
1020
                <title>Single-Frame Capture Preferences</title>
 
1021
                <screenshot>
 
1022
                    <mediaobject>
 
1023
                        <imageobject>
 
1024
                            <imagedata fileref="figures/prefs-sf.png" format="PNG"/>
 
1025
                        </imageobject>
 
1026
                        <textobject> <phrase>Single-Frame Capture Preferences</phrase>
 
1027
                        </textobject>
 
1028
                    </mediaobject>
 
1029
                </screenshot>
 
1030
            </figure>
 
1031
 
 
1032
            <table frame="all" id="xvidcap-prefs-sf-TBL">
 
1033
                <title>
 
1034
                    the &sf-cap; mode settings are: 
 
1035
                </title>
 
1036
                <tgroup cols="2" align="char" charoff="50" char=".">
 
1037
                    <tbody>
 
1038
                        <row id="xvidcap-prefs-sf-TBL-file-name">
 
1039
                            <entry>
 
1040
                                <para>
 
1041
                                    File Name
 
1042
                                </para>
 
1043
                            </entry>
 
1044
                            <entry>
 
1045
                                <para>
 
1046
                                    Enter a file name pattern here to use for saving the individual
 
1047
                                    frames captured. The file name must contain a pattern that will
 
1048
                                    be replaced by the actual frame count for each individual file.
 
1049
                                    The patterns used here are those understood by 
 
1050
                                    <ulink type="help" url="man:fprintf">fprintf</ulink>. 
 
1051
                                    A file name containing this kind of pattern will henceforth be
 
1052
                                    called a <quote>mutable</quote> file name.
 
1053
                                </para>
 
1054
                                <tip>
 
1055
                                    <title>File Name Selection</title>
 
1056
                                    <para>
 
1057
                                        Instead of typing in a filename you can also click on the file
 
1058
                                        selector button (<guibutton>...</guibutton>). Be sure to put a
 
1059
                                        numeric pattern in the file name afterwards, though. If in 
 
1060
                                        doubt use <quote>%5d</quote> somewhere in your file name.
 
1061
                                    </para>
 
1062
                                </tip>
 
1063
                            </entry>
 
1064
                        </row>
 
1065
                        <row id="xvidcap-prefs-sf-TBL-format">
 
1066
                            <entry>
 
1067
                                <para>
 
1068
                                    File Format
 
1069
                                </para>
 
1070
                            </entry>
 
1071
                            <entry>
 
1072
                                <para>
 
1073
                                    A check in the <guilabel>auto</guilabel> checkbox makes <application>&app;</application>
 
1074
                                    automatically select an appropriate output format based on the
 
1075
                                    filename specified. For example, if you specify <quote>test-%4d.png</quote>
 
1076
                                    the output format will be <quote>Portable Network Graphics File (png)</quote>.
 
1077
                                    If the <guilabel>auto</guilabel> checkbox is unchecked, the dropdown
 
1078
                                    menu allows for manually selecting a format, possibly overriding 
 
1079
                                    <application>&app;'s</application> decision.
 
1080
                                </para>
 
1081
                            </entry>
 
1082
                        </row>
 
1083
                        <row id="xvidcap-prefs-sf-TBL-fps">
 
1084
                            <entry>
 
1085
                                <para>
 
1086
                                    Frames per Second
 
1087
                                </para>
 
1088
                            </entry>
 
1089
                            <entry>
 
1090
                                <para>
 
1091
                                    The number of frames to capture per second.
 
1092
                                </para>
 
1093
                            </entry>
 
1094
                        </row>
 
1095
                        <row id="xvidcap-prefs-sf-TBL-max-time">
 
1096
                            <entry>
 
1097
                                <para>
 
1098
                                    Maximum Time
 
1099
                                </para>
 
1100
                            </entry>
 
1101
                            <entry>
 
1102
                                <para>
 
1103
                                    Maximum time to record in seconds
 
1104
                                </para>
 
1105
                            </entry>
 
1106
                        </row>
 
1107
                        <row id="xvidcap-prefs-sf-TBL-max-frames">
 
1108
                            <entry>
 
1109
                                <para>
 
1110
                                    Maximum Frames
 
1111
                                </para>
 
1112
                            </entry>
 
1113
                            <entry>
 
1114
                                <para>
 
1115
                                    Maximum frames to capture
 
1116
                                </para>
 
1117
                            </entry>
 
1118
                        </row>
 
1119
                        <row id="xvidcap-prefs-sf-TBL-frame-start">
 
1120
                            <entry>
 
1121
                                <para>
 
1122
                                    Frame Start Number
 
1123
                                </para>
 
1124
                            </entry>
 
1125
                            <entry>
 
1126
                                <para>
 
1127
                                    Start counting frames with this number
 
1128
                                </para>
 
1129
                            </entry>
 
1130
                        </row>
 
1131
                        <row id="xvidcap-prefs-sf-TBL-frame-increment">
 
1132
                            <entry>
 
1133
                                <para>
 
1134
                                    Frame Number Increment
 
1135
                                </para>
 
1136
                            </entry>
 
1137
                            <entry>
 
1138
                                <para>
 
1139
                                    When capturing increment the frame count by the specified number
 
1140
                                    for each frame captured.
 
1141
                                </para>
 
1142
                                <caution>
 
1143
                                    <title>Deprecated Settings</title>
 
1144
                                    <para>
 
1145
                                        Due to the limited use of <quote>Frame Start Number</quote> and
 
1146
                                        <quote>Frame Number Increment</quote> those settings may go away
 
1147
                                        in future versions.
 
1148
                                    </para>
 
1149
                                </caution>
 
1150
                            </entry>
 
1151
                        </row>
 
1152
                        <row id="xvidcap-prefs-sf-TBL-quality">
 
1153
                            <entry>
 
1154
                                <para>
 
1155
                                    Quality
 
1156
                                </para>
 
1157
                            </entry>
 
1158
                            <entry>
 
1159
                                <para>
 
1160
                                    Desired output quality
 
1161
                                </para>
 
1162
                                <caution>
 
1163
                                    <title>Quality Setting changed in 1.1.5</title>
 
1164
                                    <para>
 
1165
                                        The effect of setting quality to a value below 100 % has changed in
 
1166
                                        <application>&app;</application> 1.1.5. Be sure to test the values
 
1167
                                        in your stored preferences. Quality settings do not apply to XWD
 
1168
                                        output.
 
1169
                                    </para>
 
1170
                                </caution>
 
1171
                            </entry>
 
1172
                        </row>
 
1173
                    </tbody>
 
1174
                </tgroup>
 
1175
            </table>
 
1176
        </sect2>
 
1177
 
 
1178
        <sect2 id="xvidcap-prefs-mf">
 
1179
            <title>Multi-Frame Capture Preferences</title>
 
1180
 
 
1181
            <para>
 
1182
                This tab contains the settings for &mf-cap; mode.
 
1183
            </para>
 
1184
 
 
1185
            <figure id="xvidcap-prefs-mf-screenshot">
 
1186
                <title>Multi-Frame Capture Preferences</title>
 
1187
                <screenshot>
 
1188
                    <mediaobject>
 
1189
                        <imageobject>
 
1190
                            <imagedata fileref="figures/prefs-mf.png" format="PNG"/>
 
1191
                        </imageobject>
 
1192
                        <textobject> <phrase>Multi-Frame Capture Preferences</phrase>
 
1193
                        </textobject>
 
1194
                    </mediaobject>
 
1195
                </screenshot>
 
1196
            </figure>
 
1197
 
 
1198
            <table frame="all" id="xvidcap-prefs-mf-TBL">
 
1199
                <title>
 
1200
                    the &mf-cap; mode video settings are: 
 
1201
                </title>
 
1202
                <tgroup cols="2" align="char" charoff="50" char=".">
 
1203
                    <tbody>
 
1204
                        <row id="xvidcap-prefs-mf-TBL-file-name">
 
1205
                            <entry>
 
1206
                                <para>
 
1207
                                    File Name
 
1208
                                </para>
 
1209
                            </entry>
 
1210
                            <entry>
 
1211
                                <para>
 
1212
                                    Enter a file name or file name pattern here to use for saving the individual
 
1213
                                    frames captured. For &mf-cap; the string supplied here only needs to be
 
1214
                                    a <ulink type="help" url="ghelp:xvidcap?xvidcap-prefs-sf-TBL-file-name">mutable filename</ulink> 
 
1215
                                    if the <ulink type="help" url="ghelp:xvidcap?xvidcap-prefs-TBL-autocontinue">autocontinue feature</ulink>
 
1216
                                    is to be used. Otherwise a simple filename is sufficient here, which may also be
 
1217
                                    selected through the file selector button (<guibutton>...</guibutton>).
 
1218
                                </para>
 
1219
                            </entry>
 
1220
                        </row>
 
1221
                        <row id="xvidcap-prefs-mf-TBL-format">
 
1222
                            <entry>
 
1223
                                <para>
 
1224
                                    File Format
 
1225
                                </para>
 
1226
                            </entry>
 
1227
                            <entry>
 
1228
                                <para>
 
1229
                                    A check in the <guilabel>auto</guilabel> checkbox makes <application>&app;</application>
 
1230
                                    automatically select an appropriate output format based on the
 
1231
                                    filename specified. For example, if you specify <quote>test.avi</quote>
 
1232
                                    the output format will be <quote>Microsoft Audio Video Interleaved File (avi)</quote>.
 
1233
                                    If the <guilabel>auto</guilabel> checkbox is unchecked, the dropdown
 
1234
                                    menu allows for manually selecting a format, possibly overriding 
 
1235
                                    <application>&app;'s</application> decision.
 
1236
                                </para>
 
1237
                            </entry>
 
1238
                        </row>
 
1239
                        <row id="xvidcap-prefs-mf-TBL-vid-codec">
 
1240
                            <entry>
 
1241
                                <para>
 
1242
                                    Video Codec
 
1243
                                </para>
 
1244
                            </entry>
 
1245
                            <entry>
 
1246
                                <para>
 
1247
                                    A check in the <guilabel>auto</guilabel> checkbox makes <application>&app;</application>
 
1248
                                    automatically select an appropriate video codec for the output format selected.
 
1249
                                    For example, if <quote>Microsoft Audio Video Interleaved File (avi)</quote> is
 
1250
                                    selected the video codec will be <quote>Microsoft DIVX 2</quote>.
 
1251
                                    If the <guilabel>auto</guilabel> checkbox is unchecked, the dropdown
 
1252
                                    menu allows for manually selecting a codec, possibly overriding 
 
1253
                                    <application>&app;'s</application> decision.
 
1254
                                </para>
 
1255
                            </entry>
 
1256
                        </row>
 
1257
                        <row id="xvidcap-prefs-mf-TBL-fps">
 
1258
                            <entry>
 
1259
                                <para>
 
1260
                                    Frames per Second
 
1261
                                </para>
 
1262
                            </entry>
 
1263
                            <entry>
 
1264
                                <para>
 
1265
                                    The number of frames to capture per second. This control can either be 
 
1266
                                    a scale or a dropdown menu, if the selected codec only supports certain
 
1267
                                    frame rates.
 
1268
                                </para>
 
1269
                            </entry>
 
1270
                        </row>
 
1271
                        <row id="xvidcap-prefs-mf-TBL-max-time">
 
1272
                            <entry>
 
1273
                                <para>
 
1274
                                    Maximum Time
 
1275
                                </para>
 
1276
                            </entry>
 
1277
                            <entry>
 
1278
                                <para>
 
1279
                                    Maximum time to record in seconds
 
1280
                                </para>
 
1281
                            </entry>
 
1282
                        </row>
 
1283
                        <row id="xvidcap-prefs-mf-TBL-max-frames">
 
1284
                            <entry>
 
1285
                                <para>
 
1286
                                    Maximum Frames
 
1287
                                </para>
 
1288
                            </entry>
 
1289
                            <entry>
 
1290
                                <para>
 
1291
                                    Maximum frames to capture
 
1292
                                </para>
 
1293
                            </entry>
 
1294
                        </row>
 
1295
                        <row id="xvidcap-prefs-mf-TBL-quality">
 
1296
                            <entry>
 
1297
                                <para>
 
1298
                                    Quality
 
1299
                                </para>
 
1300
                            </entry>
 
1301
                            <entry>
 
1302
                                <para>
 
1303
                                    Desired output quality
 
1304
                                </para>
 
1305
                                <caution>
 
1306
                                    <title>Quality Setting changed in 1.1.5</title>
 
1307
                                    <para>
 
1308
                                        The effect of setting quality to a value below 100 % has changed in
 
1309
                                        <application>&app;</application> 1.1.5. Be sure to test the values
 
1310
                                        in your stored preferences. In the past a quality setting of <quote>20</quote>
 
1311
                                        could yield good results depending on the codec chosen. This is no longer
 
1312
                                        the case. A setting of <quote>75</quote> may be acceptable to you, a
 
1313
                                        value of <quote>85</quote> will typically be. A video resulting from a
 
1314
                                        capture with a quality setting of <quote>90</quote> will not normally
 
1315
                                        be easy to distinguish from one captured at <quote>100</quote> percent
 
1316
                                        quality.
 
1317
                                    </para>
 
1318
                                </caution>
 
1319
                            </entry>
 
1320
                        </row>
 
1321
                    </tbody>
 
1322
                </tgroup>
 
1323
            </table>
 
1324
 
 
1325
            <table frame="all" id="xvidcap-prefs-mf-TBL-audio">
 
1326
                <title>
 
1327
                    the &mf-cap; mode audio settings are: 
 
1328
                </title>
 
1329
                <tgroup cols="2" align="char" charoff="50" char=".">
 
1330
                    <tbody>
 
1331
                        <row id="xvidcap-prefs-mf-TBL-audio-enable">
 
1332
                            <entry>
 
1333
                                <para>
 
1334
                                    Enable Audio
 
1335
                                </para>
 
1336
                            </entry>
 
1337
                            <entry>
 
1338
                                <para>
 
1339
                                    Check this to capture audio along with video frames.
 
1340
                                </para>
 
1341
                            </entry>
 
1342
                        </row>
 
1343
                        <row id="xvidcap-prefs-mf-TBL-audio-device">
 
1344
                            <entry>
 
1345
                                <para>
 
1346
                                    Input Device
 
1347
                                </para>
 
1348
                            </entry>
 
1349
                            <entry>
 
1350
                                <para>
 
1351
                                    Type in the name of the input device to caputer audio from or
 
1352
                                    select it through the file selector button (<guibutton>...</guibutton>).
 
1353
                                </para>
 
1354
                            </entry>
 
1355
                        </row>
 
1356
                        <row id="xvidcap-prefs-mf-TBL-audio-codec">
 
1357
                            <entry>
 
1358
                                <para>
 
1359
                                    Audio Codec
 
1360
                                </para>
 
1361
                            </entry>
 
1362
                            <entry>
 
1363
                                <para>
 
1364
                                    A check in the <guilabel>auto</guilabel> checkbox makes <application>&app;</application>
 
1365
                                    automatically select an appropriate audio codec for the video output format selected.
 
1366
                                    For example, if <quote>Microsoft Audio Video Interleaved File (avi)</quote> is
 
1367
                                    selected the audio codec will be <quote>MPEG2</quote>.
 
1368
                                    If the <guilabel>auto</guilabel> checkbox is unchecked, the dropdown
 
1369
                                    menu allows for manually selecting a codec, possibly overriding 
 
1370
                                    <application>&app;'s</application> decision.
 
1371
                                </para>
 
1372
                            </entry>
 
1373
                        </row>
 
1374
                        <row id="xvidcap-prefs-mf-TBL-audio-smpl-rate">
 
1375
                            <entry>
 
1376
                                <para>
 
1377
                                    Sample Rate
 
1378
                                </para>
 
1379
                            </entry>
 
1380
                            <entry>
 
1381
                                <para>
 
1382
                                    Audio sample rate. If you're using piped input audio the audio stream
 
1383
                                    is resampled to the specified rate if required.
 
1384
                                </para>
 
1385
                                <tip>
 
1386
                                    <title>Piped Audio Input</title>
 
1387
                                    <para>
 
1388
                                        Instead of capturing audio from a real-time audio source, you can
 
1389
                                        also pipe a pre-recorded audio file to <application>&app;</application>. This way you can
 
1390
                                        effectively dub your recording with a given audio track. To do
 
1391
                                        this you need to:
 
1392
                                    </para>
 
1393
                                    <para>
 
1394
                                        <application>cat</application> my.mp3 | <application>&app;</application>
 
1395
                                        <parameter>--mf</parameter> <parameter>--audio yes</parameter>
 
1396
                                        <parameter>--audio_in -</parameter> <parameter>--file test.avi</parameter>
 
1397
                                    </para>
 
1398
                                    <para>
 
1399
                                        When you start the recording session in <application>&app;</application> it will sample audio
 
1400
                                        from the piped file.
 
1401
                                    </para>
 
1402
                                </tip>
 
1403
                            </entry>
 
1404
                        </row>
 
1405
                        <row id="xvidcap-prefs-mf-TBL-audio-bit-rate">
 
1406
                            <entry>
 
1407
                                <para>
 
1408
                                    Bit Rate
 
1409
                                </para>
 
1410
                            </entry>
 
1411
                            <entry>
 
1412
                                <para>
 
1413
                                    Audio bit rate. If you're using piped input audio the audio stream
 
1414
                                    is resampled to the specified rate if required.
 
1415
                                </para>
 
1416
                            </entry>
 
1417
                        </row>
 
1418
                        <row id="xvidcap-prefs-mf-TBL-audio-channels">
 
1419
                            <entry>
 
1420
                                <para>
 
1421
                                    Channels
 
1422
                                </para>
 
1423
                            </entry>
 
1424
                            <entry>
 
1425
                                <para>
 
1426
                                    Number of audio channels. If you're using piped input audio the audio stream
 
1427
                                    is resampled to the specified number of channels if required.
 
1428
                                </para>
 
1429
                            </entry>
 
1430
                        </row>
 
1431
                    </tbody>
 
1432
                </tgroup>
 
1433
            </table>
 
1434
 
 
1435
        </sect2>
 
1436
 
 
1437
        <sect2 id="xvidcap-prefs-cmd">
 
1438
            <title>Command Preferences</title>
 
1439
 
 
1440
            <para>
 
1441
                This tab contains various settings regarding which commands to execute
 
1442
                for certain actions.
 
1443
            </para>
 
1444
 
 
1445
            <figure id="xvidcap-prefs-cmd-screenshot">
 
1446
                <title>Command Preferences</title>
 
1447
                <screenshot>
 
1448
                    <mediaobject>
 
1449
                        <imageobject>
 
1450
                            <imagedata fileref="figures/prefs-commands.png" format="PNG"/>
 
1451
                        </imageobject>
 
1452
                        <textobject> <phrase>Command Preferences</phrase>
 
1453
                        </textobject>
 
1454
                    </mediaobject>
 
1455
                </screenshot>
 
1456
            </figure>
 
1457
 
 
1458
            <table frame="all" id="xvidcap-prefs-cmd-TBL">
 
1459
                <title>
 
1460
                    possible commands to set are: 
 
1461
                </title>
 
1462
                <tgroup cols="2" align="char" charoff="50" char=".">
 
1463
                    <tbody>
 
1464
                        <row id="xvidcap-prefs-cmd-TBL-sf-playback">
 
1465
                            <entry>
 
1466
                                <para>
 
1467
                                    Single Frame Playback Command
 
1468
                                </para>
 
1469
                            </entry>
 
1470
                            <entry>
 
1471
                                <para>
 
1472
                                    The command specified here is executed when the item <guimenuitem>Animate / Play</guimenuitem>
 
1473
                                    is selected from the main menu or the play button is pressed on the capture
 
1474
                                    results dialog while in &sf-cap; mode. 
 
1475
                                </para>
 
1476
                                <tip>
 
1477
                                    <title>Specifying Commands</title>
 
1478
                                    <para>
 
1479
                                        Any command can be configured here. It could theoretically be
 
1480
                                        completely unrelated to video capture. You will always want to
 
1481
                                        make sure that the called application is in your path and that
 
1482
                                        you end your command line with the <application>&amp;</application> to avoid that <application>&app;</application>
 
1483
                                        waits for the called application to finish before continuing
 
1484
                                        itself.
 
1485
                                    </para>
 
1486
                                    <para>
 
1487
                                        <application>&app;</application> makes the following environment variables available to
 
1488
                                        the called application:
 
1489
                                    </para>
 
1490
                                    <table frame="non" id="xvidcap-prefs-cmd-TBL-cmd-vars-TBL">
 
1491
                                        <tgroup cols="2" align="char" charoff="50" char=".">
 
1492
                                            <tbody>
 
1493
                                                <row id="xvidcap-prefs-cmd-TBL-cmd-vars-TBL-fframe">
 
1494
                                                    <entry>
 
1495
                                                        <para>
 
1496
                                                            XVFFRAME
 
1497
                                                        </para>
 
1498
                                                    </entry>
 
1499
                                                    <entry>
 
1500
                                                        <para>
 
1501
                                                            number of the first frame captured
 
1502
                                                        </para>
 
1503
                                                    </entry>
 
1504
                                                </row>
 
1505
                                                <row id="xvidcap-prefs-cmd-TBL-cmd-vars-TBL-lframe">
 
1506
                                                    <entry>
 
1507
                                                        <para>
 
1508
                                                            XVLFRAME
 
1509
                                                        </para>
 
1510
                                                    </entry>
 
1511
                                                    <entry>
 
1512
                                                        <para>
 
1513
                                                            number of the last frame captured
 
1514
                                                        </para>
 
1515
                                                    </entry>
 
1516
                                                </row>
 
1517
                                                <row id="xvidcap-prefs-cmd-TBL-cmd-vars-TBL-width">
 
1518
                                                    <entry>
 
1519
                                                        <para>
 
1520
                                                            XVWIDTH
 
1521
                                                        </para>
 
1522
                                                    </entry>
 
1523
                                                    <entry>
 
1524
                                                        <para>
 
1525
                                                            width of the area captured
 
1526
                                                        </para>
 
1527
                                                    </entry>
 
1528
                                                </row>
 
1529
                                                <row id="xvidcap-prefs-cmd-TBL-cmd-vars-TBL-height">
 
1530
                                                    <entry>
 
1531
                                                        <para>
 
1532
                                                            XVHEIGHT
 
1533
                                                        </para>
 
1534
                                                    </entry>
 
1535
                                                    <entry>
 
1536
                                                        <para>
 
1537
                                                            height of the area captured
 
1538
                                                        </para>
 
1539
                                                    </entry>
 
1540
                                                </row>
 
1541
                                                <row id="xvidcap-prefs-cmd-TBL-cmd-vars-TBL-fps">
 
1542
                                                    <entry>
 
1543
                                                        <para>
 
1544
                                                            XVFPS
 
1545
                                                        </para>
 
1546
                                                    </entry>
 
1547
                                                    <entry>
 
1548
                                                        <para>
 
1549
                                                            desired (!) frame rate
 
1550
                                                        </para>
 
1551
                                                    </entry>
 
1552
                                                </row>
 
1553
                                                <row id="xvidcap-prefs-cmd-TBL-cmd-vars-TBL-time">
 
1554
                                                    <entry>
 
1555
                                                        <para>
 
1556
                                                            XVTIME
 
1557
                                                        </para>
 
1558
                                                    </entry>
 
1559
                                                    <entry>
 
1560
                                                        <para>
 
1561
                                                            desired (!) time per frame
 
1562
                                                        </para>
 
1563
                                                    </entry>
 
1564
                                                </row>
 
1565
                                                <row id="xvidcap-prefs-cmd-TBL-cmd-vars-TBL-filename">
 
1566
                                                    <entry>
 
1567
                                                        <para>
 
1568
                                                            XVFILE
 
1569
                                                        </para>
 
1570
                                                    </entry>
 
1571
                                                    <entry>
 
1572
                                                        <para>
 
1573
                                                            file name
 
1574
                                                        </para>
 
1575
                                                    </entry>
 
1576
                                                </row>
 
1577
                                            </tbody>
 
1578
                                        </tgroup>
 
1579
                                    </table>
 
1580
                                    <para>
 
1581
                                        The file name, however, needs special treatment for &sf-cap;. Here the 
 
1582
                                        pattern used for <ulink type="help" url="ghelp:xvidcap?xvidcap-prefs-sf-TBL-file-name">mutable file names</ulink>
 
1583
                                        is sent literally as specified for the Single Frame Encoding Command further down only.
 
1584
                                        For the Single Frame Playback Command the pattern is converted to wildcards, i. e.
 
1585
                                        <quote>test-%4d.png</quote> becomes <quote>test-????.png</quote>. For the
 
1586
                                        Single Frame Edit Command the pattern is replaced with the number of the
 
1587
                                        current frame, i. e. <quote>test-%4d.png</quote> becomes <quote>test-0001.png</quote>.
 
1588
                                        For all Multi Frame commands the latter is used where if the filename is mutable
 
1589
                                        and the number used is the index number of the most recently recorded video as
 
1590
                                        with the <ulink type="help" url="ghelp:xvidcap?xvidcap-prefs-TBL-autocontinue">autocontinue feature</ulink>.
 
1591
                                    </para>
 
1592
                                </tip>
 
1593
                            </entry>
 
1594
                        </row>
 
1595
                        <row id="xvidcap-prefs-cmd-TBL-sf-encode">
 
1596
                            <entry>
 
1597
                                <para>
 
1598
                                    Single Frame Encoding command
 
1599
                                </para>
 
1600
                            </entry>
 
1601
                            <entry>
 
1602
                                <para>
 
1603
                                    The command here is executed when the main menu's <guimenuitem>Make Video</guimenuitem> 
 
1604
                                    item is selected while in &sf-cap; mode.
 
1605
                                </para>
 
1606
                            </entry>
 
1607
                        </row>
 
1608
                        <row id="xvidcap-prefs-cmd-TBL-sf-edit">
 
1609
                            <entry>
 
1610
                                <para>
 
1611
                                    Single Frame Edit Command
 
1612
                                </para>
 
1613
                            </entry>
 
1614
                            <entry>
 
1615
                                <para>
 
1616
                                    The command here is executed when the main control's <guibutton>Edit Button</guibutton>
 
1617
                                    is clicked while in &sf-cap; mode.
 
1618
                                </para>
 
1619
                            </entry>
 
1620
                        </row>
 
1621
                        <row id="xvidcap-prefs-cmd-TBL-mf-playback">
 
1622
                            <entry>
 
1623
                                <para>
 
1624
                                    Multi Frame Playback Command
 
1625
                                </para>
 
1626
                            </entry>
 
1627
                            <entry>
 
1628
                                <para>
 
1629
                                    The command specified here is executed when the item <guimenuitem>Animate / Play</guimenuitem>
 
1630
                                    is selected from the main menu or the play button is pressed on the capture
 
1631
                                    results dialog while in &mf-cap; mode. 
 
1632
                                </para>
 
1633
                            </entry>
 
1634
                        </row>
 
1635
                        <row id="xvidcap-prefs-cmd-TBL-mf-encode">
 
1636
                            <entry>
 
1637
                                <para>
 
1638
                                    Multi Frame Transcoding command
 
1639
                                </para>
 
1640
                            </entry>
 
1641
                            <entry>
 
1642
                                <para>
 
1643
                                    The command here is executed when the main menu's <guimenuitem>Make Video</guimenuitem> 
 
1644
                                    item is selected while in &mf-cap; mode.
 
1645
                                </para>
 
1646
                            </entry>
 
1647
                        </row>
 
1648
                        <row id="xvidcap-prefs-cmd-TBL-mf-edit">
 
1649
                            <entry>
 
1650
                                <para>
 
1651
                                    Multi Frame Edit Command
 
1652
                                </para>
 
1653
                            </entry>
 
1654
                            <entry>
 
1655
                                <para>
 
1656
                                    The command here is executed when the main control's <guibutton>Edit Button</guibutton>
 
1657
                                    is clicked while in &mf-cap; mode.
 
1658
                                </para>
 
1659
                            </entry>
 
1660
                        </row>
 
1661
                    </tbody>
 
1662
                </tgroup>
 
1663
            </table>
 
1664
        </sect2>
 
1665
    </sect1>
 
1666
    
 
1667
    <sect1 id="xvidcap-results">
 
1668
        <title>Capture Results Dialog</title>
 
1669
    
 
1670
        <para>
 
1671
            When you first stop a recording session, a dialog will pop up displaying
 
1672
            the results of the capture session. This popup can be prevented from
 
1673
            appearing again by unchecking the <guibutton>Show Next Time</guibutton>
 
1674
            checkbox or <ulink type="help" url="ghelp:xvidcap?xvidcap-prefs-TBL-always-show-results">this button</ulink>
 
1675
            in the preferences dialog.
 
1676
        </para>
 
1677
        <para>
 
1678
            The dialog itself can take one of two forms depending on whether or not
 
1679
            you configured <application>&app;</application> to ask you for a target file name after the capture.
 
1680
        </para>
 
1681
        <tip>
 
1682
            <title>Ask User For File Name</title>
 
1683
            <para>
 
1684
                For the time being, the only way to configure <application>&app;</application> to ask the user
 
1685
                to specify a file name after the capture rather than providing one
 
1686
                up-front it by providing an empty file name either through the
 
1687
                command line using <parameter>--file ""</parameter> or in the preferences
 
1688
                dialog. This requires manually specifying an output file format.
 
1689
                In this configuration <application>&app;</application> will store the video in a temporary file
 
1690
                in your home directory which can lateron be renamed / moved to the
 
1691
                desired destination. This is not compatible with autocontinue.
 
1692
            </para>
 
1693
        </tip>
 
1694
 
 
1695
        <para>
 
1696
            If <application>&app;</application> is configured to ask the user for a file name, the results dialog
 
1697
            will look like this:
 
1698
        </para>
 
1699
        <figure id="xvidcap-results-ask-screenshot">
 
1700
            <title>Capture Results Dialog with Ask User For File name</title>
 
1701
            <screenshot>
 
1702
                <mediaobject>
 
1703
                    <imageobject>
 
1704
                        <imagedata fileref="figures/results-dialog-ask.png" format="PNG"/>
 
1705
                    </imageobject>
 
1706
                    <textobject> <phrase>Capture Results Dialog with Ask User For File name</phrase>
 
1707
                    </textobject>
 
1708
                </mediaobject>
 
1709
            </screenshot>
 
1710
        </figure>
 
1711
 
 
1712
        <para>
 
1713
            Besides the overview of the used settings and information about the desired
 
1714
            and achieved frame rates, you can select name and location of the file you
 
1715
            want the video to be stored in through clicking <guibutton>Save As</guibutton>. 
 
1716
            Once a file has been selected, the label next to the button will display the
 
1717
            absolute file name. You can also choose to preview the video through
 
1718
            <guibutton>Play</guibutton> or abandon it through <guibutton>Delete</guibutton>.
 
1719
            Note that the latter does not immediately delete the temporary file, though.
 
1720
        </para>
 
1721
 
 
1722
        <para>
 
1723
            Normally, the results dialog will look like this:
 
1724
        </para>
 
1725
        <figure id="xvidcap-results-screenshot">
 
1726
            <title>Normal Capture Results Dialog</title>
 
1727
            <screenshot>
 
1728
                <mediaobject>
 
1729
                    <imageobject>
 
1730
                        <imagedata fileref="figures/results-dialog.png" format="PNG"/>
 
1731
                    </imageobject>
 
1732
                    <textobject> <phrase>Normal Capture Results Dialog</phrase>
 
1733
                    </textobject>
 
1734
                </mediaobject>
 
1735
            </screenshot>
 
1736
        </figure>
 
1737
 
 
1738
    </sect1>
 
1739
    
 
1740
    <sect1 id="xvidcap-warning">
 
1741
        <title>The Preferences Warning Dialog</title>
 
1742
        <para>
 
1743
            Whenever <application>&app;</application> determines that the settings you have chosen will
 
1744
            not work well, it will display those issues in a standardized format. Unless you run
 
1745
            <application>&app;</application> with the <parameter>--gui no</parameter> parameter,
 
1746
            it will pop up the following dialog:
 
1747
        </para>
 
1748
 
 
1749
            <figure id="xvidcap-warn-window">
 
1750
                <title>Preferences Warning Dialog</title>
 
1751
                <screenshot>
 
1752
                    <mediaobject>
 
1753
                        <imageobject>
 
1754
                            <imagedata fileref="figures/xvidcap-warning.png" format="PNG"/>
 
1755
                        </imageobject>
 
1756
                        <textobject> <phrase>Preferences Warning Dialog</phrase>
 
1757
                        </textobject>
 
1758
                    </mediaobject>
 
1759
                </screenshot>
 
1760
            </figure>
 
1761
 
 
1762
        <tip>
 
1763
            <title>GUI-less operation</title>
 
1764
            <para>
 
1765
                When running from the command line with the <parameter>--gui no</parameter> parameter,
 
1766
                those warnings will be displayed in plain text on the terminal. You will not be seeing the
 
1767
                <quote>Details</quote> section unless you also specified <parameter>-v</parameter>.
 
1768
            </para>
 
1769
        </tip>
 
1770
 
 
1771
            <table frame="all" id="xvidcap-warn-situations-TBL">
 
1772
                <title>
 
1773
                    There are a few situations in which such messages can be displayed:
 
1774
                </title>
 
1775
                <tgroup cols="2" align="char" charoff="50" char=".">
 
1776
                    <tbody>
 
1777
                        <row id="xvidcap-warn-situations-TBL-start">
 
1778
                            <entry>
 
1779
                                <para>On start</para>
 
1780
                            </entry>
 
1781
                            <entry>
 
1782
                                <para>
 
1783
                                    When <application>&app;</application> is started, it checks the 
 
1784
                                    consistency of the settings for the current capture mode and will
 
1785
                                    report on issues it finds there. You will not be able to cancel out
 
1786
                                    of this dialog, but have to revisit your preferences.
 
1787
                                </para>
 
1788
                                <para>
 
1789
                                    <application>&app;</application> <emphasis>only</emphasis>
 
1790
                                    checks on the current capture mode and will not care
 
1791
                                    about inconsistencies with the respective other mode. Therefore,
 
1792
                                    there is the second situation.
 
1793
                                </para>
 
1794
                            </entry>
 
1795
                        </row>
 
1796
                        <row id="xvidcap-warn-situations-TBL-change-mode">
 
1797
                            <entry>
 
1798
                                <para>On change of capture mode</para>
 
1799
                            </entry>
 
1800
                            <entry>
 
1801
                                <para>
 
1802
                                    If you change the current capture mode through the 
 
1803
                                    <ulink type="help" url="ghelp:xvidcap?menu xvidcap-menu-TBL-mf">menu</ulink> 
 
1804
                                    <application>&app;</application> will check the consistency of the settings 
 
1805
                                    for the new capture mode and will report on issues it finds there. If you 
 
1806
                                    cancel the warning dialog, you will return to your previous capture mode
 
1807
                                    selection.
 
1808
                                </para>
 
1809
                            </entry>
 
1810
                        </row>
 
1811
                        <row id="xvidcap-warn-situations-TBL-preferences">
 
1812
                            <entry>
 
1813
                                <para>When submitting changed preferences</para>
 
1814
                            </entry>
 
1815
                            <entry>
 
1816
                                <para>
 
1817
                                    When you leave the preferences dialog <application>&app;</application> 
 
1818
                                    will check the settings for both capture modes. Cancelling the warning
 
1819
                                    dialog will take you back to the preferences dialog.
 
1820
                                </para>
 
1821
                            </entry>
 
1822
                        </row>
 
1823
                    </tbody>
 
1824
                </tgroup>
 
1825
            </table>
 
1826
 
 
1827
            <para>
 
1828
                In the Preferences Warning Dialog you will find one or more messages consisting of three
 
1829
                rows each. The first one contains a message type or severity, a unique numeric ID and a 
 
1830
                short name for the error. The second row gives a more detailed description, and the third
 
1831
                one tells about the action <application>&app;</application> is going to take if you
 
1832
                chose to click <guibutton>OK</guibutton>.
 
1833
            </para>
 
1834
 
 
1835
            <para>
 
1836
                Such an action might be to automatically correct the issue by chosing a plausible default,
 
1837
                to ignore the issue if it is not severe or to quit <application>&app;</application> if no
 
1838
                solution can automatically be determined.
 
1839
            </para>
 
1840
 
 
1841
            <para>
 
1842
                The severity of an issue can be <quote>INFO</quote> for purely informational messages
 
1843
                where no change is made to any settings, <quote>WARNING</quote> where a minor change
 
1844
                to current settings is suggested, <quote>ERROR</quote> where a major change to current
 
1845
                settings is required, or <quote>FATAL ERROR</quote>. A fatal error is always an error
 
1846
                where the suggested action is to quit <application>&app;</application>. You will not
 
1847
                see issues of severity <quote>INFO</quote> unless you run <application>&app;</application>
 
1848
                in verbose mode.
 
1849
            </para>
 
1850
    </sect1>
 
1851
 
 
1852
 
 
1853
 
 
1854
 
 
1855
    <!--    
 
1856
    <sect1 id="c1-s1">
 
1857
    <title>section 1</title>
 
1858
    <para>may or may not exist</para>
 
1859
 
 
1860
    <example>
 
1861
    <title>sample command line session</title>
 
1862
    <screen id="sc1">
 
1863
    <prompt>$</prompt> <userinput>ncftp ftp://ftp.cygnus.com/pub/home/rosalia/</userinput>
 
1864
    <prompt>ncftp></prompt> <userinput>cd docware/RPMS/i386/</userinput>
 
1865
    <prompt>ncftp></prompt> <userinput>mget *.rpm</userinput>
 
1866
    <prompt>ncftp></prompt> <userinput>quit</userinput>
 
1867
    </screen>       
 
1868
    </example>
 
1869
            
 
1870
    <tip>
 
1871
    <title>sample tip with parameters</title>           
 
1872
    <para>
 
1873
    sample parameter details 
 
1874
    To validate DocBook without displaying the document, add the
 
1875
    argument <parameter class="option">-noout</parameter> to the
 
1876
    <application>xmllint</application> command.
 
1877
    </para>         
 
1878
    </tip>
 
1879
            
 
1880
    <example id="ex1">
 
1881
    <title>A simple C program</title>
 
1882
    <programlisting role="C">
 
1883
    #include &lt;stdio.h&gt;
 
1884
    main()
 
1885
    {
 
1886
    printf("Hello, world!\n");
 
1887
    }
 
1888
    </programlisting>
 
1889
    </example>      
 
1890
               
 
1891
    <figure id="app-FIG-shot1">
 
1892
    <title>Screenshot</title>
 
1893
    <screenshot>
 
1894
    <mediaobject>
 
1895
    <imageobject>
 
1896
    <imagedata fileref="figures/example_screenshot.png" format="PNG"/>
 
1897
    </imageobject>
 
1898
    <textobject>
 
1899
    <phrase>Shows the application screenshot with several buttons.</phrase>
 
1900
    </textobject>
 
1901
    <caption>
 
1902
    <para>Screenshot of a program</para>
 
1903
    </caption>
 
1904
    </mediaobject>
 
1905
    </screenshot>
 
1906
    </figure>       
 
1907
            
 
1908
            
 
1909
    </sect1>
 
1910
    <sect1 id="a1-s1">
 
1911
    <title>doinker</title>
 
1912
    <para>this is an <emphasis>example</emphasis></para>
 
1913
            
 
1914
    <table frame="all">
 
1915
    <title>Convergence of dynamical equations and constraints for
 
1916
    various choices of constrained edges</title>
 
1917
    <tgroup cols="5" align="char" charoff="50" char=".">
 
1918
    <thead>
 
1919
    <row>
 
1920
    <entry>Constrained edges</entry>
 
1921
    <entry>Model</entry>
 
1922
    <entry># of iter.</entry>
 
1923
    <entry>E <subscript>i</subscript><superscript>2</superscript></entry>
 
1924
    <entry>C <subscript>i</subscript><superscript>2</superscript></entry>
 
1925
    </row>
 
1926
    </thead>
 
1927
    <tbody>
 
1928
    <row>
 
1929
    <entry>AD, AF, AG, AA'</entry>
 
1930
    <entry>Flat space</entry>
 
1931
    <entry>5</entry>
 
1932
    <entry>1.15<superscript>-24</superscript></entry>
 
1933
    <entry>1.77<superscript>-19</superscript></entry>
 
1934
    </row>
 
1935
    <row>
 
1936
    <entry>AD, AF, AG, AA'</entry>
 
1937
    <entry>Kasner universe</entry>
 
1938
    <entry>6</entry>
 
1939
    <entry>1.43<superscript>-19</superscript></entry>
 
1940
    <entry>1.77<superscript>-8</superscript></entry>
 
1941
    </row>
 
1942
    <row>
 
1943
    <entry>AB, AC, AE, AA'</entry>
 
1944
    <entry>Flat space</entry>
 
1945
    <entry>4</entry>
 
1946
    <entry>1.15<superscript>-24</superscript></entry>
 
1947
    <entry>4.09<superscript>-24</superscript></entry>
 
1948
    </row>
 
1949
    <row>
 
1950
    <entry>AB, AC, AE, AA'</entry>
 
1951
    <entry>Kasner universe</entry>
 
1952
    <entry>7</entry>
 
1953
    <entry>1.33<superscript>-19</superscript></entry>
 
1954
    <entry>8.07<superscript>-7</superscript></entry>
 
1955
    </row>
 
1956
    </tbody>
 
1957
    </tgroup>
 
1958
    </table>
 
1959
            
 
1960
    </sect1>
 
1961
    -->    
 
1962
</article>