Log in

View Full Version : MAM error


jarthel
9th August 2002, 15:05
Well I reuse my old knot scripts and tried to use mam.

here's the script:
-----------
LoadPlugin("D:\downloads\windows\utilities\divx\GordianKnot\mpeg2dec.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\GordianKnot\decomb.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\GordianKnot\cnr2.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\GordianKnot\SmoothHiQ.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\GordianKnot\SimpleResize.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\GordianKnot\mam.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\GordianKnot\TemporalSoften2.dll")

mpeg2source("D:\dvdrips\dual7\dual7.d2v")

trim(0,42423)

Telecide()
Decimate(cycle=5)

crop(8,0,704,480)

MAM(TemporalSoften2(1,5,255),SmoothHiQ(5,50,255,125,50))

SimpleResize(640,480)
--------------
This script doesn't not. When I fast forward the frames, it'll give me Avisynth access violation error.

I modified this line MAM(TemporalSoften2(1,5,255),SmoothHiQ(5,50,255,125,50)) to this -->> TemporalSoften2(1,5,255). it works perfectly. I then tried SmoothHiQ(5,50,255,125,50), it works again.

I then deleted some lines and the script is reduced to this:
-----------
LoadPlugin("D:\downloads\windows\utilities\divx\GordianKnot\mpeg2dec.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\GordianKnot\decomb.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\GordianKnot\cnr2.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\GordianKnot\SmoothHiQ.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\GordianKnot\SimpleResize.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\GordianKnot\mam.dll")
LoadPlugin("D:\downloads\windows\utilities\divx\GordianKnot\TemporalSoften2.dll")

mpeg2source("D:\dvdrips\dual7\dual7.d2v")

#this line came from the MAM readme
MAM(Cnr2().TemporalSoften2(1,10,0),smoothHIQ(3,15,25,192,10))
--------------

It still giving me access violation error.

What am I doing wrong? I'm using avisynth 2.04, latest mam (not special version) and all the other DLL are the latest one as far as I know.

Thanks for the reply.

Jayel
----------

jarthel
12th August 2002, 01:28
bump

dividee
12th August 2002, 02:45
First thought is that there is still a subtle bug somewhere in MAM. i'm sure Marc will take care of that as soon as he returns.

jarthel
12th August 2002, 03:40
Thanks Dividee. :)

jayel

jarthel
30th August 2002, 16:15
bump just in case Marc is back :)

Jayel

Marc FD
2nd September 2002, 19:47
oupps. missed it twice.

i think i've already said that MAM is "buggy'n'crappy"(tm)

i can already think of 2-3 things who could gives a such error.
if MAM is still used, i could update the engine (you know it's the same engine than CopySame, and it's been improved with v1.1 & v1.2)

Just need to know if it really worth it :D

MoonWalker
2nd September 2002, 21:39
Welcome back MarcFD :D :D :D :p

MoonWalker

sillKotscha
6th September 2002, 14:22
hi MarcFD,

just read about MAM and I would like to give it a shot but unfortunately the downloadlink gives an error (file not found 404)...

if it's possible you may like to attach MAM here.

thanks in advance - Sill