vmToon help

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Fri Aug 29, 2008 6:41 pm

Scintilla wrote:
AaronAMV wrote:
Scintilla wrote:What is the error message, specifically? That the function mt_lutxy doesn't exist?

If that's what it is, then you need to get the latest version of MaskTools 2.0 (a.k.a. MT MaskTools) -- <a href="http://manao4.free.fr/masktools-v2.0a35.zip">here it is</a> -- and extract the DLL to your AVISynth plugins directory. Then try again.
Is that where you're able to download vmToon also?
Ah, yes, so it is: http://manao4.free.fr/vmtoon-v0.74.avs
Thanks :)
Image

Jenya
Joined: Wed Feb 09, 2005 1:40 am
Org Profile

Post by Jenya » Sun Aug 31, 2008 2:28 am

The closest thing to mt_masktools was masktools.dll. Took it out, tried again. Same error. I tried also taking out two mftoon dlls in the plugin folder, since vmtoon is just a combo of it and a sharpener. Still nothing.
I tried loading vmtoon with the plugin line blocked and with it unblocked (you know, with the # thing in front)

#LoadPlugin("C:\AMV\AMV Projects\AviSynth 2.5\plugins\FluxSmooth.dll")
#LoadPlugin("C:\AMV\AMV Projects\AviSynth 2.5\plugins\mt_masktools-26.dll")
DirectShowSource("C:\AMV\AMV Projects\Wild Arms\Originals\Wilds Arms\WAOP.avi")
Crop(0,0,-0,-2)
ConvertToYV12()
Tweak(bright=-8)
#vmToon ()
#FluxSmoothST(7,7)
FastLineDarken (strength=70)
TemporalCleaner(ythresh=7, cthresh=10)
#MSharpen(strength=50)
#UnDot()
FRFun7(lambda=1.5)
LanczosResize(720,480)
ChangeFPS(29.97)

Jenya
Joined: Wed Feb 09, 2005 1:40 am
Org Profile

Post by Jenya » Sun Aug 31, 2008 3:28 am

Hookay, I upgraded Avisynth up to 2.5.7, (at least I hope I did it right) and tried again. Now it's complaining that there's no function called Xsharpen. This something I can download?

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Sun Aug 31, 2008 10:38 am

Jenya wrote:Hookay, I upgraded Avisynth up to 2.5.7, (at least I hope I did it right) and tried again. Now it's complaining that there's no function called Xsharpen. This something I can download?
It's part of the Japanese WarpSharp package. You can get it <a href="http://mf.creations.nl/avs/filters/Warp ... l">here</a>.

<b>WARNING:</b> Do NOT put this filter in your default AVISynth plugins directory, as it will break auto-loading and you'll get stuff crashing all over the place. Put it someplace separate and load it manually with <b>LoadPlugin()</b>.

Also, get rid of any existing WarpSharp.dll files you might have already had in your default plugins directory.

Also, you should be loading that AVI file with <b>AVISource()</b>, not <b>DirectShowSource()</b>, unless for some reason you don't have the appropriate VFW codec.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Sun Aug 31, 2008 11:37 am

I just tried using the vmToon and it said that there was no function named vmToon. I put it in my plugins folder.
Image

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Sun Aug 31, 2008 12:15 pm

AaronAMV wrote:I just tried using the vmToon and it said that there was no function named vmToon. I put it in my plugins folder.
Did you rename the file to .AVSI?
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Sun Aug 31, 2008 1:25 pm

Scintilla wrote:
AaronAMV wrote:I just tried using the vmToon and it said that there was no function named vmToon. I put it in my plugins folder.
Did you rename the file to .AVSI?
Oh, I forgot.
Image

Jenya
Joined: Wed Feb 09, 2005 1:40 am
Org Profile

Post by Jenya » Sun Aug 31, 2008 9:19 pm

IT'S WORKING!!! ::HALLUJAH!!!:: :D

::huggles:: Scintilla, you rock! Thank you for all your help!

Locked

Return to “AviSynth Help”