[FFmpeg-devel] [Patch][GSoC] Motion Estimation filter

Michael Niedermayer michael at niedermayer.cc
Mon Apr 4 20:53:55 CEST 2016


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.mudhar at 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.mudhar at 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160404/6ca0b09b/attachment.sig>


More information about the ffmpeg-devel mailing list