View Full Version : F2QSharp function has two 'scale' parameters?
bxyhxyh
31st July 2017, 08:03
I've been using FQRestore for a while.
One thing I'm curious about is, documentation says it has two scale parameters with different default settings.
F2QSharp is the same
http://www.avisynth.nl/users/vcmohan/FQPlus/F2QSharp.html
why it has two scale parameters?
StainlessS
31st July 2017, 10:44
There can be (and is) only 1 scale parameter.
Seems to have doc'ed scale twice and missed out uv arg.
FQPlus_ORDERED_Function_List
There follows a list of all function names together with CPP style argument specifiers that inform
Avisynth the argument types and optional names. Optional arguments have square brackets surrounding
their name as in [name] and are followed by a type specifier character that gives the type.
Unnamed arguments are not optional. eg "cc[arg1]b[arg2]i" would be two compulsory unnamed clip args,
followed by optional 'arg1' of type bool and optional 'arg2' of type int.
# Argument type specifier strings.
c - Video Clip
i - Integer number
f - Float number
s - String
b - boolean
. - Any type (dot)
# Array Specifiers
i* - Integer Array, zero or more
i+ - Integer Array, one or more
.* - Any type Array, zero or more
.+ - Any type Array, one or more
# Etc
###################################
F1QTest "ci*[custom]b[morph]b[row]i[erow]i[gamma]f[uv]b"
F1Quiver "ci*[custom]b[morph]b[row]i[erow]i[gamma]f[uv]b"
F2QBlur "c[psf]s[x]i[y]i[spike]f[uv]b[txt]s"
F2QSharp "c[psf]s[wn]f[x]i[y]i[scale]f[fr]f[uv]b[txt]s"
F2QTest "ci*[morph]b[rescale]b[gamma]f[frad]i[uv]b"
F2Quiver "ci*[morph]b[rescale]b[gamma]f[frad]i[uv]b"
Extracted from FQPlus.dll using RT_Stats FSEL_Make_PluginFunctionList.AVS
vcmohan
1st August 2017, 12:20
Sorry when I last corrected FQSharp (for 2.6)documentation this second scale was left inadvertently. It will be corrected and posted soon. The default value is 1.0 i.e no scaling. I just copied the file for FqPlus carrying this error. Now corrected. Thanks for poibnting out.
StainlessS
1st August 2017, 17:03
I just copied the file for FqPlus carrying this error. Now corrected.
Arh, Copy & Paste, one that we all fall for every now and then :)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.