summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-29 02:29:58 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-29 02:29:58 +0000
commitc46b19bbe80cba813dfe86a695cfd9d27be42735 (patch)
tree9150a4b205df75276b27795c68efe4833379b03a /DOCS
parentb8650f660d9184d4c7cac89539dcb628f683b15a (diff)
downloadmpv-c46b19bbe80cba813dfe86a695cfd9d27be42735.tar.bz2
mpv-c46b19bbe80cba813dfe86a695cfd9d27be42735.tar.xz
mb decision stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10499 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/mplayer.115
1 files changed, 12 insertions, 3 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1
index 892cb25ab9..852bec755c 100644
--- a/DOCS/en/mplayer.1
+++ b/DOCS/en/mplayer.1
@@ -3358,10 +3358,19 @@ X1 (experimental)
.RE
.PD 1
.TP
-.B vhq\ \ \ \
-high quality mode, encode each macro block in all modes and choose the best.
+.B mbd=<0\-2>
+macoblock decision algo (high quality mode), encode each macro block in all modes and choose the best.
This is slow but results in better quality and file size.
-(default: disabled)
+.PD 0
+.RSs
+.IPs 0
+use mbcmp (default)
+.IPs 1
+select the MB mode which needs the fewest bits (=vhq)
+.IPs 2
+select the MB mode which has the best rate distortion
+.RE
+.PD 1
.TP
.B v4mv\ \ \
Allow 4 motion vectors per macroblock (slightly better quality).