Browse Source

Match the documentation of -ar with the actual behaviour.

Originally committed as revision 26290 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Carl Eugen Hoyos 15 years ago
parent
commit
94fcbf5f38
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      doc/ffmpeg.texi

+ 4
- 1
doc/ffmpeg.texi View File

@@ -540,7 +540,10 @@ The timestamps must be specified in ascending order.
@item -aframes @var{number}
Set the number of audio frames to record.
@item -ar @var{freq}
Set the audio sampling frequency (default = 44100 Hz).
Set the audio sampling frequency. For input streams it is set by
default to 44100 Hz, for output streams it is set by default to the
frequency of the input stream. If the input file has audio streams
with different frequencies, the behaviour is undefined.
@item -ab @var{bitrate}
Set the audio bitrate in bit/s (default = 64k).
@item -aq @var{q}


Loading…
Cancel
Save