diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index c59c7575357642f000d8554237ca7fccbddab22e..529f830fbc9bfecc3904dd0432fc01d5629c0a9d 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -955,6 +955,11 @@ and audio directly. ffmpeg -f oss -i /dev/dsp -f video4linux2 -i /dev/video0 /tmp/out.mpg @end example +Or with an ALSA audio source (mono input, card id 1) instead of OSS: +@example +ffmpeg -f alsa -ac 1 -i hw:1 -f video4linux2 -i /dev/video0 /tmp/out.mpg +@end example + Note that you must activate the right video source and channel before launching ffmpeg with any TV viewer such as @uref{http://linux.bytesex.org/xawtv/, xawtv} by Gerd Knorr. You also