Imported Debian version 2.4.3~trusty1
[deb_ffmpeg.git] / ffmpeg / doc / libavformat.texi
1 \input texinfo @c -*- texinfo -*-
2
3 @settitle Libavformat Documentation
4 @titlepage
5 @center @titlefont{Libavformat Documentation}
6 @end titlepage
7
8 @top
9
10 @contents
11
12 @chapter Description
13 @c man begin DESCRIPTION
14
15 The libavformat library provides a generic framework for multiplexing
16 and demultiplexing (muxing and demuxing) audio, video and subtitle
17 streams. It encompasses multiple muxers and demuxers for multimedia
18 container formats.
19
20 It also supports several input and output protocols to access a media
21 resource.
22
23 @c man end DESCRIPTION
24
25 @chapter See Also
26
27 @ifhtml
28 @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
29 @url{ffmpeg-formats.html,ffmpeg-formats}, @url{ffmpeg-protocols.html,ffmpeg-protocols},
30 @url{libavutil.html,libavutil}, @url{libavcodec.html,libavcodec}
31 @end ifhtml
32
33 @ifnothtml
34 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
35 ffmpeg-formats(1), ffmpeg-protocols(1),
36 libavutil(3), libavcodec(3)
37 @end ifnothtml
38
39 @include authors.texi
40
41 @ignore
42
43 @setfilename libavformat
44 @settitle multimedia muxing and demuxing library
45
46 @end ignore
47
48 @bye