Log in

View Full Version : help with mvdegrain3


Terranigma
26th January 2008, 17:39
First off, i'd like to give thanks to Fizick for such a great tool (mvtools). :)

I'm having a few problems with using some arguments of mvdegrain3; I'm hoping that someone here can help me out. :(

Actually, The only arguments I can get working are the clip strings and thsad. When I try to use pelclip or limit for example, I get this:
http://img253.imageshack.us/img253/1392/mvd3limitfb2.png
http://img139.imageshack.us/img139/9012/mvd3pelcliptt3.png

Mvdegrain2/1 works just fine though. I don't know what to do. :(

Sagekilla
26th January 2008, 23:44
Can we see what your script is?

Didée
27th January 2008, 00:01
Could it be that somewhere in your (auto-) imported *.avs(i) scripts there's a function MVDegrain3 which is overloading MVDegrain3 from MVTools? Try using"MVTools_MVDegrain3()" to check quickly.

Terranigma
27th January 2008, 00:58
Can we see what your script is?

sage, the script's the one documented in mvtools as mvdegrain2. I just adjusted it for mvdegrain3 :)

Could it be that somewhere in your (auto-) imported *.avs(i) scripts there's a function MVDegrain3 which is overloading MVDegrain3 from MVTools? Try using"MVTools_MVDegrain3()" to check quickly.

Thanks a lot Didée, it's now working. Now I need to find all these .avsi scripts that's using mvdegrain3 and change them to .avs files and import if needed. :)
:thanks: