PDA

View Full Version : LSF error...


SPiKA
30th November 2006, 03:00
Had the format the disk and I'm getting this error with a script that worked flawlessly with previous Windows installation.

http://img84.imageshack.us/img84/856/asdeg0.jpg


This is the script:
LoadPlugin("D:\Encodes\bifrost\bifrost.dll")
LoadPlugin("D:\Encodes\medianblur\medianblur.dll")
LoadPlugin("D:\Encodes\awarpsharp\aWarpSharp.dll")
LoadPlugin("D:\Encodes\hqdn3d\hqdn3d.dll")
LoadPlugin("D:\Encodes\gradfun2db\gradfun2db.dll")
LoadPlugin("D:\Encodes\deblock\deblock.dll")
LoadPlugin("D:\Encodes\MaskTools\MaskTools.dll")
LoadPlugin("D:\Encodes\masktools2\mt_masktools.dll")
LoadPlugin("D:\Encodes\removegrain\Repair.dll")
LoadPlugin("D:\Encodes\removegrain\RemoveGrain.dll")

DGDecode_mpeg2source("D:\Encodes\1\1.d2v",info=3)
ColorMatrix(hints=true)

AssumeTFF()
Interp = SeparateFields().SelectEven().EEDI2(field=1)
Deinted=TDeint(order=1,field=1,edeint=Interp)
TFM(mode=6,order=1,PP=7,slow=2,mChroma=true,Clip2=Deinted)
TDecimate(mode=1)

Bifrost(interlaced=false)

o = last
derain = o.medianblur(0,4,4)
Hmed = mt_luts(o,o,mode="median",pixels="-2 0 -1 0 0 0 1 0 2 0",U=1,V=1)
Hedge = mt_lutxy(Hmed,o,"x y - abs 8 *").greyscale
mt_merge(o,derain,Hedge.mt_expand().mt_expand(),luma=true,Y=2,U=3,V=3)

Tweak(cont=1.1)

RemoveGrain(mode=1)

crop( 10, 0, -6, 0)
aWarpSharp(depth=12,cm=1)
Lanczos4Resize(704,480) # Lanczos (Sharp)

Import("D:\Encodes\DeHalo_Alpha.avs")
DeHalo_alpha(2.25)

hqdn3d(2)
Deblock()
gradfun2db(2.4)

Import("D:\Encodes\LimitedSharpenFaster.avs")
LimitedSharpenFaster(strength=128)

Maybe a missing dll, but don't know which one...

Didée
30th November 2006, 03:20
use removegrain.dll & repair.dll from the latest version:

http://home.arcor.de/kassandro/RemoveGrain/RemoveGrain.rar

SPiKA
30th November 2006, 03:42
Thanks! it worked. :D



PD: your scripts are amazing!