doc/encoders/libxvid: fix references for me_quality option
Drop reference to constants removed in 94eed68ace9f2416af8. In particular, rename me_method to me_quality and add description for supported values. Address trac issue: http://trac.ffmpeg.org/ticket/10003
This commit is contained in:
parent
d0f071dfe7
commit
7449a00d2d
@ -2976,27 +2976,24 @@ Place global headers in extradata instead of every keyframe.
|
|||||||
|
|
||||||
@item trellis
|
@item trellis
|
||||||
|
|
||||||
@item me_method
|
@item me_quality
|
||||||
Set motion estimation method. Possible values in decreasing order of
|
Set motion estimation quality level. Possible values in decreasing order of
|
||||||
speed and increasing order of quality:
|
speed and increasing order of quality:
|
||||||
|
|
||||||
@table @samp
|
@table @samp
|
||||||
@item zero
|
@item 0
|
||||||
Use no motion estimation (default).
|
Use no motion estimation (default).
|
||||||
|
|
||||||
@item phods
|
@item 1, 2
|
||||||
@item x1
|
|
||||||
@item log
|
|
||||||
Enable advanced diamond zonal search for 16x16 blocks and half-pixel
|
Enable advanced diamond zonal search for 16x16 blocks and half-pixel
|
||||||
refinement for 16x16 blocks. @samp{x1} and @samp{log} are aliases for
|
refinement for 16x16 blocks.
|
||||||
@samp{phods}.
|
|
||||||
|
|
||||||
@item epzs
|
@item 3, 4
|
||||||
Enable all of the things described above, plus advanced diamond zonal
|
Enable all of the things described above, plus advanced diamond zonal
|
||||||
search for 8x8 blocks, half-pixel refinement for 8x8 blocks, and motion
|
search for 8x8 blocks and half-pixel refinement for 8x8 blocks, also
|
||||||
estimation on chroma planes.
|
enable motion estimation on chroma planes for P and B-frames.
|
||||||
|
|
||||||
@item full
|
@item 5, 6
|
||||||
Enable all of the things described above, plus extended 16x16 and 8x8
|
Enable all of the things described above, plus extended 16x16 and 8x8
|
||||||
blocks search.
|
blocks search.
|
||||||
@end table
|
@end table
|
||||||
|
Loading…
x
Reference in New Issue
Block a user