Skip to content
Snippets Groups Projects
Commit e1f4dd6d authored by Stefano Sabatini's avatar Stefano Sabatini
Browse files

Extend and clarify documentation for -ac ffmpeg option.

Fix roundup issue #2061.

Originally committed as revision 24772 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 983ec304
No related branches found
No related tags found
No related merge requests found
...@@ -510,7 +510,10 @@ Set the audio bitrate in bit/s (default = 64k). ...@@ -510,7 +510,10 @@ Set the audio bitrate in bit/s (default = 64k).
@item -aq @var{q} @item -aq @var{q}
Set the audio quality (codec-specific, VBR). Set the audio quality (codec-specific, VBR).
@item -ac @var{channels} @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 @item -an
Disable audio recording. Disable audio recording.
@item -acodec @var{codec} @item -acodec @var{codec}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment