summaryrefslogtreecommitdiff
path: root/doc/libavformat.texi (plain)
blob: d505d644f698f244cbf9721da2239871cc0eb36a
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
16The libavformat library provides a generic framework for multiplexing
17and demultiplexing (muxing and demuxing) audio, video and subtitle
18streams. It encompasses multiple muxers and demuxers for multimedia
19container formats.
20
21It also supports several input and output protocols to access a media
22resource.
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}, @url{ffserver.html,ffserver},
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
35ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
36ffmpeg-formats(1), ffmpeg-protocols(1),
37libavutil(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
50