changeset 15699:18c282a75734

Better description of XviD's keyframe_boost and kfthreshold. Consitency fixes.
author gpoirier
date Wed, 08 Jun 2005 20:37:35 +0000
parents cb4bd8e959d6
children a398c21242bf
files DOCS/man/en/mplayer.1
diffstat 1 files changed, 14 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Wed Jun 08 20:20:10 2005 +0000
+++ b/DOCS/man/en/mplayer.1	Wed Jun 08 20:37:35 2005 +0000
@@ -7409,8 +7409,8 @@
 [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 @@
 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)
-.
-.TP
-.B kfthreshold=<value>
-(default: 10, 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> (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>