mirror of
https://github.com/mpv-player/mpv
synced 2025-03-23 03:37:27 +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:
parent
679bb3155e
commit
879b788a6d
@ -2542,18 +2542,20 @@ minimum interval between key frames (2pass only, default=0)
|
|||||||
maximum interval between key frames (default=10*fps)
|
maximum interval between key frames (default=10*fps)
|
||||||
.IPs mpeg_quant
|
.IPs mpeg_quant
|
||||||
use MPEG quantizers instead of H.263 (default=off)
|
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
|
.IPs lumi_mask
|
||||||
use a lumimasking algorithm (default=off)
|
use a lumimasking algorithm (default=off)
|
||||||
.IPs debug
|
.IPs debug
|
||||||
save per-frame statistics in xvid.dbg (default=off)
|
save per-frame statistics in xvid.dbg (default=off)
|
||||||
.br
|
.br
|
||||||
this is *not* the 2pass control file
|
this is *not* the 2pass control file
|
||||||
.IPs keyframe_boost=<value>
|
.IPs keyframe_boost=<0-1000>
|
||||||
(2pass mode only)
|
(default=0, 2pass mode only)
|
||||||
.IPs kfthreshold=<value>
|
.IPs kfthreshold=<value>
|
||||||
(2pass mode only)
|
(default=10, 2pass mode only)
|
||||||
.IPs kfreduction=<value>
|
.IPs kfreduction=<0-100>
|
||||||
(2pass mode only)
|
(default=30, 2pass mode only)
|
||||||
.IPs fixed_quant=<1\-31>
|
.IPs fixed_quant=<1\-31>
|
||||||
switch to fixed quantizer mode and specify the quantizer to be used
|
switch to fixed quantizer mode and specify the quantizer to be used
|
||||||
.RE
|
.RE
|
||||||
|
Loading…
Reference in New Issue
Block a user