View Single Post
Old 19th October 2007, 21:14   #89  |  Link
danielkun
Registered User
 
Join Date: Aug 2002
Posts: 21
Thanks a lot for this tool qwerpoi, I find it very useful.

I was playing a bit with it and I came with these function definitions, feel free to correct those.

MvBob :
Code:
(clip Input, 
int "BlkSize"=8, 
int "Pel"=2, 
int "CorrectTh"=8, 
int "Threshold"=6, 
int "Type"=3 (0 to 4), 
int "Length"=1 (0 to 3)
)
MCBob :
Code:
(
clip clp, 
float "EdiPre"=1.0 (0.0 to 1.0), 
int "EdiPost"=1 (0 to 2), 
int "blocksize"=16, 
int "MEdepth"=2, 
float "sharpness", 
int "mtnmode"=0 (0 to 2), 
float "mtnth1"=0.2, 
float "mtnth2"=0.4, 
float "errth1"=0.4, 
float "errth2"=0.6, 
float "MEspatNR"=0.0, 
float "MEtempNR"=0.0
)
I found it particularly useful that when I change a parameter, the preview frame updates, that's golden! Try changing mcbob's edipost between 1 and 2, and you'll see how the reduced aliasing works

A suggestion:
When I open an avs file that has a plugin function already used, and a few (but not all) parameters are specified, then only those already writen parameter slider appear. If I want all the sliders and textboxes to appear, I have to rewrite the function (using autocomplete ctrl+space) and then all the parameters with the default values appear. It's a small annoyance, but it'd be great if you can see the textboxes and sliders even for parameters that aren't explicitly written.

Also if the function is used without any parameters (all defaults) then the function doesnt appear at all at the controls pane.

Thanks again!
danielkun is offline   Reply With Quote