mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 09:07:30 +08:00
49e5372d0f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@527 af4574ff-66df-0310-9fd7-8a98e5e911e0
20 lines
830 B
XML
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 &&
|
|
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>
|