]> git.sesse.net Git - ffmpeg/blob - doc/libavformat.texi
Merge commit 'c74f81786d434dfaf9b3dff06aa96bfd23d0127b'
[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 @ignore
26
27 @setfilename libavformat
28 @settitle multimedia muxing and demuxing library
29
30 @c man begin SEEALSO
31 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3), libavcodec(3), ffmpeg-formats(1), ffmpeg-protocols(1)
32 @c man end
33
34 @c man begin AUTHORS
35 See Git history (git://source.ffmpeg.org/ffmpeg)
36 @c man end
37
38 @end ignore
39
40 @bye