Hey. I need some help with Avisynth. I just downloaded the spatial smoother for Avisynth, but in the readme doc I couldn't find any instructions about how to use it. It just told what it does. If anyone can help me out, I would greatly appreciate it.
Thanks![]()
+ Reply to Thread
Results 1 to 5 of 5
-
-
i think it goes something like this:
spatialsoften(x,x,y)
the first argument being strength, then the x and y values
i occasionaly use the temporalsoften filter on noisy captures using a setting:
temporalsoften(2,5,5)
the higher the numbers the softer your output, and the slower the resulting encode"The software said Win XP or better, so I Installed Linux" -
Do I have to install any of the files that came with the download? Move any of them to my systems folder?
Thanks for the help -
No just have avisynth installed properly,
if the spatialsoftener you're using is an extra plugin you must load it first.
but the one that came with avisynth is very good by itself
if you need to load th plugin it's something like:
loadplugin("c:\avsplugins\pluginname.dll")
avisource("d:\myfolder\myfilm.avi")
spatialsoften(x,x,x)"The software said Win XP or better, so I Installed Linux" -
OK, that's what I was doing wrong - I was listing that it needed to load the plug-in, but forgot to tell it where to find it. That would help. Thanks for the help
Similar Threads
-
New AVISynth UI
By tin2tin in forum Latest Video NewsReplies: 23Last Post: 19th Jan 2012, 01:53 -
avisynth
By sportflyer in forum Newbie / General discussionsReplies: 1Last Post: 16th Feb 2010, 04:36 -
Using avisynth
By bsuska in forum Video ConversionReplies: 8Last Post: 16th Jul 2009, 08:32 -
AVIsynth help!
By helper in forum Newbie / General discussionsReplies: 11Last Post: 15th Oct 2008, 03:35 -
Avisynth 3.0
By nbi in forum LinuxReplies: 1Last Post: 30th Oct 2007, 16:50