diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-11-28 19:34:14 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-11-28 20:17:10 +0100 |
commit | 805b607484e1d56cc60e2a82881c49bc645dbbde (patch) | |
tree | a6ce69952278463da402e221123dd0b51300a9d7 /doc/ffserver.texi | |
parent | bcbf8920ede18859031773138bf5168ed0e362b9 (diff) | |
download | ffmpeg-805b607484e1d56cc60e2a82881c49bc645dbbde.tar.gz |
doc/ffserver: extend documentation for VideoBitRateRange
Diffstat (limited to 'doc/ffserver.texi')
-rw-r--r-- | doc/ffserver.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffserver.texi b/doc/ffserver.texi index 509bf246b6..07a8ae3072 100644 --- a/doc/ffserver.texi +++ b/doc/ffserver.texi @@ -402,6 +402,10 @@ Set bitrate for the video stream in KB 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. + @item VideoBitRateRangeTolerance @var{n} @item PixelFormat |