diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-18 12:38:20 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-18 12:38:20 +0000 |
commit | ba4c63d445e6c158ff1d920180ea422f2eaed9d5 (patch) | |
tree | 01a65ca54caca57abd65b17d84bb28b791c7908e /DOCS | |
parent | 582d0b7cab30048a23f5a54d4d176ab7216d9d37 (diff) |
group together xvid's rate control options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21019 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index b51f95316a..7649943457 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -8605,25 +8605,6 @@ Should you rescale the video, you would need an interlace-aware resizer, which you can activate with \-vf scale=<width>:<height>:1. . .TP -.B rc_reaction_delay_factor=<value> -This parameter controls the number of frames the CBR rate controller -will wait before reacting to bitrate changes and compensating for them -to obtain a constant bitrate over an averaging range of frames. -. -.TP -.B rc_averaging_period=<value> -Real CBR is hard to achieve. -Depending on the video material, bitrate can be variable, and hard to predict. -Therefore Xvid uses an averaging period for which it guarantees a given -amount of bits (minus a small variation). -This settings expresses the "number of frames" for which Xvid averages -bitrate and tries to achieve CBR. -. -.TP -.B rc_buffer=<value> -size of the rate control buffer -. -.TP .B min_iquant=<0\-31> minimum I-frame quantizer (default: 2) . @@ -8759,6 +8740,25 @@ Playing with this setting may result in a jerky video, so use it at your own risks! . .TP +.B rc_reaction_delay_factor=<value> +This parameter controls the number of frames the CBR rate controller +will wait before reacting to bitrate changes and compensating for them +to obtain a constant bitrate over an averaging range of frames. +. +.TP +.B rc_averaging_period=<value> +Real CBR is hard to achieve. +Depending on the video material, bitrate can be variable, and hard to predict. +Therefore Xvid uses an averaging period for which it guarantees a given +amount of bits (minus a small variation). +This settings expresses the "number of frames" for which Xvid averages +bitrate and tries to achieve CBR. +. +.TP +.B rc_buffer=<value> +size of the rate control buffer +. +.TP .B curve_compression_high=<0\-100> This setting allows Xvid to take a certain percentage of bits away from high bitrate scenes and give them back to the bit reservoir. |