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