1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

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
This commit is contained in:
gpoirier 2004-09-06 07:52:49 +00:00
parent 3f4d87d795
commit 62f9f9f285

View File

@ -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>