Log in

View Full Version : MPC Crashes when playing .AVS files


MKVCrazy
23rd January 2008, 20:56
Hi, I was able to play .avs files before without any troubles.

But I did a good clean up on my PC yesterday cuz the lastest MeGUI and AviSynth 2.5.7 don't work on my PC they will crash all the time.

So I downloaded AviSynth 2.5.5 which helped me alot before.

So I reinstall the followings after I cleaned up my PC:

-K-Lite Codec Pack
-MeGUI 3.0.0
-AviSynth 2.5.5

Here is my script (this one works before)

DGDecode_mpeg2source("C:DVD Output\DVD\VIDEO_TS\VTS_01_1.d2v",info=3)
ColorMatrix(hints=true)
loadplugin("C:\Program Files\AviSynth 2.5\plugins\degrainmedian.dll")

crop( 0, 60, 0, -66)

DeGrainMedian(limitY=8,limitUV=10,mode=2)
LanczosResize(720,304) # Lanczos (Sharp)
sharpen(0.2)
undot()



Can someone please help me get my script work on the MPC for preview?

*EDIT*
I got it work! lol.

Don't know if it's my luck. (always get sometime working after posting a question thread) lol

Sorry about the ...



Thanks alot.
MKVCrazy

Ranguvar
23rd January 2008, 22:28
Well, #1, you don't need to load a plugin that's already in that directory. Kill that line.

And off topic, but K-Lite is a recipe for disaster.

Ah, see you got it working.