Log in

View Full Version : Interlace detection


Lele-brz
3rd July 2007, 09:32
Hi all,

I'm trying to write a script for detecting interlace video input and in that case add a SmoothDeinterlace filter.
At the moment I'm doing that manually checking the source and adding the SmoothDeinterlace in case I see that is interlaced

I read:
http://avisynth.org/mediawiki/Interlace_detection

And I'm trying to start to write a script for automati detectio, has anyone already tried that? Or do you have some suggestion on how to build the script?

thanks in advace

bye

buzzqw
3rd July 2007, 12:21
some info are here http://forum.doom9.org/showthread.php?t=111870

BHH

Lele-brz
3rd July 2007, 16:07
thanks for replying,

that link doesn't work anymore.

bye

buzzqw
3rd July 2007, 16:17
?

link to forum is ok ( http://forum.doom9.org/showthread.php?t=111870 and http://forum.doom9.org/showthread.php?t=104760 )

you mean source code ?

here is all what i have
http://www.64k.it/andres/data/avisynth/BAutoDeint.exe
http://www.64k.it/andres/data/avisynth/BAutoDeint_src.zip
http://www.64k.it/andres/data/avisynth/bdeint_comb_itvc.avs
http://www.64k.it/andres/data/avisynth/bdeint_field_order.avs

hope that help!

BHH