Re: [FFmpeg-devel] [PATCH] doc: add dia_size option documentation

2020-05-27 Thread lance . lmwang
On Wed, May 27, 2020 at 09:37:00PM +0200, Michael Niedermayer wrote:
> On Wed, May 27, 2020 at 12:20:39PM +0800, lance.lmw...@gmail.com wrote:
> > From: Limin Wang 
> > 
> > Signed-off-by: Limin Wang 
> > ---
> >  doc/codecs.texi | 18 ++
> >  1 file changed, 18 insertions(+)
> 
> probably correct

will apply.

> 
> thx
> 
> [...]
> -- 
> Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
> 
> Whats the most studid thing your enemy could do ? Blow himself up
> Whats the most studid thing you could do ? Give up your rights and
> freedom because your enemy blew himself up.
> 



> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".


-- 
Thanks,
Limin Wang
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] doc: add dia_size option documentation

2020-05-27 Thread Michael Niedermayer
On Wed, May 27, 2020 at 12:20:39PM +0800, lance.lmw...@gmail.com wrote:
> From: Limin Wang 
> 
> Signed-off-by: Limin Wang 
> ---
>  doc/codecs.texi | 18 ++
>  1 file changed, 18 insertions(+)

probably correct

thx

[...]
-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Whats the most studid thing your enemy could do ? Blow himself up
Whats the most studid thing you could do ? Give up your rights and
freedom because your enemy blew himself up.



signature.asc
Description: PGP signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH] doc: add dia_size option documentation

2020-05-26 Thread lance . lmwang
From: Limin Wang 

Signed-off-by: Limin Wang 
---
 doc/codecs.texi | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/doc/codecs.texi b/doc/codecs.texi
index ece8d50edd..fd98db654b 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -646,6 +646,24 @@ noise preserving sum of squared differences
 
 @item dia_size @var{integer} (@emph{encoding,video})
 Set diamond type & size for motion estimation.
+@table @samp
+@item (1024, INT_MAX):
+full motion estimation(slowest)
+@item (768, 1024]:
+umh motion estimation
+@item (512, 768]:
+hex motion estimation
+@item (256, 512]:
+l2s diamond motion estimation
+@item [2,256]:
+var diamond motion estimation
+@item (-1,  2):
+small diamond motion estimation
+@item -1:
+funny diamond motion estimation
+@item (INT_MIN, -1):
+sab diamond motion estimation
+@end table
 
 @item last_pred @var{integer} (@emph{encoding,video})
 Set amount of motion predictors from the previous frame.
-- 
2.21.0

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".