Log in

View Full Version : Megui and LimitedSharpen=problem


gabbon
26th May 2006, 11:09
HI
today I wanted to try new (for me) function called "LimitedSharpen", so I included it into my script. Everything looked fine, I tried it in MP Classic and it worked (playback was jerky as hell, of course:), so I opened it in Megui, but after pushing "Queue" button the entire Megui dissapeared from my screen after a while. No error message, nothing, it just ended itself without a trace. Then I tried to update everything from Megui itself, Avisynth to ffdshow filter. Tried also some different x264 builds. Always the same result. It even works in Virtualdub (even with x264 codec!!!), so I have no idea what is wrong. I know, that this should be perhaps addressed to Avisynth usage forum, but since it has problems just with Megui, I am posting it here.
My script is here

DirectShowSource("c:\Eureka7\[nanashi]eureka_seven_-_18_[ef360002].avi",fps=23.976,convertfps=true)
IMPORT("c:\Eureka7\LimitedSharpenFaster.avsi")
LimitedSharpenFaster(dest_x=320, dest_y=240)
ConvertToYV12()

Whats wrong?

Carpo
26th May 2006, 12:02
not too sure if you can have [] in a name

Daodan
26th May 2006, 12:03
First of all it should have been in the GUIs section ^^.
So you mean to say this only happens when you call LimitedSharpen? In that case it's rather weird. All I can think is maybe it has something to do with the plugins you have in the avisynth plugins dir. Still, I think that should be avisynth problem...I never had problems like this with LS...strange.

gabbon
26th May 2006, 13:10
well I have never had problem with [] in my script...this one works fine as long as I get rid of the "LInitedSharpen" part.

I dont know if its just for this function, but I never encountered sth like that before. What I find even more puzzling that this script works fine with everything else...except for Megui. Also the way the Megui gives out after inputing it is kinda weird. BUt I can try to get rid of some older plugins that are maybe in the way in the PLugins directory.

gabbon
26th May 2006, 13:20
This is why I can rely on guys here to help me out. I would never have guessed sth as simple but it works. I simply removed some old plugins (like masktools and left just mt_masktools in there) and now it works. Thank you very much!!!
:thanks: