From 03f8c9fa9706513eb814be30bb8c6a88da0f4313 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Wed, 8 Jun 2005 20:37:35 +0000 Subject: 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 --- DOCS/man/en/mplayer.1 | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'DOCS') 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= -minimum interval between keyframes (default: 0, two pass only) +.B min_key_interval= (two pass only) +minimum interval between keyframes (default: 0) . .TP .B max_key_interval= @@ -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= -(default: 10, two pass mode only) +.B kfthreshold= (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> -- cgit v1.2.3