Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-11-29 02:39:02 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-11-29 03:04:17 +0400
commitb9a3ac89c8d6f78fba525724daa3025f892ecaa0 (patch)
tree69b64afcc237a0d9875c2c687845852c8d7c686a /doc/ffserver.texi
parentab89d2dd2a6e66b761a8a367ec3c75bc40ae2df3 (diff)
doc/ffserver: fix bitrate unit for bitrate option
Diffstat (limited to 'doc/ffserver.texi')
-rw-r--r--doc/ffserver.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ffserver.texi b/doc/ffserver.texi
index 1e3b6a30fb..aeb5a73d05 100644
--- a/doc/ffserver.texi
+++ b/doc/ffserver.texi
@@ -392,7 +392,7 @@ Must be the name of a format recognized by FFmpeg. If set to
Set input format. If not specified, it is automatically guessed.
@item AudioBitRate @var{rate}
-Set bitrate for the audio stream in KB per second.
+Set bitrate for the audio stream in kbits per second.
@item AudioChannels @var{n}
Set number of audio channels.
@@ -403,14 +403,14 @@ lower this frequency to 22050 or 11025. The supported frequencies
depend on the selected audio codec.
@item VideoBitRate @var{n}
-Set bitrate for the video stream in KB per second.
+Set bitrate for the video stream in kbits per second.
@item VideoBitRateRange @var{range}
Set video bitrate range.
A range must be specified in the form @var{minrate}-@var{maxrate}, and
specifies the @option{minrate} and @option{maxrate} encoding options
-expressed in KB.
+expressed in kbits per second.
@item VideoBitRateRangeTolerance @var{n}