summaryrefslogtreecommitdiff
path: root/doc/outdevs.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-07-27 13:10:59 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-07-27 13:10:59 +0000
commit4419c8bf25a724776680de4bdd0ce97c69550c1e (patch)
treecf12ffa8688c7240b20a9e5ec34767ef3aea0b36 /doc/outdevs.texi
parent51124db8ea839cdb8c9625309970088828440551 (diff)
Add the indevs.texi and outdevs.texi files.
Originally committed as revision 24543 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/outdevs.texi')
-rw-r--r--doc/outdevs.texi33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi
new file mode 100644
index 0000000000..6aedfa7079
--- /dev/null
+++ b/doc/outdevs.texi
@@ -0,0 +1,33 @@
+@chapter Output Devices
+@c man begin OUTPUT DEVICES
+
+Output devices are configured elements in FFmpeg which allow to write
+multimedia data to an output device attached to your system.
+
+When you configure your FFmpeg build, all the supported output devices
+are enabled by default. You can list them using the configure option
+"--list-outdevs".
+
+You can disable all the output devices using the configure option
+"--disable-outdevs", and selectively enable an output device using the
+option "--enable-outdev=@var{OUTDEV}", or you can disable a particular
+input device using the option "--disable-outdev=@var{OUTDEV}".
+
+The option "-formats" of the ff* tools will display the list of
+enabled output devices (amongst the muxers).
+
+A description of the currently available output devices follows.
+
+@section alsa
+
+ALSA (Advanced Linux Sound Architecture) output device.
+
+@section audio_beos
+
+BeOS audio output device.
+
+@section oss
+
+OSS (Open Sound System) output device.
+
+@c man end OUTPUT DEVICES