View Single Post
Old 9th September 2005, 13:15   #75  |  Link
tsp
Registered User
 
tsp's Avatar
 
Join Date: Aug 2004
Location: Denmark
Posts: 807
Revgen: krieger2005 also noted the problem with windows media player classic. I couldn't reproduce the error on my single processor computer but I will try it on my dual processor later. Shouldn't be that hard to fix. Proberly something like the fft3dGPU error. Also you could try using my original MT.dll with fft3dfilter and my version of avisynth.dll like this:
Code:
mpeg2source("E:\3s-Goofs and Saddles\goofs.d2v",idct=6)
Trim(4482,5454)
Greyscale()
MT("fft3dfilter(sigma=4,beta=1,plane=0,bw=40,bh=40,bt=3,ow=4,oh=4,ratio=2)",2,8,false,true)
also I mixed limitedsharpen(that doesn't use pixiedust) and iip (that uses pixiedust) up. Both not exactly the fastest scripts in avisynth. Maybe virtualdub 1.6 is faster than virtualdubmod?
Oh and thanks for the kind words
__________________
Get my avisynth filters @ http://www.avisynth.org/tsp/
tsp is offline   Reply With Quote