[FFmpeg-devel] [PATCH 2/2] avfilter: add mcfps filter

Robert Krüger krueger at lesspain.de
Sun Aug 30 13:13:10 CEST 2015


On Sun, Aug 30, 2015 at 4:23 AM, Michael Niedermayer <michaelni at gmx.at>
wrote:

> From: Michael Niedermayer <michael at niedermayer.cc>
>
> Works well with some scenes, works really not well with others
> if you can improve it, i would not be unhappy
>
> this should not be optimized yet except trivial things, first the code
> should work well then it should be made to work fast
>
>
I did some initial tests blowing up a suitable 60 fps sample (person
running) to 240 fps.

- mode linear gave the same results as with the framerate filter (expected)
- mode gmc gave me a green screen throughout the video (I got no warning or
error, though)
- mode obmc looked very promising with very smooth motion in most of the
image except some strong artifacts in areas with small moving parts (no
idea if this can be improved)

The sample I used I cannot share publicly but I can make it available to
you if you like.


More information about the ffmpeg-devel mailing list