[FFmpeg-devel] [PATCH] added reitnerlace filter

Vasile Toncu vasile.toncu at tremend.com
Wed Dec 27 14:57:56 EET 2017


Hello,

The reinterlace filter does various interlace/interleave/merge operations
between consecutive frames of a video. It tries too behave just like
tinterlace filter, including some new modes.

On Wed, Dec 27, 2017 at 2:50 PM, Paul B Mahol <onemda at gmail.com> wrote:

> Hi,
>
> On 12/27/17, Vasile Toncu <vasile.toncu at tremend.com> wrote:
> > ---
> >  doc/filters.texi             |  87 ++++++-
> >  libavfilter/Makefile         |   2 +
> >  libavfilter/allfilters.c     |   2 +
> >  libavfilter/reinterlace.h    | 130 ++++++++++
> >  libavfilter/vf_reinterlace.c | 597
> > +++++++++++++++++++++++++++++++++++++++++++
> >  5 files changed, 812 insertions(+), 6 deletions(-)
> >  create mode 100644 libavfilter/reinterlace.h
> >  create mode 100644 libavfilter/vf_reinterlace.c
> >
>
> Its not obvious from code and documentation what this does.
>
> Why is this needed? At least provide some scenario where this is useful.
>


More information about the ffmpeg-devel mailing list