summaryrefslogtreecommitdiff
path: root/doc/libavdevice.texi (plain)
blob: 9b10282cde8be140d70e3962642e3f46c24373d6
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
16The libavdevice library provides a generic framework for grabbing from
17and rendering to many common multimedia input/output devices, and
18supports several input and output devices, including Video4Linux2,
19VfW, 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}, @url{ffserver.html,ffserver},
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
32ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
33ffmpeg-devices(1),
34libavutil(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
47