mirror of
https://github.com/mpv-player/mpv
synced 2025-04-09 03:02:13 +00:00
Typos on the XviD section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13287 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
79f1312178
commit
d425b8087e
@ -6111,9 +6111,8 @@ from being written in the last stage of encoding.
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B debug\ \
|
.B debug\ \
|
||||||
Save per-frame statistics in ./xvid.dbg (this is
|
Save per-frame statistics in ./xvid.dbg. (This is not the 2pass control
|
||||||
.B not
|
file.)
|
||||||
the 2pass control file).
|
|
||||||
.RE
|
.RE
|
||||||
.
|
.
|
||||||
.PP
|
.PP
|
||||||
@ -6135,11 +6134,11 @@ autodetection of some decoders might be confused.
|
|||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B divx5bvop
|
.B divx5bvop
|
||||||
generate DivX5 compatible B frames (default: on)
|
Generate DivX5 compatible B frames (default: on).
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B max_bframes=<0\-4>
|
.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
|
.TP
|
||||||
.B bquant_ratio=<0\-1000>
|
.B bquant_ratio=<0\-1000>
|
||||||
@ -6315,10 +6314,10 @@ still blocky (default: 0).
|
|||||||
During pass 1 of 2-pass encoding, a scaled bitrate curve is computed.
|
During pass 1 of 2-pass encoding, a scaled bitrate curve is computed.
|
||||||
The difference between that expected curve and the result obtained during
|
The difference between that expected curve and the result obtained during
|
||||||
encoding is called overflow.
|
encoding is called overflow.
|
||||||
Obviously, the two pass Rate Controller tries to compensate for that overflow,
|
Obviously, the two pass rate controller tries to compensate for that overflow,
|
||||||
distributing it over next frames to be encoded.
|
distributing it over the next frames.
|
||||||
This setting controls how much of the overflow is distributed at each new
|
This setting controls how much of the overflow is distributed every time
|
||||||
frame.
|
there is a new frame.
|
||||||
Low values allow lazy overflow control, big rate bursts are compensated for
|
Low values allow lazy overflow control, big rate bursts are compensated for
|
||||||
more slowly (could lead to lack of precision for small clips).
|
more slowly (could lead to lack of precision for small clips).
|
||||||
Higher values will make changes in bit redistribution more abrupt, possibly
|
Higher values will make changes in bit redistribution more abrupt, possibly
|
||||||
@ -6352,15 +6351,15 @@ Most of the time users express their target bitrate for video w/o taking
|
|||||||
care of the video container overhead.
|
care of the video container overhead.
|
||||||
This small but (mostly) constant overhead can cause the target file size
|
This small but (mostly) constant overhead can cause the target file size
|
||||||
to be exceeded.
|
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).
|
container generates (give only an average per frame).
|
||||||
0 has a special meaning, it lets XviD use its own default values
|
0 has a special meaning, it lets XviD use its own default values
|
||||||
(default: 24 - AVI average overhead).
|
(default: 24 - AVI average overhead).
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B par=<mode>
|
.B par=<mode>
|
||||||
Specifies the Pixel Aspect Ratio mode, which is not to be confused with DAR
|
Specifies the Pixel Aspect Ratio mode (not to be confused with DAR,
|
||||||
which is Display Aspect Ratio.
|
the Display Aspect Ratio).
|
||||||
PAR is the ratio of the width and height of a single pixel.
|
PAR is the ratio of the width and height of a single pixel.
|
||||||
So both are related like this: DAR = PAR * (width/height).
|
So both are related like this: DAR = PAR * (width/height).
|
||||||
.br
|
.br
|
||||||
|
Loading…
Reference in New Issue
Block a user