[FFmpeg-cvslog] r24772 - trunk/doc/ffmpeg-doc.texi

stefano subversion
Wed Aug 11 16:49:41 CEST 2010


Author: stefano
Date: Wed Aug 11 16:49:41 2010
New Revision: 24772

Log:
Extend and clarify documentation for -ac ffmpeg option.

Fix roundup issue #2061.

Modified:
   trunk/doc/ffmpeg-doc.texi

Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi	Wed Aug 11 16:38:19 2010	(r24771)
+++ trunk/doc/ffmpeg-doc.texi	Wed Aug 11 16:49:41 2010	(r24772)
@@ -510,7 +510,10 @@ Set the audio bitrate in bit/s (default 
 @item -aq @var{q}
 Set the audio quality (codec-specific, VBR).
 @item -ac @var{channels}
-Set the number of audio channels (default = 1).
+Set the number of audio channels. For input streams it is set by
+default to 1, for output streams it is set by default to the same
+number of audio channels in input. If the input file has audio streams
+with different channel count, the behaviour is undefined.
 @item -an
 Disable audio recording.
 @item -acodec @var{codec}



More information about the ffmpeg-cvslog mailing list