Author: gpoirier Date: Sat Nov 18 13:38:20 2006 New Revision: 21019 Modified: trunk/DOCS/man/en/mplayer.1 Log: group together xvid's rate control options Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 (original) +++ trunk/DOCS/man/en/mplayer.1 Sat Nov 18 13:38:20 2006 @@ -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.
participants (1)
-
gpoirier