glfs/multimedia/videoutils/ffmpeg/ffmpeg-intro.xml

20 lines
830 B
XML
Raw Normal View History

<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>