glfs/multimedia/videoutils/ffmpeg/ffmpeg-intro.xml
Larry Lawrence 49e5372d0f added ffmpeg-cvs
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@527 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-12-22 00:35:44 +00:00

20 lines
830 B
XML

<sect2>
<title>Introduction to ffmpeg</title>
<screen>Download location (HTTP): <ulink url="&ffmpeg-download-http;"/>
Version used: &ffmpeg-version;
Package size: &ffmpeg-size;
Estimated Disk space required: &ffmpeg-buildsize;</screen>
<para>You may want to check out the source from CVS yourself:</para>
<para><screen><userinput>cvs -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg login &amp;&amp;
cvs -z9 -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co ffmpeg</userinput></screen></para>
<para>ffmpeg is a solution to record, convert and stream audio and
video. Due to heavy development, not all of this functions will work. </para>
<screen>ffmpeg will utilize:
<xref linkend="libvorbis"/>, <xref linkend="lame"/>, and Imlib2</screen>
</sect2>