[FFmpeg-cvslog] docs/outdevs: add a few simple ALSA examples

Lou Logan git at videolan.org
Fri Dec 13 04:23:58 CET 2013


ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Tue Dec 10 14:49:26 2013 -0900| [d546a59a813959924853f3582502e385e9bccf79] | committer: Lou Logan

docs/outdevs: add a few simple ALSA examples

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d546a59a813959924853f3582502e385e9bccf79
---

 doc/outdevs.texi |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/doc/outdevs.texi b/doc/outdevs.texi
index f189823..a204f32 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 soundcard 1, audio device 7:
+ at example
+ffmpeg -i INPUT -f alsa hw:1,7
+ at end example
+ at end itemize
+
 @section caca
 
 CACA output device.



More information about the ffmpeg-cvslog mailing list