OSDN Git Service

doc/avconv: document that global options should be specified first.
[coroid/libav_saccubus.git] / doc / outdevs.texi
1 @chapter Output Devices
2 @c man begin OUTPUT DEVICES
3
4 Output devices are configured elements in Libav which allow to write
5 multimedia data to an output device attached to your system.
6
7 When you configure your Libav build, all the supported output devices
8 are enabled by default. You can list all available ones using the
9 configure option "--list-outdevs".
10
11 You can disable all the output devices using the configure option
12 "--disable-outdevs", and selectively enable an output device using the
13 option "--enable-outdev=@var{OUTDEV}", or you can disable a particular
14 input device using the option "--disable-outdev=@var{OUTDEV}".
15
16 The option "-formats" of the ff* tools will display the list of
17 enabled output devices (amongst the muxers).
18
19 A description of the currently available output devices follows.
20
21 @section alsa
22
23 ALSA (Advanced Linux Sound Architecture) output device.
24
25 @section oss
26
27 OSS (Open Sound System) output device.
28
29 @section sndio
30
31 sndio audio output device.
32
33 @c man end OUTPUT DEVICES