[FFmpeg-cvslog] r26290 - trunk/doc/ffmpeg.texi
cehoyos
subversion
Sun Jan 9 20:57:12 CET 2011
Author: cehoyos
Date: Sun Jan 9 20:57:11 2011
New Revision: 26290
Log:
Match the documentation of -ar with the actual behaviour.
Modified:
trunk/doc/ffmpeg.texi
Modified: trunk/doc/ffmpeg.texi
==============================================================================
--- trunk/doc/ffmpeg.texi Sun Jan 9 20:38:32 2011 (r26289)
+++ trunk/doc/ffmpeg.texi Sun Jan 9 20:57:11 2011 (r26290)
@@ -540,7 +540,10 @@ The timestamps must be specified in asce
@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}
More information about the ffmpeg-cvslog
mailing list