update release version and regenerate preformatted copies.
[gnash.git] / doc / C / flvdumper.man-xml
blobfaea0f6d5ce06adbc6acfb86e1d67f3e6bdef696
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
2                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
4   <!ENTITY legal SYSTEM "legal.xml">
5   <!ENTITY appversion "0.8.9">
6   <!ENTITY manrevision "0.1">
7   <!ENTITY date "Feb 2011">
8   <!ENTITY app "<application>Flvdumper</application>">
9   <!ENTITY appname "flvdumper">
10   <!ENTITY version "0.8">
14 <refentry id="flvdumper">
15 <refmeta>
16 <refentrytitle>flvdumper</refentrytitle>
17 <manvolnum>1</manvolnum>
18 </refmeta>
20 <!-- the refname becomes the output name of the man page -->
21 <refnamediv>
22 <refname>flvdumper</refname>
23 <refpurpose>Gnash FLash Video File Dumper</refpurpose>
24 </refnamediv>
27 <refsynopsisdiv><title>Synopsis</title>
28 <synopsis>
29 flvdumper (options)... (file)...
30 </synopsis>
31 </refsynopsisdiv>
33 <refsect1><title>Description</title>
34 <para>
35   Dump information about .flv files.
36 </para>
38 <para>
39   When a SWF player, including Gnash, plays a SWF "movie",
40   the movie can contain video files.
42   Flvdumper prints these files,
43   which are comprised of an H.263 variant or H.254 video bit stream.
44 </para>
46 <para>
47   More information about Flash Video is available at the Wikipedia Flash
48   Video article: http://en.wikipedia.org/wiki/Flash_Video
49 </para>
51 <variablelist>
52   <varlistentry>
53     <term>-h</term>
54     <listitem>
55       <para>
56         Print usage info.
57       </para>
58     </listitem>
59   </varlistentry>
61   <varlistentry>
62     <term>-m</term>
63     <listitem>
64       <para>
65         Print only meta tags (default).
66       </para>
67     </listitem>
68   </varlistentry>
70   <varlistentry>
71     <term>-a</term>
72     <listitem>
73       <para>
74         Print all the tags.
75       </para>
76     </listitem>
77   </varlistentry>
80 </variablelist>
82 </refsect1>
83 </refentry>