summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrguyom <rguyom@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-14 22:05:12 +0000
committerrguyom <rguyom@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-14 22:05:12 +0000
commit879b788a6d6440e279bf5ccf6ad7d1e6158a442a (patch)
tree921bc1d35f9b5888ce67bfdd5f2a43a68ea0d9af /DOCS
parent679bb3155e52a2180b90d13ae3e8e2356c8b0d00 (diff)
downloadmpv-879b788a6d6440e279bf5ccf6ad7d1e6158a442a.tar.bz2
mpv-879b788a6d6440e279bf5ccf6ad7d1e6158a442a.tar.xz
-xvidencopts :
* added documentation for mod_quant * added defaults & ranges of kfreduction and keyframe_boost git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8195 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/mplayer.112
1 files changed, 7 insertions, 5 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 0d218e9107..30b1e23288 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -2542,18 +2542,20 @@ minimum interval between key frames (2pass only, default=0)
maximum interval between key frames (default=10*fps)
.IPs mpeg_quant
use MPEG quantizers instead of H.263 (default=off)
+.IPs mod_quant
+decide whether to use MPEG or H.263 quantizers on a frame-by-frame basis. (default=off, 2pass mode only)
.IPs lumi_mask
use a lumimasking algorithm (default=off)
.IPs debug
save per-frame statistics in xvid.dbg (default=off)
.br
this is *not* the 2pass control file
-.IPs keyframe_boost=<value>
-(2pass mode only)
+.IPs keyframe_boost=<0-1000>
+(default=0, 2pass mode only)
.IPs kfthreshold=<value>
-(2pass mode only)
-.IPs kfreduction=<value>
-(2pass mode only)
+(default=10, 2pass mode only)
+.IPs kfreduction=<0-100>
+(default=30, 2pass mode only)
.IPs fixed_quant=<1\-31>
switch to fixed quantizer mode and specify the quantizer to be used
.RE