summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-08 20:37:35 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-08 20:37:35 +0000
commit03f8c9fa9706513eb814be30bb8c6a88da0f4313 (patch)
treefb2b1befbe7aa3bbb28bd8a482ecc9c4eaf812db /DOCS
parentb6713e65aece76b7d1e4d5cb465f686d92a829de (diff)
downloadmpv-03f8c9fa9706513eb814be30bb8c6a88da0f4313.tar.bz2
mpv-03f8c9fa9706513eb814be30bb8c6a88da0f4313.tar.xz
Better description of XviD's keyframe_boost and kfthreshold.
Consitency fixes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15700 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.118
1 files changed, 12 insertions, 6 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 025415f900..d27a2ea9f4 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -7409,8 +7409,8 @@ As of XviD-1.0.x, this option is replaced by the
[min|max]_[i|p|b]quant options.
.
.TP
-.B min_key_interval=<value>
-minimum interval between keyframes (default: 0, two pass only)
+.B min_key_interval=<value> (two pass only)
+minimum interval between keyframes (default: 0)
.
.TP
.B max_key_interval=<value>
@@ -7439,14 +7439,20 @@ by any MPEG-4 decoder besides libavcodec or XviD.
As of XviD-1.0.x, this option is no longer available.
.
.TP
-.B keyframe_boost=<0\-1000>
+.B keyframe_boost=<0\-1000> (two pass mode only)
Shift some bits from the pool for other frame types to intra frames,
thus improving keyframe quality.
-(default: 0, two pass mode only)
+This amount is an extra percentage, so a value of 10 will give
+your keyframes 10% more bits than normal
+(default: 0).
.
.TP
-.B kfthreshold=<value>
-(default: 10, two pass mode only)
+.B kfthreshold=<value> (two pass mode only)
+Works together with kfreduction.
+Determines the minimum distance below which you consider that
+two frames are considered consecutive and treated differently
+according to kfreduction.
+(default: 10).
.
.TP
.B kfreduction=<0\-100>