2002-12-22 08:35:44 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
2003-09-15 23:59:34 +08:00
|
|
|
<para>The ffmpeg package contains <command>ffmpeg</command>,
|
|
|
|
<command>ffserver</command>, <command>ffplay</command>, <filename
|
|
|
|
class="libraryfile">libavcodec</filename> and
|
|
|
|
<filename class="libraryfile">libavformat</filename>.</para>
|
2002-12-22 08:35:44 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>ffmpeg</title>
|
2003-09-15 23:59:34 +08:00
|
|
|
<para><command>ffmpeg</command> is a command line tool to convert video files, network streams,
|
2002-12-22 08:35:44 +08:00
|
|
|
input from a TV card to several video formats.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>ffserver</title>
|
2003-09-15 23:59:34 +08:00
|
|
|
<para><command>ffserver</command> is a streaming server for everything
|
|
|
|
that <command>ffmpeg</command> could use
|
2002-12-22 08:35:44 +08:00
|
|
|
as input (files, streams, TV card input, webcam, etc.).</para></sect3>
|
|
|
|
|
2003-09-15 23:59:34 +08:00
|
|
|
<sect3><title>ffplay</title>
|
|
|
|
<para><command>ffplay</command> is a very simple and portable media
|
|
|
|
player using the ffmpeg libraries and the <acronym>SDL</acronym> library.
|
|
|
|
</para></sect3>
|
|
|
|
|
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>
|