Mercurial > mplayer.hg
changeset 21003:26f723fa0a51
group together xvid's rate control options
author | gpoirier |
---|---|
date | Sat, 18 Nov 2006 12:38:20 +0000 |
parents | 1de63b07a353 |
children | b407596e083e |
files | DOCS/man/en/mplayer.1 |
diffstat | 1 files changed, 19 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Sat Nov 18 12:38:03 2006 +0000 +++ b/DOCS/man/en/mplayer.1 Sat Nov 18 12:38:20 2006 +0000 @@ -8605,25 +8605,6 @@ 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 @@ 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.