]> git.sesse.net Git - ffmpeg/blob - doc/libavdevice.texi
avformat/avio: Add Metacube support
[ffmpeg] / doc / libavdevice.texi
1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
3
4 @settitle Libavdevice Documentation
5 @titlepage
6 @center @titlefont{Libavdevice Documentation}
7 @end titlepage
8
9 @top
10
11 @contents
12
13 @chapter Description
14 @c man begin DESCRIPTION
15
16 The libavdevice library provides a generic framework for grabbing from
17 and rendering to many common multimedia input/output devices, and
18 supports several input and output devices, including Video4Linux2,
19 VfW, DShow, and ALSA.
20
21 @c man end DESCRIPTION
22
23 @chapter See Also
24
25 @ifhtml
26 @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe},
27 @url{ffmpeg-devices.html,ffmpeg-devices},
28 @url{libavutil.html,libavutil}, @url{libavcodec.html,libavcodec}, @url{libavformat.html,libavformat}
29 @end ifhtml
30
31 @ifnothtml
32 ffmpeg(1), ffplay(1), ffprobe(1),
33 ffmpeg-devices(1),
34 libavutil(3), libavcodec(3), libavformat(3)
35 @end ifnothtml
36
37 @include authors.texi
38
39 @ignore
40
41 @setfilename libavdevice
42 @settitle multimedia device handling library
43
44 @end ignore
45
46 @bye