logo Sign In

Post #305827

Author
Arnie.d
Parent topic
Info: GOUT Anti-aliasing
Link to post in topic
https://originaltrilogy.com/post/id/305827/action/topic#305827
Date created
9-Jan-2008, 7:58 AM
Originally posted by: Oldschooljedi
Originally posted by: DarthBo
Originally posted by: Oldschooljedi
It works really good on my test-encodings (I'm a real dummy in that).

Everything worked fine, as long as I encode without this line: "source.FlimsYLevels(10)"

Any ideas?

I'm guessing it's a typo... FilmsYLevels is probably what it should be.


I'm not sure.

In Moth3r's script the line is "source.FlimsYLevels(10)".

When I try encoding with "source.FilmsYLevels(10)" I get the same error too.

It's no typo. You just need the script for that function (I think, I didn't test it myself):


function FlimsYLevels(clip clp, float amp)
{ wicked="x x 16 - 34,85493 / sin "+string(amp)+" * -"
return( clp.mt_lut(Yexpr = wicked) )
}


Moth3r probably has this function's script in his standard avisynth filters folder. Just put that part in the script just before "source.flimsylevels(10)".

If you don't like the function's name you can change it to anything you like ofcourse.