summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-06 07:52:49 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-06 07:52:49 +0000
commit62f9f9f285083c390a56858689b3285c3b07a6d1 (patch)
tree6badc6684244960d1b1f5800b2072331f817e262
parent3f4d87d7952343b033b18b2fa644542dd3348ada (diff)
downloadmpv-62f9f9f285083c390a56858689b3285c3b07a6d1.tar.bz2
mpv-62f9f9f285083c390a56858689b3285c3b07a6d1.tar.xz
More information on XviD's "interlaced" and "4mv" options thanks to a
discution with XviD devs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13258 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/man/en/mplayer.18
1 files changed, 7 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index a9f85b7bfc..668c7919e0 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -5979,6 +5979,10 @@ you need realtime encoding.
.B interlacing
Encode the fields of interlaced video material.
Turn this option on for interlaced content.
+.br
+.I NOTE:
+Should you rescale the video, you would need a interlace-aware resizer,
+which you can activate with -vf scale=<width>:<height>:1.
.
.TP
.B 4mv\ \ \ \
@@ -5986,7 +5990,9 @@ Use 4 motion vectors per macroblock.
This might give better compression, but slows down encoding.
.br
.I WARNING:
-This option doesn't exist in XviD-1.0.x.
+This option is deprecated in XviD-1.0.x, as all is now taken care of
+by the me_quality option.
+When me_quality > 4, 4mv is activated.
.
.TP
.B rc_reaction_delay_factor=<value>