Log in

View Full Version : LSFMod Problem


DVDBob
23rd April 2011, 22:10
Hello.

I've got a problem with LSFMod which I have not had before.

http://img696.imageshack.us/img696/4021/lfsmod.png

I use this AviSynth Script:
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindexnv\DGDecodeNV.dll")
DGSource("D:\24.Timer.vob_ - 1 - MPEG2, 576i50.dgi",fieldop=0)
crop( 6, 26, -6, -40)
LSFMod(dest_x=720, dest_y=544)
FFT3DGPU(precision=2)
RemoveGrain(mode=5)

poisondeathray
23rd April 2011, 23:22
do you have lsfmod.avsi in plugins directory ?

If not try importing .avs manually

DVDBob
24th April 2011, 00:04
Yes i have lsfmod.avsi in plugins directory.

setarip_old
24th April 2011, 00:55
LFSMOD Problem

LSFMod(dest_x=720, dest_y=544)

Something as simple as a typo (LSF/LFS)?

DVDBob
24th April 2011, 01:12
Yes i mean LSFMod and not LFSMod.

But LSFMod(dest_x=720, dest_y=544) has worked before

7ekno
24th April 2011, 10:15
"D:\24.Timer.vob_ - 1 - MPEG2, 576i50.dgi"

Remove the comma from filename and ya gtg ;)

7ek

DVDBob
24th April 2011, 12:40
Do not work

DVDBob
24th April 2011, 19:28
Moved the Plugins and filters from AviSynth's Plugin folder to a new folder.

And use Loadplugin("") and Import("")

Now it works.

7ekno
25th April 2011, 02:58
That implies a broken filter in the Avisynth plugin directory ...

Remove all filters from Avisynth plugins, then re-add them a few at a time until it breaks again (to isolate the problem filter) ... Most commonly seen when things like both -25.dll and -26.dll of MVTools added to same directory, etc ...

7ek

Gavino
26th April 2011, 15:59
Most commonly seen when things like both -25.dll and -26.dll of MVTools added to same directory
You mean MaskTools, not MVTools.

To be more precise, if using Avisynth version 2.5x, you should use only mt_masktools-25.dll, and if using version 2.6x, use only mt_masktools-26.dll. Using the wrong one (or having both in the plugins folder) can cause strange crashes or inexplicable errors.