diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-06 07:52:49 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-06 07:52:49 +0000 |
commit | 62f9f9f285083c390a56858689b3285c3b07a6d1 (patch) | |
tree | 6badc6684244960d1b1f5800b2072331f817e262 /DOCS | |
parent | 3f4d87d7952343b033b18b2fa644542dd3348ada (diff) |
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
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 8 |
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> |