Graigddu
17th August 2008, 16:35
i admit that I'm a complete novice in AvsP and avisynth but i tried to get tevlac's mod of Tweak called TweakColor working in AvsP but i'm receiving an error and don't know where to go from here
Here's the error
Script Error: Syntax error
(New File (2), line 14, Column 60)
And the script
TweakColor(sat=1.5,cont=0.9,hue=0.0,bright=-7, [<"startHue", 0, 359, 0>], [<"endHue", 359, 0, 359>], [<"maxSat", 115%, 0%, 115%>], [<"minSat", 0%, 115%, 0>], [<"smooth", 0, 64, 16>])
these are TweakColor's Parameters
### TweakColor ####
#
# Based on built in Tweak. Allows direct targeting of specific color hues and
# saturation levels. ie Red highlights ...
#
## params:
## hue, sat, bright, cont = same as Tweak
## startHue = 0-359 starting hue to effect, in degrees. Exact magenta is ~ 50 degrees
## Colors are 60 degrees appart. +/-30 around center covers full color.
## colors run clockwise: magenta(50),red(110),yellow(170),green(230),cyan(290),blue(350)
## default=0
## endHue = 0-359 ending hue. If < startHue, we go clockwise. default=359
## maxSat = Max saturation level to effect. Sat is in percents running from 115%-0%. default=115
## minSat = Min saturation level to effect. Must be < maxSat. default=0
## smooth = 0-64 Interpolates past max/min sats to smooth out changes (avoid contors). default=16.
#
Anyone got any idea?
Here's the error
Script Error: Syntax error
(New File (2), line 14, Column 60)
And the script
TweakColor(sat=1.5,cont=0.9,hue=0.0,bright=-7, [<"startHue", 0, 359, 0>], [<"endHue", 359, 0, 359>], [<"maxSat", 115%, 0%, 115%>], [<"minSat", 0%, 115%, 0>], [<"smooth", 0, 64, 16>])
these are TweakColor's Parameters
### TweakColor ####
#
# Based on built in Tweak. Allows direct targeting of specific color hues and
# saturation levels. ie Red highlights ...
#
## params:
## hue, sat, bright, cont = same as Tweak
## startHue = 0-359 starting hue to effect, in degrees. Exact magenta is ~ 50 degrees
## Colors are 60 degrees appart. +/-30 around center covers full color.
## colors run clockwise: magenta(50),red(110),yellow(170),green(230),cyan(290),blue(350)
## default=0
## endHue = 0-359 ending hue. If < startHue, we go clockwise. default=359
## maxSat = Max saturation level to effect. Sat is in percents running from 115%-0%. default=115
## minSat = Min saturation level to effect. Must be < maxSat. default=0
## smooth = 0-64 Interpolates past max/min sats to smooth out changes (avoid contors). default=16.
#
Anyone got any idea?