ffmpeg / doc / outdevs.texi @ c6c2dfcf
History | View | Annotate | Download (1000 Bytes)
1 | 4419c8bf | Stefano Sabatini | @chapter Output Devices |
---|---|---|---|
2 | @c man begin OUTPUT DEVICES |
||
3 | |||
4 | f8a45fa1 | Janne Grunau | Output devices are configured elements in Libav which allow to write |
5 | 4419c8bf | Stefano Sabatini | multimedia data to an output device attached to your system. |
6 | |||
7 | f8a45fa1 | Janne Grunau | When you configure your Libav build, all the supported output devices |
8 | 2f6bc4e7 | Stefano Sabatini | are enabled by default. You can list all available ones using the |
9 | configure option "--list-outdevs". |
||
10 | 4419c8bf | Stefano Sabatini | |
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 | 15d59d2c | Brad | @section sndio |
30 | |||
31 | sndio audio output device. |
||
32 | |||
33 | 4419c8bf | Stefano Sabatini | @c man end OUTPUT DEVICES |