Contents
The ffmpeg package contains ffmpeg,
ffserver, ffplay, libavcodec and
libavformat.
Description
ffmpeg
ffmpeg is a command line tool to convert video files, network streams,
input from a TV card to several video formats.
ffserver
ffserver is a streaming server for everything
that ffmpeg could use
as input (files, streams, TV card input, webcam, etc.).
ffplay
ffplay is a very simple and portable media
player using the ffmpeg libraries and the SDL library.
libavcodec/libavformat
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.