summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-18 10:51:10 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-18 10:51:10 +0000
commit46c5f085540c70b69a7304d0086ad8f157b873ab (patch)
tree9f99924356ca8b6e1abce6399480f8833d438360 /DOCS
parent906a5699738cf6eebd25bdb15a997cd57c431fec (diff)
downloadmpv-46c5f085540c70b69a7304d0086ad8f157b873ab.tar.bz2
mpv-46c5f085540c70b69a7304d0086ad8f157b873ab.tar.xz
mb qp limits
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8493 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/libavc-options.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/DOCS/tech/libavc-options.txt b/DOCS/tech/libavc-options.txt
index ecc52d45df..9f508bf0cd 100644
--- a/DOCS/tech/libavc-options.txt
+++ b/DOCS/tech/libavc-options.txt
@@ -29,6 +29,12 @@ vqmax 1-31 (maximum quantizer) for pass1/2
31 default
10-31 should be a sane range
+mbqmin 1-31 (minimum macroblock quantizer) for pass1/2
+ 2 default
+
+mbqmax 1-31 (maximum macroblock quantizer) for pass1/2
+ 31 default
+
vqdiff 1-31 (maximum quantizer difference between I or P frames) for pass1/2
3 default
@@ -265,7 +271,7 @@ pred (for huffyuv)
0 left prediction
1 plane/gradient prediction
2 median prediction
-
+
lavdopts: (decoder options)
---------------------------