~ubuntustudio-dev/ubuntustudio/cinelerra

« back to all changes in this revision

Viewing changes to debian/.svn/text-base/mplexlo.sgml.svn-base

  • Committer: muzzol
  • Date: 2007-02-08 19:28:17 UTC
  • Revision ID: muzzol@rigel-20070208192817-81dcc512d20833c8
first commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
2
 
 
3
<!-- Process this file with docbook-to-man to generate an nroff manual
 
4
     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
 
5
     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
 
6
     less'.  A typical entry in a Makefile or Makefile.am is:
 
7
 
 
8
manpage.1: manpage.sgml
 
9
        docbook-to-man $< > $@
 
10
  -->
 
11
 
 
12
  <!ENTITY dhfirstname "<firstname>Sylvain</firstname>">
 
13
  <!ENTITY dhsurname   "<surname>Joyeux</surname>">
 
14
  <!ENTITY dhdate      "<date>April 9, 2003</date>">
 
15
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
16
  <!ENTITY dhemail     "<email>sylvain.joyeux@m4x.org</email>">
 
17
  <!ENTITY dhusername  "Sylvain Joyeux">
 
18
  <!ENTITY dhucpackage "<refentrytitle>CINELERRA</refentrytitle>">
 
19
  <!ENTITY dhpackage   "mplexlo">
 
20
 
 
21
  <!ENTITY debian      "<productname>Debian GNU/Linux</productname>">
 
22
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
23
]>
 
24
 
 
25
<refentry>
 
26
  <refentryinfo>
 
27
    <address>
 
28
      &dhemail;
 
29
    </address>
 
30
    <author>
 
31
      &dhfirstname;
 
32
      &dhsurname;
 
33
    </author>
 
34
    <copyright>
 
35
      <year>2003</year>
 
36
      <holder>&dhusername;</holder>
 
37
    </copyright>
 
38
    &dhdate;
 
39
  </refentryinfo>
 
40
  <refmeta>
 
41
    &dhucpackage;
 
42
 
 
43
    &dhsection;
 
44
  </refmeta>
 
45
  <refnamediv>
 
46
    <refname>&dhpackage;</refname>
 
47
 
 
48
    <refpurpose>A tiny MPEG1 multiplexer</refpurpose>
 
49
  </refnamediv>
 
50
  <refsynopsisdiv>
 
51
    <cmdsynopsis>
 
52
      <command>&dhpackage;</command>
 
53
 
 
54
      <arg><option>-a<replaceable></replaceable></option></arg>
 
55
      <arg><option>stream1</option></arg>
 
56
      <arg><option>stream2</option></arg>
 
57
      <arg><option>...</option></arg>
 
58
      <arg><option>streamN</option></arg>
 
59
      <arg><option>output</option></arg>
 
60
    </cmdsynopsis>
 
61
  </refsynopsisdiv>
 
62
  <refsect1>
 
63
    <title>DESCRIPTION</title>
 
64
 
 
65
    <para>This manual page documents briefly the
 
66
      <command>&dhpackage;</command> command.</para>
 
67
 
 
68
    <para><command>&dhpackage;</command> is a tiny MPEG1 multiplexer
 
69
    </para>
 
70
 
 
71
  </refsect1>
 
72
  <refsect1>
 
73
    <title>OPTIONS</title>
 
74
 
 
75
   <variablelist>
 
76
      <varlistentry>
 
77
        <term><option>-a</option></term>
 
78
              <listitem>
 
79
                <para>Use AC3 headers.</para>
 
80
              </listitem>
 
81
      </varlistentry>
 
82
    </variablelist>
 
83
        </refsect1>
 
84
  <refsect1>
 
85
    <title>AUTHOR</title>
 
86
 
 
87
    <para>This manual page was written by &dhusername; &lt;&dhemail;&gt; for
 
88
      the &debian; system (but may be used by others).  Permission is
 
89
      granted to copy, distribute and/or modify this document under
 
90
      the terms of the <acronym>GNU</acronym> Free Documentation
 
91
      License, Version 1.1 or any later version published by the Free
 
92
      Software Foundation; with no Invariant Sections, no Front-Cover
 
93
      Texts and no Back-Cover Texts.</para>
 
94
 
 
95
  </refsect1>
 
96
</refentry>
 
97
 
 
98
<!-- Keep this comment at the end of the file
 
99
Local variables:
 
100
mode: sgml
 
101
sgml-omittag:t
 
102
sgml-shorttag:t
 
103
sgml-minimize-attributes:nil
 
104
sgml-always-quote-attributes:t
 
105
sgml-indent-step:2
 
106
sgml-indent-data:t
 
107
sgml-parent-document:nil
 
108
sgml-default-dtd-file:nil
 
109
sgml-exposed-tags:nil
 
110
sgml-local-catalogs:nil
 
111
sgml-local-ecat-files:nil
 
112
End:
 
113
-->