diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2007-07-06 11:47:02 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2007-07-06 11:47:02 +0000 |
commit | c0de00dac5d872c5a528093258cd618ca69b888f (patch) | |
tree | 90e38fcc0fdb830465064bf9e28ab5e905c3974b /doc | |
parent | 3b7660b002b11de0aa41c17c167ca0051ae8f9e5 (diff) | |
download | ffmpeg-c0de00dac5d872c5a528093258cd618ca69b888f.tar.gz |
me option implemented as an AVOption
patch by Stefano Sabatini: [stefano sabatini-lala poste it]
original thread:
[FFmpeg-devel] [PATCH] ffmpeg.c -me option implemented as an AVOption
date: 07/05/2007 03:12 PM
Originally committed as revision 9501 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index a35ac34336..666c2acfd4 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -468,7 +468,7 @@ Set rate control equation (@pxref{FFmpeg formula evaluator}) (default = @code{tex^qComp}). @item -rc_override override rate control override for specific intervals -@item -me method +@item -me_method method Set motion estimation method to @var{method}. Available methods are (from lowest to best quality): @table @samp @@ -477,6 +477,8 @@ Try just the (0, 0) vector. @item phods @item log @item x1 +@item hex +@item umh @item epzs (default method) @item full |