# HG changeset patch # User gpoirier # Date 1163853500 0 # Node ID 26f723fa0a513bb8c654200ef3139a64ce59bf2c # Parent 1de63b07a35300b27d6289a2729cf719921dd2dc group together xvid's rate control options diff -r 1de63b07a353 -r 26f723fa0a51 DOCS/man/en/mplayer.1 --- 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=::1. . .TP -.B rc_reaction_delay_factor= -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= -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= -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= +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= +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= +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.