This is function from avisynth site:
I try but i get error invalid argument to function Applyinterlaced filter. How to proper setup for example with degrainmedian filterCode:This applies any filter to an interlaced source. The filter can be used for both spatial filters, like blur() and temporal filters like temporalsoften. function ApplyInterlacedFilter(clip v1, string filter) { v2 = separatefields(v1) selecteven(v2) even = Eval(filter) selectodd(v2) odd = Eval(filter) interleave(even,odd) return weave() }
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
What is the best way to apply Prolimatech PK-1?
By Stealth3si in forum ComputerReplies: 5Last Post: 6th Apr 2012, 09:37 -
How to apply filters to video?
By kaona in forum Newbie / General discussionsReplies: 0Last Post: 13th Apr 2011, 13:59 -
best DVD recorder filter & ATI AIW filter
By VCRcomp in forum RestorationReplies: 1Last Post: 27th Jan 2011, 17:27 -
How to apply a filter to just a part of the movie with VirtualDub
By Drakul in forum EditingReplies: 5Last Post: 19th Sep 2008, 17:08 -
Dont get how to apply filter to a MPEG-2
By noob4ever in forum Newbie / General discussionsReplies: 2Last Post: 3rd Mar 2008, 20:01