Changeset 3809022
- Timestamp:
- 01/20/2005 12:46:37 AM (18 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ec2270f
- Parents:
- 0708c2a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
multimedia/videoutils/avifile.xml
r0708c2a r3809022 4 4 %general-entities; 5 5 6 <!ENTITY avifile-download-http "http://prdownloads.sourceforge.net/avifile/avifile-0.7-&avifile-version;.tar.gz"> 6 <!ENTITY avifile-main-version "0.7"> 7 <!ENTITY avifile-download-http "http://prdownloads.sourceforge.net/avifile/avifile-&avifile-main-version;-&avifile-version;.tar.gz"> 7 8 <!ENTITY avifile-download-ftp " "> 8 9 <!ENTITY avifile-size "3.4 MB"> … … 21 22 <?dbhtml filename="avifile.html"?> 22 23 <title><application>Avifile</application>-&avifile-version;</title> 24 <indexterm zone="avifile"> 25 <primary sortas="a-Avifile">Avifile</primary></indexterm> 23 26 24 27 <sect2> … … 79 82 <title>Installation of <application>Avifile</application></title> 80 83 84 <para>Install the required <acronym>CODEC</acronym> as the root user using 85 the following commands:</para> 86 87 <screen><userinput role='root'><command>install -d -m755 /usr/lib/avifile-&avifile-main-version;/win32 && 88 tar -zxf ../binaries-011002.tgz -C /usr/lib/avifile-&avifile-main-version;</command></userinput></screen> 89 81 90 <para>Install <application>Avifile</application> by running the 82 91 following commands:</para> 83 92 84 <screen><userinput><command>install -d /usr/lib/avifile-0.7/win32 && 85 tar -zxf ../binaries-011002.tgz -C /usr/lib/avifile-0.7 && 86 ./configure --prefix=/usr \ 87 --with-win32-path=/usr/lib/avifile-0.7/win32 && 93 <screen><userinput><command>./configure --prefix=/usr \ 94 --with-win32-path=/usr/lib/avifile-&avifile-main-version;/win32 && 88 95 make && 89 sed -i -e "s,include/avifile,&-0.7," avifile.pc && 90 make install</command></userinput></screen> 96 sed -i -e "s,include/avifile,&-&avifile-main-version;," avifile.pc</command></userinput></screen> 97 98 <para>Now, as the root user:</para> 99 100 <screen><userinput role='root'><command>make install</command></userinput></screen> 91 101 92 102 </sect2> … … 95 105 <title>Command explanations</title> 96 106 97 <para><command>sed -i -e "s,include/avifile,&-0.7," avifile.pc</command>: 98 The <application>pkgconfig</application> file is installed with an incorrect 99 include directory definition. This command fixes the file.</para> 107 <para><command>sed -i -e "s,include/avifile,&-&avifile-main-version;," 108 avifile.pc</command>: The <application>pkgconfig</application> file is 109 installed with an incorrect include directory definition. This command fixes 110 the file.</para> 100 111 101 112 </sect2> … … 104 115 <title>Contents</title> 105 116 106 <para>The <application>Avifile</application> package contains 107 <command>aviplay</command>, <command>avibench</command>, 108 <command>avifile-config</command>, <command>mmxnow-config</command>, 109 <command>avirecompress</command>, <command>avicap</command>, 110 <command>avirec</command>, <command>kv4lsetup</command>, 111 <command>avicat</command>, <command>avitype</command> and 112 <command>avimake</command>.</para> 113 114 </sect2> 115 116 <sect2><title>Description</title> 117 118 <sect3><title>aviplay</title> 119 <para><command>aviplay</command> manages the input formats, the 120 <acronym>CODEC</acronym>s and the output formats to display 121 <acronym>AVI</acronym> video files on your screen.</para></sect3> 122 123 <sect3><title>avibench</title> 124 <para><command>avibench</command> performs a measurement of the 125 <application><acronym>AVI</acronym> file support</application> 126 library's performance for a file.</para></sect3> 127 128 <sect3><title>avifile-config</title> 129 <para><command>avifile-config</command> is run by 130 <command>configure</command> for programs wishing to link to the 131 <application>Avifile</application> library.</para></sect3> 132 133 <sect3><title>mmxnow-config</title> 134 <para><command>mmxnow-config</command> is run by 135 <command>configure</command> for programs wishing to link to the 136 mmxnow library.</para></sect3> 137 138 <sect3><title>avirecompress</title> 139 <para><command>avirecompress</command> is a widget that takes an input file of 140 one <acronym>CODEC</acronym> type and converts it into a video file of 141 another <acronym>CODEC</acronym>.</para></sect3> 142 143 <sect3><title>avicap</title> 144 <para><command>avicap</command> is a widget that displays acquired video from a 145 Video For Windows (<acronym>VFW</acronym>) compatible device, like a webcam or 146 a TV-tuner.</para></sect3> 147 148 <sect3><title>avirec</title> 149 <para><command>avirec</command> is a command-line video recording 150 tool.</para></sect3> 151 152 <sect3><title>kv4lsetup</title> 153 <para><command>kv4lsetup</command> is a small tool which tells 154 <application>video4linux</application> about the current video 155 mode.</para></sect3> 156 157 <sect3><title>avicat</title> 158 <para><command>avicat</command> takes a set of <acronym>AVI</acronym> files and 159 combines them into a single file.</para></sect3> 160 161 <sect3><title>avitype</title> 162 <para><command>avitype</command> will read and display <acronym>AVI</acronym> 163 file header information.</para></sect3> 164 165 <sect3><title>avimake</title> 166 <para><command>avimake</command> takes a set of <acronym>JPG</acronym> images 167 and creates a movie.</para></sect3> 117 <segmentedlist> 118 <segtitle>Installed Programs</segtitle> 119 <segtitle>Installed Libraries</segtitle> 120 <segtitle>Installed Directories</segtitle> 121 <seglistitem> 122 <seg>avibench, avicap, avicat, avifile-config, avimake, aviplay, avirec, 123 avirecompress, avitype, kv41setup and mmxnow-config</seg> 124 <seg>libaviplay.so, libaviplayavcodec.so, libaviplayavformat.so, 125 libaviplaydha.so, libaviplayvidix and numerous <acronym>CODEC</acronym> 126 plugins and video extensions.</seg> 127 <seg>/usr/include/avifile-&avifile-main-version;, 128 /usr/lib/avifile-&avifile-main-version; and 129 /usr/share/avifile-&avifile-main-version;</seg> 130 </seglistitem> 131 </segmentedlist> 132 133 <variablelist> 134 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 135 <?dbfo list-presentation="list"?> 136 137 <varlistentry id="avibench"> 138 <term><command>avibench</command></term> 139 <listitem><para>performs a measurement of the <acronym>AVI</acronym> file 140 support library's performance for a file.</para> 141 <indexterm zone="avifile avibench"> 142 <primary sortas="b-avibench">avibench</primary></indexterm> 143 </listitem> 144 </varlistentry> 145 146 <varlistentry id="avicap"> 147 <term><command>avicap</command></term> 148 <listitem><para>is a widget that displays acquired video from a Video For 149 Windows (<acronym>VFW</acronym>) compatible device, like a webcam or a 150 <acronym>TV</acronym>-tuner.</para> 151 <indexterm zone="avifile avicap"> 152 <primary sortas="b-avicap">avicap</primary></indexterm> 153 </listitem> 154 </varlistentry> 155 156 <varlistentry id="avicat"> 157 <term><command>avicat</command></term> 158 <listitem><para>takes a set of <acronym>AVI</acronym> files and combines them 159 into a single file.</para> 160 <indexterm zone="avifile avicat"> 161 <primary sortas="b-avicat">avicat</primary></indexterm> 162 </listitem> 163 </varlistentry> 164 165 <varlistentry id="avifile-config"> 166 <term><command>avifile-config</command></term> 167 <listitem><para>is run by <command>configure</command> for programs wishing 168 to link to the <application>Avifile</application> libraries.</para> 169 <indexterm zone="avifile avifile-config"> 170 <primary sortas="b-avifile-config">avifile-config</primary></indexterm> 171 </listitem> 172 </varlistentry> 173 174 <varlistentry id="avimake"> 175 <term><command>avimake</command></term> 176 <listitem><para>takes a set of <acronym>JPG</acronym> images and creates a 177 movie.</para> 178 <indexterm zone="avifile avimake"> 179 <primary sortas="b-avimake">avimake</primary></indexterm> 180 </listitem> 181 </varlistentry> 182 183 <varlistentry id="aviplay"> 184 <term><command>aviplay</command></term> 185 <listitem><para> manages the input formats, the <acronym>CODEC</acronym>s and 186 the output formats to display <acronym>AVI</acronym> video files on your 187 screen.</para> 188 <indexterm zone="avifile aviplay"> 189 <primary sortas="b-aviplay">aviplay</primary></indexterm> 190 </listitem> 191 </varlistentry> 192 193 <varlistentry id="avirec"> 194 <term><command>avirec</command></term> 195 <listitem><para>is a command-line video recording tool.</para> 196 <indexterm zone="avifile avirec"> 197 <primary sortas="b-avirec">avirec</primary></indexterm> 198 </listitem> 199 </varlistentry> 200 201 <varlistentry id="avirecompress"> 202 <term><command>avirecompress</command></term> 203 <listitem><para>is a widget that takes an input file of one 204 <acronym>CODEC</acronym> type and converts it into a video file of 205 another <acronym>CODEC</acronym>.</para> 206 <indexterm zone="avifile avirecompress"> 207 <primary sortas="b-avirecompress">avirecompress</primary></indexterm> 208 </listitem> 209 </varlistentry> 210 211 <varlistentry id="avitype"> 212 <term><command>avitype</command></term> 213 <listitem><para>will read and display <acronym>AVI</acronym> file header 214 information.</para> 215 <indexterm zone="avifile avitype"> 216 <primary sortas="b-avitype">avitype</primary></indexterm> 217 </listitem> 218 </varlistentry> 219 220 <varlistentry id="kv41setup"> 221 <term><command>kv41setup</command></term> 222 <listitem><para>is a small tool which tells 223 <application>video4linux</application> about the current video mode.</para> 224 <indexterm zone="avifile kv41setup"> 225 <primary sortas="b-kv41setup">kv41setup</primary></indexterm> 226 </listitem> 227 </varlistentry> 228 229 <varlistentry id="mmxnow-config"> 230 <term><command>mmxnow-config</command></term> 231 <listitem><para>is run by <command>configure</command> for programs wishing 232 to link to the mmxnow library.</para> 233 <indexterm zone="avifile mmxnow-config"> 234 <primary sortas="b-mmxnow-config">mmxnow-config</primary></indexterm> 235 </listitem> 236 </varlistentry> 237 238 <varlistentry id="libaviplay"> 239 <term><filename class='libraryfile'>libaviplay*.so</filename></term> 240 <listitem><para>libraries contain the functions required by the various 241 <application>Avifile</application> programs for encoding, decoding and to 242 interface with the various plugins and video extensions.</para> 243 <indexterm zone="avifile libaviplay"> 244 <primary sortas="c-libaviplay">libaviplay*.so</primary></indexterm> 245 </listitem> 246 </varlistentry> 247 </variablelist> 168 248 169 249 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.