]> git.sesse.net Git - ffmpeg/blob - doc/ffmpeg-devices.texi
Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'
[ffmpeg] / doc / ffmpeg-devices.texi
1 \input texinfo @c -*- texinfo -*-
2
3 @settitle FFmpeg Devices Documentation
4 @titlepage
5 @center @titlefont{FFmpeg Devices Documentation}
6 @end titlepage
7
8 @top
9
10 @contents
11
12 @chapter Description
13 @c man begin DESCRIPTION
14
15 This document describes the input and output devices provided by the
16 libavdevice library.
17
18 @c man end DESCRIPTION
19
20 @chapter Device Options
21 @c man begin DEVICE OPTIONS
22
23 The libavdevice library provides the same interface as
24 libavformat. Namely, an input device is considered like a demuxer, and
25 an output device like a muxer, and the interface and generic device
26 options are the same provided by libavformat (see the ffmpeg-formats
27 manual).
28
29 In addition each input or output device may support so-called private
30 options, which are specific for that component.
31
32 Options may be set by specifying -@var{option} @var{value} in the
33 FFmpeg tools, or by setting the value explicitly in the device
34 @code{AVFormatContext} options or using the @file{libavutil/opt.h} API
35 for programmatic use.
36
37 @c man end DEVICE OPTIONS
38
39 @include indevs.texi
40 @include outdevs.texi
41
42 @chapter See Also
43
44 @ifhtml
45 @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
46 @url{libavdevice.html,libavdevice}
47 @end ifhtml
48
49 @ifnothtml
50 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavdevice(3)
51 @end ifnothtml
52
53 @include authors.texi
54
55 @ignore
56
57 @setfilename ffmpeg-devices
58 @settitle FFmpeg devices
59
60 @end ignore
61
62 @bye