View Single Post
Old 11th January 2006, 01:23   #206  |  Link
tritical
Registered User
 
Join Date: Dec 2003
Location: MO, US
Posts: 999
@Revgen
I'd really like to solve the two problems with EEDI2 (requiring isse processor and the problem with setmtmode(2)); however, I don't have access to a non-isse capable comp and I don't have access to a dual-processor or dual-core system so it is tough to reproduce the problems. I ran the script you posted with tsp's version of avisynth and setmtmode(2,2) on my laptop with no problems. I am pretty sure the isse problem has to be in my planarframe class since it has the only assembly stuff in EEDI2, but I can't find anything wrong in it. As for the mt problems I'm also at a loss. Could you try the following script and see if it crashes:

SetMTmode(2)
mpeg2source("mydrive:\myfolder\my.d2v")
EEDI2(field=1)

I'll make a debug build with some output strings tonight which should help pinpoint where the problem is.
tritical is offline   Reply With Quote