1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-19 09:57:34 +00:00

-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
This commit is contained in:
rguyom 2002-11-14 22:05:12 +00:00
parent 679bb3155e
commit 879b788a6d

View File

@ -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