Log in

View Full Version : sharpaamcmod error


supernater
27th April 2009, 03:05
I have animeivtc installed and when I call sharpaamcmod() externally I get the error...

Script error: there is no function named "MVAnalyseMulti"
(AnimeIVTC - v1.06.1.avsi, line 464)

Has anyone else gotten this error? Does anyone know how to fix it? Thanks.

Socio
27th April 2009, 03:21
Try the MVtools.dll plugin

supernater
27th April 2009, 04:13
Try the MVtools.dll plugin

I made sure that I got the latest one. I went here. (http://avisynth.org.ru/mvtools/mvtools.html) It still gives me the same error. Do I need Josey_wells version of mvtools? Can someone tell me where to find that?


EDIT:

Nevermind, I found it.

supernater
28th April 2009, 02:21
I got sharpaamcmod to work without megui giving me any errors but when I finished compressing the end result looked like this...

http://img521.imageshack.us/img521/6726/picture.jpg (http://img521.imageshack.us/my.php?image=picture.jpg)

my script is as follows...

DGDecode_mpeg2source("E:\blahblahblah\video.d2v", info=3)
ColorMatrix(hints=true, interlaced=true, threads=0)
tfm(order=-1).tdecimate(mode=1,hybrid=3)
crop( 4, 0, -4, 0)

LanczosResize(640,480) # Lanczos (Sharp)
sharpaamcmod()

Has anyone else gotten this error? Thanks.