Changeset 65a0209
- Timestamp:
- 01/19/2005 04:12:46 PM (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:
- 13f51afc
- Parents:
- d557417
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rd557417 r65a0209 22 22 23 23 <itemizedlist> 24 25 <listitem><para>January 19th, 2005 [randy]: Added installation of 26 HTML documentation to the FFmpeg instructions.</para></listitem> 24 27 25 28 <listitem><para>January 17th, 2005 [randy]: Updated to -
multimedia/libdriv/xine-lib.xml
rd557417 r65a0209 28 28 <sect3><title>Package information</title> 29 29 <itemizedlist spacing='compact'> 30 <listitem><para>Download (HTTP): <ulink url="&xine-lib-download-http;"/></para></listitem> 31 <listitem><para>Download (FTP): <ulink url="&xine-lib-download-ftp;"/></para></listitem> 30 <listitem><para>Download (HTTP): 31 <ulink url="&xine-lib-download-http;"/></para></listitem> 32 <listitem><para>Download (FTP): 33 <ulink url="&xine-lib-download-ftp;"/></para></listitem> 32 34 <listitem><para>Download size: &xine-lib-size;</para></listitem> 33 <listitem><para>Estimated disk space required: &xine-lib-buildsize;</para></listitem> 34 <listitem><para>Estimated build time: &xine-lib-time;</para></listitem></itemizedlist> 35 <listitem><para>Estimated disk space required: 36 &xine-lib-buildsize;</para></listitem> 37 <listitem><para>Estimated build time: 38 &xine-lib-time;</para></listitem></itemizedlist> 35 39 </sect3> 36 40 … … 51 55 <sect4><title>Optional</title> 52 56 <para><xref linkend="pkgconfig"/>, 53 <xref linkend="ffmpeg "/>,57 <xref linkend="ffmpeg-package"/>, 54 58 <xref linkend="aalib"/>, 55 59 <xref linkend="libmng"/>, -
multimedia/videoutils/ffmpeg.xml
rd557417 r65a0209 11 11 ]> 12 12 13 <sect1 id="ffmpeg " xreflabel="FFmpeg-&ffmpeg-version;">13 <sect1 id="ffmpeg-package" xreflabel="FFmpeg-&ffmpeg-version;"> 14 14 <sect1info> 15 15 <othername>$LastChangedBy$</othername> … … 18 18 <?dbhtml filename="ffmpeg.html"?> 19 19 <title>FFmpeg-&ffmpeg-version;</title> 20 <indexterm zone="ffmpeg-package"> 21 <primary sortas="a-FFmpeg">FFmpeg</primary></indexterm> 20 22 21 23 <sect2> … … 71 73 72 74 <!-- <screen><userinput><command>patch -Np1 -i ../ffmpeg-&ffmpeg-version;-gcc34-1.patch && --> 73 <screen><userinput><command>./configure --prefix=/usr \74 --enable- shared --enable-pthreads&&75 <screen><userinput><command>./configure --prefix=/usr --enable-shared \ 76 --enable-pthreads --disable-ffplay && 75 77 make && 76 make -C doc {ffmpeg,ffserver,ffplay}.1 && 77 make install</command></userinput></screen> 78 make -C doc {ffmpeg,ffserver,ffplay}.1</command></userinput></screen> 79 80 <para>Now, as the root user:</para> 81 82 <screen><userinput role='root'><command>make install && 83 install -v -d -m755 /usr/share/doc/ffmpeg-&ffmpeg-version; && 84 install -v -m644 doc/*.html /usr/share/doc/ffmpeg-&ffmpeg-version;</command></userinput></screen> 78 85 79 86 </sect2> … … 90 97 build to link against the Posix threads library.</para> 91 98 99 <para><option>--disable-ffplay</option>: Only installs the server part. 100 <command>ffplay</command> requires <application>X</application> for 101 building. Remove this option if <application>X</application> is 102 installed.</para> 103 92 104 <para><option>--enable-<replaceable>[codec]</replaceable></option>: Review 93 105 the available options and codecs using the 94 106 <command>./configure --help</command> command.</para> 95 107 96 <para><option>--disable-ffplay</option>: Only installs the server part.97 <command>ffplay</command> requires <application>X</application> for98 building.</para>99 100 108 <para><command>make -C doc {ffmpeg,ffserver,ffplay}.1</command>: This builds 101 109 the man pages which are installed by <command>make install</command>.</para> … … 110 118 <title>Configuring <application>FFmpeg</application></title> 111 119 112 <sect3 ><title>Config files</title>120 <sect3 id="ffmpeg-config"><title>Config files</title> 113 121 114 122 <para><filename>/etc/ffserver.conf</filename> and 115 123 <filename>~/.ffmpeg/ffserver-config</filename></para> 124 125 <indexterm zone="ffmpeg-package ffmpeg-config"> 126 <primary 127 sortas="e-AA.ffmpeg-ffserver-config">~/.ffmpeg/ffserver-config</primary> 128 </indexterm> 129 <indexterm zone="ffmpeg-package ffmpeg-config"> 130 <primary sortas="e-etc-ffserver.conf">/etc/ffserver.conf</primary> 131 </indexterm> 116 132 117 133 <para>You'll find a sample ffserver configuration file at 118 134 <ulink url="http://ffmpeg.sourceforge.net/sample.html"/> (also 119 135 <filename>doc/ffserver.conf</filename> in the source tree).</para> 120 121 136 </sect3> 122 137 … … 126 141 <title>Contents</title> 127 142 128 <para>The <application>FFmpeg</application> package contains 129 <command>ffmpeg</command>, 130 <command>ffserver</command>, 131 <command>ffplay</command>, 132 <filename class="libraryfile">libavcodec</filename>, 133 <filename class="libraryfile">libavformat</filename> and 134 video hook modules.</para> 135 136 </sect2> 137 138 <sect2><title>Description</title> 139 140 <sect3><title>ffmpeg</title> 141 <para><command>ffmpeg</command> is a command-line tool to convert video files, 142 network streams and input from a TV card to several video formats.</para> 143 </sect3> 144 145 <sect3><title>ffserver</title> 146 <para><command>ffserver</command> is a streaming server for everything 147 that <command>ffmpeg</command> could use as input (files, streams, TV card 148 input, webcam, etc.).</para></sect3> 149 150 <sect3><title>ffplay</title> 151 <para><command>ffplay</command> is a very simple and portable media 152 player using the <filename>ffmpeg</filename> libraries and the 153 <acronym>SDL</acronym> library.</para></sect3> 154 155 <sect3><title>libavcodec/libavformat</title> 156 <para><filename class="libraryfile">libavcodec</filename> and 157 <filename class="libraryfile">libavformats</filename> are libraries for 158 encoding/decoding video streams and putting them into files or network 159 packets.</para></sect3> 143 <segmentedlist> 144 <segtitle>Installed Programs</segtitle> 145 <segtitle>Installed Libraries</segtitle> 146 <segtitle>Installed Directories</segtitle> 147 <seglistitem> 148 <seg>ffmpeg, ffserver and optionally, ffplay</seg> 149 <seg>libavcodec.so, libavformat.so and video hook modules</seg> 150 <seg>/usr/include/ffmpeg, /usr/lib/vhook and 151 /usr/share/doc/ffmpeg-&ffmpeg-version;</seg> 152 </seglistitem> 153 </segmentedlist> 154 155 <variablelist> 156 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 157 <?dbfo list-presentation="list"?> 158 159 <varlistentry id="ffmpeg"> 160 <term><command>ffmpeg</command></term> 161 <listitem><para>is a command-line tool to convert video files, network streams 162 and input from a <acronym>TV</acronym> card to several video formats.</para> 163 <indexterm zone="ffmpeg-package ffmpeg"> 164 <primary sortas="b-ffmpeg">ffmpeg</primary></indexterm> 165 </listitem> 166 </varlistentry> 167 168 <varlistentry id="ffplay"> 169 <term><command>ffplay</command></term> 170 <listitem><para>is a very simple and portable media player using the 171 <filename>ffmpeg</filename> libraries and the <acronym>SDL</acronym> 172 library.</para> 173 <indexterm zone="ffmpeg-package ffplay"> 174 <primary sortas="b-ffplay">ffplay</primary></indexterm> 175 </listitem> 176 </varlistentry> 177 178 <varlistentry id="ffserver"> 179 <term><command>ffserver</command></term> 180 <listitem><para>is a streaming server for everything that 181 <command>ffmpeg</command> could use as input (files, streams, TV card input, 182 webcam, etc.).</para> 183 <indexterm zone="ffmpeg-package ffserver"> 184 <primary sortas="b-ffserver">ffserver</primary></indexterm> 185 </listitem> 186 </varlistentry> 187 188 <varlistentry id="libavcodec"> 189 <term><filename class='libraryfile'>libavcodec.so</filename></term> 190 <listitem><para>is a library containing the <application>FFmpeg</application> 191 codecs (both encoding and decoding).</para> 192 <indexterm zone="ffmpeg-package libavcodec"> 193 <primary sortas="c-libavcodec">libavcodec.so</primary></indexterm> 194 </listitem> 195 </varlistentry> 196 197 <varlistentry id="libavformat"> 198 <term><filename class='libraryfile'>libavformat.so</filename></term> 199 <listitem><para>is a library containing the file formats handling (mux and 200 demux code for several formats) used by <command>ffplay</command> as well as 201 allowing the generation of audio or video streams.</para> 202 <indexterm zone="ffmpeg-package libavformat"> 203 <primary sortas="c-libavformat">libavformat.so</primary></indexterm> 204 </listitem> 205 </varlistentry> 206 </variablelist> 160 207 161 208 </sect2> -
multimedia/videoutils/transcode.xml
rd557417 r65a0209 63 63 <sect3><title><application>Transcode</application> dependencies</title> 64 64 <sect4><title>Required</title> 65 <para><xref linkend="ffmpeg "/></para>65 <para><xref linkend="ffmpeg-package"/></para> 66 66 </sect4> 67 67
Note:
See TracChangeset
for help on using the changeset viewer.