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?
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?