summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-11 14:49:41 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-11 14:49:41 +0000
commite1f4dd6d41f2ef8cd6db444a3b70946d7a1e29a9 (patch)
tree698be65f37f58709e8c21529e6d0fb26e67415d4 /doc/ffmpeg-doc.texi
parent983ec304974bfa928735153e115659c700c170dd (diff)
Extend and clarify documentation for -ac ffmpeg option.
Fix roundup issue #2061. Originally committed as revision 24772 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r--doc/ffmpeg-doc.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index ccf06b52de..71bed9b711 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -510,7 +510,10 @@ Set the audio bitrate in bit/s (default = 64k).
@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}