2002-12-22 08:35:44 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<para>The ffmpeg package contains <userinput>ffmpeg</userinput>,
|
2003-04-22 23:42:52 +08:00
|
|
|
<userinput>ffserver</userinput>, <filename>libavcodec</filename>
|
|
|
|
libraries and
|
|
|
|
<filename>libavformat</filename> libraries.</para>
|
2002-12-22 08:35:44 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>ffmpeg</title>
|
|
|
|
<para>ffmpeg is a command line tool to convert video files, network streams,
|
|
|
|
input from a TV card to several video formats.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>ffserver</title>
|
|
|
|
<para>ffserver is a streaming server for everything that ffmpeg could use
|
|
|
|
as input (files, streams, TV card input, webcam, etc.).</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>libavcodec/libavformat</title>
|
|
|
|
<para>libavcodec and libavformats are libraries for encoding/decoding
|
|
|
|
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>
|
|
|
|
|