[x264-devel] [PATCH] Simple deinterlace filter using the FFmpeg deinterlacer.

Kazuo Teramoto kaz.rag at gmail.com
Fri Jul 16 09:53:58 CEST 2010


Hi. I wrote a deinterlace filter for the new filtering system. Its very
simple. Its use the FFmpeg deinterlacer direct.

This is my first work with anything related to video encoding so, if you can,
point my mistakes.

The build system probably its not totally correct.

A better approach, I think, is porting the yadif/mcdeint from mplayer, but
this need more work (and I need to learn a lot of things before...). But the
two can coexists, so user have more options.

Regards,
Kazuo

Kazuo Teramoto (1):
  Simple deinterlace filter using the FFmpeg deinterlacer.

 Makefile              |    2 +-
 configure             |    2 +-
 filters/video/deint.c |  116 +++++++++++++++++++++++++++++++++++++++++++++++++
 filters/video/video.c |    1 +
 4 files changed, 119 insertions(+), 2 deletions(-)
 create mode 100644 filters/video/deint.c



More information about the x264-devel mailing list