summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
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).