diff options
author | Brad <brad@comstyle.com> | 2011-03-26 19:03:41 -0400 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-03-27 10:46:45 +0200 |
commit | 15d59d2cea25cfd73bfe6ea03a498a62e24d0536 (patch) | |
tree | 31f6d5e915ceae3a7a391bfd4d8eaba7b77b25c4 /doc | |
parent | 1500be13f204acb7e74dac4325ef0052576fa2a9 (diff) | |
download | ffmpeg-15d59d2cea25cfd73bfe6ea03a498a62e24d0536.tar.gz |
sndio support for playback and record
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/indevs.texi | 17 | ||||
-rw-r--r-- | doc/outdevs.texi | 4 |
2 files changed, 21 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 6533284dbf..2d66033ca1 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -129,6 +129,23 @@ ffmpeg -f oss -i /dev/dsp /tmp/oss.wav For more information about OSS see: @url{http://manuals.opensound.com/usersguide/dsp.html} +@section sndio + +sndio input device. + +To enable this input device during configuration you need libsndio +installed on your system. + +The filename to provide to the input device is the device node +representing the sndio input device, and is usually set to +@file{/dev/audio0}. + +For example to grab from @file{/dev/audio0} using @file{ffmpeg} use the +command: +@example +ffmpeg -f sndio -i /dev/audio0 /tmp/oss.wav +@end example + @section video4linux and video4linux2 Video4Linux and Video4Linux2 input video devices. diff --git a/doc/outdevs.texi b/doc/outdevs.texi index 8658202dc6..938909c784 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -26,4 +26,8 @@ ALSA (Advanced Linux Sound Architecture) output device. OSS (Open Sound System) output device. +@section sndio + +sndio audio output device. + @c man end OUTPUT DEVICES |