2002-12-22 08:35:44 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2003-09-25 10:15:17 +08:00
|
|
|
<para>The <application>FFmpeg</application> package contains <command>ffmpeg
|
|
|
|
</command>, <command>ffserver</command>, <command>ffplay</command>,
|
|
|
|
<filename class="libraryfile">libavcodec</filename> and
|
2003-09-15 23:59:34 +08:00
|
|
|
<filename class="libraryfile">libavformat</filename>.</para>
|
2002-12-22 08:35:44 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>ffmpeg</title>
|
2003-10-04 08:28:30 +08:00
|
|
|
<para><command>ffmpeg</command> is a command-line tool to convert video files,
|
2003-09-26 07:39:56 +08:00
|
|
|
network streams and input from a TV card to several video formats.</para></sect3>
|
2002-12-22 08:35:44 +08:00
|
|
|
|
|
|
|
<sect3><title>ffserver</title>
|
2003-09-15 23:59:34 +08:00
|
|
|
<para><command>ffserver</command> is a streaming server for everything
|
2003-09-25 10:15:17 +08:00
|
|
|
that <command>ffmpeg</command> could use as input (files, streams, TV card
|
|
|
|
input, webcam, etc.).</para></sect3>
|
2002-12-22 08:35:44 +08:00
|
|
|
|
2003-09-15 23:59:34 +08:00
|
|
|
<sect3><title>ffplay</title>
|
|
|
|
<para><command>ffplay</command> is a very simple and portable media
|
2003-09-25 10:15:17 +08:00
|
|
|
player using the <filename>ffmpeg</filename> libraries and the <acronym>SDL
|
|
|
|
</acronym> library.</para></sect3>
|
2003-09-15 23:59:34 +08:00
|
|
|
|
2002-12-22 08:35:44 +08:00
|
|
|
<sect3><title>libavcodec/libavformat</title>
|
2003-09-15 23:59:34 +08:00
|
|
|
<para><filename class="libraryfile">libavcodec</filename> and <filename
|
|
|
|
class="libraryfile">libavformats</filename> are libraries for encoding/decoding
|
2002-12-22 08:35:44 +08:00
|
|
|
video streams and putting them into files or network packets. Since
|
|
|
|
they're well documented, you can easily include them in your software,
|
|
|
|
like some other packages already do.</para></sect3>
|
|
|
|
|
|
|
|
</sect2>
|