Log in

View Full Version : sharpening o/p


cyspur
20th January 2008, 15:10
I am copying a friend of mines wedding onto a dvd, but i'de like to sharpen the picture a bit. Found the filter FFT3DFilter and loaded the FFT3DFilter.dll file into the avisynth plugin folder. I am trying to do a preview/test using the rme, by copying this line in the AVS Script custom filter window: FFT3DFilter(bt=-1,sharpen=0.6)
It gives me an error though, cheers for some help. Apologies for any inconvenience.



http://i101.photobucket.com/albums/m44/cyspur/misc/7.jpg


http://i101.photobucket.com/albums/m44/cyspur/misc/5.jpg

http://i101.photobucket.com/albums/m44/cyspur/misc/6.jpg

mikenadia
20th January 2008, 15:19
Read the paragraph "Features and limitations".
http://avisynth.org.ru/fft3dfilter/fft3dfilter.html

cyspur
20th January 2008, 19:06
Thank you Mikenadia that got it going:thanks:

steptoe
20th January 2008, 22:38
You might like to have a look at the SeeSaw function

It will do exactly what you want and is good at what it does, but bear in mind its very very slow as its a function so does a lot of work to reduce as much as possible any other artifacts thats may be introduced by some filters

You'll know when its working as the encode rate will drop to about 2-5 frames a second when using HC encoder

http://forum.doom9.org/showthread.php?t=104701

Its worth the wait though


Some filter functions I use are even slower, have a look at this one, its frighteningly slow, but gives incredible results on a poor quality source

Have a look at RemoveNoiseMC, its a very good noise removal function and may be worth a look as well

http://forum.doom9.org/showthread.php?t=131279

cyspur
21st January 2008, 16:27
thank you steptoe :)