PDA

View Full Version : Zoom Player still in Process list after closing


Shazam
24th April 2006, 09:42
Hi,

When I open Zoom Player, play a dvd chunk and close it, I cannot re-open it because zplayer.exe is still in the list of active processes ...


http://img90.imageshack.us/img90/5400/process6pq.jpg



What should I do in order to stop the process (remove zplayer.exe from the active processes) when I close ZP ?

Thanks for your help !

foxyshadis
24th April 2006, 11:38
Find out which video filter you're using that isn't letting ZP shut down properly, pretty much. (Also just to make sure, but you are using 4.51, right?)

Shazam
24th April 2006, 12:51
Thanks !

Yes I'm using 4.51...

I've found out the issue: in ffdshow, avisynth, the following call:
LimitedSharpenFaster(ss_x=1.0, ss_y=1.0, Smode=3, strength=60)
Got rid of that, replaced by :
aSharp(0.4,0,0).aWarpsharp(3,1,bm=3,cm=0,thresh=0.99)

...and it rolls !

Thanks again foxyshadis!