[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1002,1.1003
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Wed Jun 8 22:37:39 CEST 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv24026/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
Better description of XviD's keyframe_boost and kfthreshold.
Consitency fixes.
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1002
retrieving revision 1.1003
diff -u -r1.1002 -r1.1003
--- mplayer.1 8 Jun 2005 08:36:59 -0000 1.1002
+++ mplayer.1 8 Jun 2005 20:37:35 -0000 1.1003
@@ -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)
+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>
More information about the MPlayer-DOCS
mailing list