I'm losing my mind!! It seems like I did this before but have forgotten........
Can someone tell me how to load 2 or more plugins into AVISynth?
ex:
LoadPlugin("C:\TomsMoComp.dll")
AVISource("D:\myclip.avi")
returnTomsMoComp(0,15,1)
I want a smoother here
BicubicResize(352,480)
That's basicly what the script looks like I'm just having problems with adding a smoother. I tried to import one from v-dub and that didn't work either. Thanks in advance if anyone can help!!
+ Reply to Thread
Results 1 to 7 of 7
-
-
no wait......maybe I got it
-
Temporal smoother is built into avisynth so you don't have to load a filter unless you want to use a different smoothing filter. If you just want temporal smoother than just add the line.
TemporalSmoother(x,x)
If you want to load multiple filters just use the LoadPlugin line multiple times.
LoadPlugin("C:\TomsMoComp.dll")
LoadPlugin("C:\name_of_filter.dll") -
Exactly, you can load as many filter plugins as you like.
TemporalSmoother is an external filter, it is part of most modified mped2dec versions (dividee, mpeg2dec2, mpeg2dec3).
There is a similar built-in filter, that is called TemporalSoften. It is the former TemporalSoften2 plugin and replaced the original TemporalSoften since v2.03. -
Oh my mistake, I've pretty much never used avisynth without also using mpeg2dec so I didn't recognize the distinction.
Btw Truman what is your opinion on temporal smoother versus soften? I think soften is faster, so I'd like to believe its just as good, but I kinda doubt that is the case. -
I've been playing with both smoothers and softeners. I think the softeners ARE faster but a little blurry. Try one for AViSynth called PeachSmoother ( I think that's it ) Been having good results and it's not too slow.
-
I do not use these soften filters that much, all the more I did not compare it. If I need such a filter I am quite happy with SpatialSoften and TemporalSmoother. Well, both filters are very slow.
Similar Threads
-
Sorry to ask a stupid question, but WHAT IS A MEDIA CENTER?
By jbitakis in forum Media Center PC / MediaCentersReplies: 1Last Post: 11th Nov 2011, 22:18 -
Quick, stupid question about 60p -> 60i in Avisynth
By Asterra in forum Video ConversionReplies: 3Last Post: 12th Jul 2011, 19:25 -
Stupid Divx HD on PC Question
By belfastrab in forum Newbie / General discussionsReplies: 4Last Post: 28th Dec 2009, 00:18 -
Probably a stupid question, BUT...
By HmNtr in forum SVCD2DVD & VOB2MPGReplies: 2Last Post: 7th Dec 2008, 12:22 -
probably stupid Avisynth filter question
By ecc in forum Video ConversionReplies: 2Last Post: 17th Jun 2007, 09:21