# HG changeset patch # User gpoirier # Date 1094644179 0 # Node ID cf3c4a53df30bf4c83807c307eba30f2a8b0022d # Parent 2643689f164f6d593154b5bcf89fff4ff8c0f243 Typos on the XviD section diff -r 2643689f164f -r cf3c4a53df30 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Wed Sep 08 09:42:05 2004 +0000 +++ b/DOCS/man/en/mplayer.1 Wed Sep 08 11:49:39 2004 +0000 @@ -6111,9 +6111,8 @@ . .TP .B debug\ \ -Save per-frame statistics in ./xvid.dbg (this is -.B not -the 2pass control file). +Save per-frame statistics in ./xvid.dbg. (This is not the 2pass control +file.) .RE . .PP @@ -6135,11 +6134,11 @@ . .TP .B divx5bvop -generate DivX5 compatible B frames (default: on) +Generate DivX5 compatible B frames (default: on). . .TP .B max_bframes=<0\-4> -maximum number of B frames to put between I/\:P frames (default: 0) +Maximum number of B frames to put between I/\:P frames (default: 0). . .TP .B bquant_ratio=<0\-1000> @@ -6315,10 +6314,10 @@ During pass 1 of 2-pass encoding, a scaled bitrate curve is computed. The difference between that expected curve and the result obtained during encoding is called overflow. -Obviously, the two pass Rate Controller tries to compensate for that overflow, -distributing it over next frames to be encoded. -This setting controls how much of the overflow is distributed at each new -frame. +Obviously, the two pass rate controller tries to compensate for that overflow, +distributing it over the next frames. +This setting controls how much of the overflow is distributed every time +there is a new frame. Low values allow lazy overflow control, big rate bursts are compensated for more slowly (could lead to lack of precision for small clips). Higher values will make changes in bit redistribution more abrupt, possibly @@ -6352,15 +6351,15 @@ care of the video container overhead. This small but (mostly) constant overhead can cause the target file size to be exceeded. -We decided to allow users to set the amount of overhead per frame the +XviD allows users to set the amount of overhead per frame the container generates (give only an average per frame). 0 has a special meaning, it lets XviD use its own default values (default: 24 - AVI average overhead). . .TP .B par= -Specifies the Pixel Aspect Ratio mode, which is not to be confused with DAR -which is Display Aspect Ratio. +Specifies the Pixel Aspect Ratio mode (not to be confused with DAR, +the Display Aspect Ratio). PAR is the ratio of the width and height of a single pixel. So both are related like this: DAR = PAR * (width/height). .br