diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-03-28 01:50:36 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-03-28 01:50:36 +0200 |
commit | 25d8099beb4c7eb93539f9162af1336ef7130fed (patch) | |
tree | 4f668222da738409baf5ad8a1ee9d1c9f9004f96 /doc/indevs.texi | |
parent | 57e2ded4234356c26bf92b0a627ec383ea8d288f (diff) | |
parent | 991f3de1bb696a55f7604e4b7d53492299fe44b5 (diff) | |
download | ffmpeg-25d8099beb4c7eb93539f9162af1336ef7130fed.tar.gz |
Merge remote-tracking branch 'newdev/master'
* newdev/master:
ac3enc: Add codec-specific options for writing AC-3 metadata.
NOT MERGED: Remove arrozcru URL from documentation
sndio support for playback and record
Conflicts:
doc/faq.texi
doc/general.texi
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 1cd2dd63cb..5a8a8fa9b0 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -154,6 +154,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. |