[FFmpeg-devel] [PATCH] docs/outdevs: add a few simple ALSA examples
Lou Logan
lou at lrcd.com
Wed Dec 11 00:53:06 CET 2013
---
doc/outdevs.texi | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/doc/outdevs.texi b/doc/outdevs.texi
index f189823..f291aca 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.
+ at subsection Examples
+
+ at itemize
+ at item
+Play a file on default ALSA device:
+ at example
+ffmpeg -i INPUT -f alsa default
+ at end example
+
+ at item
+Play a file on ALSA device @file{hw:0,0}:
+ at example
+ffmpeg -i INPUT -f alsa hw:0,0
+ at end example
+ at end itemize
+
@section caca
CACA output device.
--
1.8.4.2
More information about the ffmpeg-devel
mailing list