On Sun, Apr 03, 2016 at 08:45:46PM +0000, Davinder Singh wrote:
> sorry about that,
> here is recreated patch.
> 
> 
> DSM_
> 
> On Sun, Apr 3, 2016 at 11:09 PM Davinder Singh <ds.mud...@gmail.com> wrote:
> 
> > Qualification task for Motion interpolation project.
> >
> > here is basic motion estimation filter which uses block matching
> > technique, does full search in (default) 7 px region by 1px step.
> >
> > Thanks,
> > DSM_
> >

>  Makefile       |    1 
>  allfilters.c   |    1 
>  vf_mestimate.c |  236 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 238 insertions(+)
> 911ca4024e19e3629b34340761542655dcf55d68  0001-motion-estimation-filter.patch
> From 68560d7d4764587ad72f1901edc45450391f1378 Mon Sep 17 00:00:00 2001
> From: dsmudhar <ds.mud...@gmail.com>
> Date: Mon, 4 Apr 2016 01:06:07 +0530
> Subject: [PATCH] motion estimation filter

missing documentation

ive tested it as in
./ffplay matrixbench_mpeg2.mpg -vf mestimate=16,codecview=mv=7
or
./ffplay ~/videos/matrixbench_mpeg2.mpg -vf mestimate=16:32,codecview=mv=7

the vectors do not seem to represent motion, they all point in the
same direction more or less

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

You can kill me, but you cannot change the truth.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to