From d546a59a813959924853f3582502e385e9bccf79 Mon Sep 17 00:00:00 2001 From: Lou Logan Date: Tue, 10 Dec 2013 14:49:26 -0900 Subject: [PATCH] docs/outdevs: add a few simple ALSA examples --- doc/outdevs.texi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/outdevs.texi b/doc/outdevs.texi index f18982300b..a204f3264a 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -22,6 +22,22 @@ A description of the currently available output devices follows. ALSA (Advanced Linux Sound Architecture) output device. +@subsection Examples + +@itemize +@item +Play a file on default ALSA device: +@example +ffmpeg -i INPUT -f alsa default +@end example + +@item +Play a file on soundcard 1, audio device 7: +@example +ffmpeg -i INPUT -f alsa hw:1,7 +@end example +@end itemize + @section caca CACA output device.