summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-24 11:23:23 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-24 11:23:23 +0000
commitbcfc15f2a40b49ba56cedaa3324231221a6cd43f (patch)
tree5824474b956313b2c6278e90fd2f03e1ac37260f /DOCS
parent14b354423847e0bef4e84d940f04af6767f8f5b5 (diff)
downloadmpv-bcfc15f2a40b49ba56cedaa3324231221a6cd43f.tar.bz2
mpv-bcfc15f2a40b49ba56cedaa3324231221a6cd43f.tar.xz
darkmasking & docs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7497 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/libavc-options.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/DOCS/tech/libavc-options.txt b/DOCS/tech/libavc-options.txt
index 23a42f6b48..a5c70f9679 100644
--- a/DOCS/tech/libavc-options.txt
+++ b/DOCS/tech/libavc-options.txt
@@ -72,6 +72,7 @@ vpass
1 first pass
2 second pass
(only need to specify if two-pass encoding is used)
+ Tip: u can try to use constant quantizer mode for pass1 (vqscale=<quantizer>)
vbitrate (kbits per second) for pass1/2
800 is default
@@ -202,6 +203,34 @@ vfdct (0-99) dct algorithm
3 mmx
4 mlib
+lumi_mask (0.0-1.0) luminance masking
+ 0.0 disabled (default)
+ 0.0-0.5 should be a sane range
+ warning: be carefull, too large values can cause disasterous things
+ warning2: large values might look good on some monitors but may look horrible
+ on other monitors
+
+dark_mask (0.0-1.0) darkness masking
+ 0.0 disabled (default)
+ 0.0-0.3 should be a sane range
+ warning: be carefull, too large values can cause disasterous things
+ warning2: large values might look good on some monitors but may look horrible
+ on other monitors / TV / TFT
+
+tcplx_mask (0.0-1.0) temporal complexity masking
+ 0.0 disabled (default)
+
+scplx_mask (0.0-1.0) spatial complexity masking
+ 0.0 disabled (default)
+ 0.0-0.5 should be a sane range
+ larger values help against blockiness, if no deblocking filter is used
+ for decoding
+ Tip: crop any black borders completly away as they will reduce the quality
+ of the MBs there, this is true if scplx_mask isnt used at all too
+
+naq normalize adaptive quantization
+ experimental
+
lavdopts: (decoder options)
---------------------------