PDA

View Full Version : Avisynth smoother filter


vlada
20th February 2005, 19:49
Hi,
I'm looking for a an Avisynth filtr, which can work with interlaced material. I just spend more then an our searching everywhere, but I cannot find such a filter. Lot of filters I found are rather old and links are broken, so I can't even check them.
Does anybody have a suggestion?

Thank you,
Vlada

scharfis_brain
20th February 2005, 20:04
interlaced handling, you told?

nothing easier like that:

xxxsource("video.xxx")
assume?ff() #where / stands for 't' or 'b'
separatefields()
filter()
weave()

if you do a search on the fourms, you'll find some other maybe better suited methods to handle interlaced video with progressive-only-filters.