Log in

View Full Version : Megui crash while encoding Blu-Ray?


Arshad07
14th May 2009, 15:39
When i open my avs file in Megui to start encoding, a screen opens. Like a preview of the avs. If i close THAT WINDOW, megui crashes :(

http://i40.tinypic.com/dnirur.png

plus all my profiles are gone :(

Any solution to this please

thanks

Sharktooth
14th May 2009, 16:36
play your avs in you favourite DirectShow media player (WMP, MPC, Zoom... etc) and see if it plays back correctly.

Arshad07
14th May 2009, 16:45
getting this

http://i39.tinypic.com/vyta21.png

whereas my scrip is just simply

DirectShowSource("n:\BDMV\STREAM\00000.m2ts", fps=23.976, audio=false)
#deinterlace
crop( 0, 134, 0, -134)

Spline64Resize(1280,544) # Spline64 (Sharp)
#denoise
Tweak(hue=1.0, sat=1.1, bright=0, cont=1.0, coring=true, sse=false)
LimitedSharpenFaster(ss_x=1.5, ss_y=1.5, dest_x=last.width, dest_y=last.height, Smode=3, strength=40, radius=2, Lmode=1, wide=false, overshoot=1, edgemode=0, special=false, exborder=0)

no removegrain in it :confused:

Sharktooth
14th May 2009, 16:46
eventually limitedsharpenfaster requires removegrain...

Arshad07
14th May 2009, 16:49
eventually limitedsharpenfaster requires removegrain...

but its already there :confused:

this is the first time i'm facing this problem. Always used LSF without a scratch,

Adub
14th May 2009, 16:57
Well check your plugin folder again. Also, if you have to, load RemoveGrain.dll explicitly with a LoadPlugin("....") call.

Arshad07
14th May 2009, 17:25
Well check your plugin folder again. Also, if you have to, load RemoveGrain.dll explicitly with a LoadPlugin("....") call.

It IS there. I dont like loading plugin when its already there :(

Sharktooth
14th May 2009, 17:28
well, the problem is there is something wrong in your avisynth environment and it IS related to removegrain. fix that problem and you'll be able to encode.