[FFmpeg-devel] [PATCH] lavfi/mp: remove mp=dint

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Sep 4 21:19:33 CEST 2013


On Wed, Sep 04, 2013 at 11:50:47AM +0000, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> 
> I can't comprehend its documentation.
> Code is extremly unreadable so I can't bother what it actually does.
> There is better filter that can detect interlaced (among others) frames.
> There is better filter that can drop any (including interlaced) frames.

What it does is quite simple: It detects frames that look (still)
interlaced and tries to drop them.
I expect is intended to be used with incorrectly inverse telecined content
to get rid of any bad-looking frames.
Due to this, it will never drop more than one frame in a row, since
that would look bad and is likely to mean that the interlace detection
didn't work right.
I don't know if the two filters you mentioned can achieve this
behaviour together, though I would guess it should not be hard to
implement if they do not.


More information about the ffmpeg-devel mailing list