]> git.sesse.net Git - ffmpeg/blob - doc/ffmpeg-devices.texi
Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'
[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 @ref{FFmpeg
27 formats} manual page).
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 @ignore
43
44 @setfilename ffmpeg-devices
45 @settitle FFmpeg devices
46
47 @c man begin SEEALSO
48 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(3), libavdevice(3)
49 @c man end
50
51 @c man begin AUTHORS
52 See Git history (git://source.ffmpeg.org/ffmpeg)
53 @c man end
54
55 @end ignore
56
57 @bye