Page 1 of 1

Better Deinterlacing

Posted: 15 Apr 2007 18:23
by ripa
I use VLC for watching IPTV (multicast MPEG2), which means practically all the material is interlaced. The only full frame rate deinterlacer VLC currently offers is the bobbing deinterlacer, meaning the vertical resolution is halved. The "X" deinterlacer seems to be the only adaptive one, however, it is too aggressive (stationary parts get deinterlaced as if they were moving very easily) and it only produces half the possible frame rate.

MPlayer currently has an awesome deinterlacer called yadif. I've tried it on material recorded with VLC (from IPTV) and I've yet to see any deinterlacing artifacts. It works in real-time (on standard definition MPEG-2 decoded by a 2400+ AMD Athlon CPU) and seems to work great on pure interlaced as well as hybrid or film-based material.

Could it be ported to VLC?

Source code:
http://svn.mplayerhq.hu/mplayer/trunk/l ... vf_yadif.c

AviSynth Yadif port:
http://avisynth.org.ru/yadif/yadif.html

Michael Niedermayer's deinterlacer comparison:
http://guru.multimedia.cx/deinterlacing-filters

Posted: 15 Apr 2007 22:03
by dionoea
Sounds like a good idea. I'll give it a try. (Feel free to ask for updates if i don't reply to this thread in like 1 week)

Posted: 27 Apr 2007 22:23
by ripa
How's it going? I'm looking forward to trying it out.

Re:

Posted: 24 Jun 2008 03:01
by rosxrosx
Sounds like a good idea. I'll give it a try. (Feel free to ask for updates if i don't reply to this thread in like 1 week)
Please please port it! VLC desperately needs better deinterlacing.

Re: Better Deinterlacing

Posted: 10 Jul 2008 16:19
by nilsk123
My experience with mpeg2 multicast is that you have to check the "interlaced encoding" checkbox at the "ffmpeg" settings in order to get a decent picture out of it. This is, offcourse, assuming you also use VLC to stream it, not only to play the stream.

Re: Better Deinterlacing

Posted: 26 Aug 2008 15:57
by DGMurdockIII
any updates

Re: Better Deinterlacing

Posted: 07 Mar 2009 12:19
by andy_blah
I would also be interested in Yadif porting to VLC, any development around this?

Re: Better Deinterlacing

Posted: 07 Mar 2009 17:06
by VLC_help
Might better to ask this in mailing list or in IRC. Most devs don't follow the forum.

Re: Better Deinterlacing

Posted: 28 Mar 2010 05:20
by ripa
The latest VLC (at least 1.0.5) has Yadif deinterlacing (use the 2x option for fluid video). Works great!