Rachima
23rd May 2007, 21:18
Hi,
may be I've found some 'inconsistency' with the different Colorfunctions of AviSynth, or may be something in my System works not as it should be.
For example I can call:
Tweak(hue=12)
with "named Argument" (hue=)
or
ColorYUV(gain_y=6, off_y=-6, gamma_y=16)
But I get Errors, when I try to call
RGBAdjust(red=1,green=1.3)
or
Levels(gamma=1.3)
Errors are like: "Function x has no named Argument y"
Also I've seen in a Post that it is possible to pass Analyze=true to RGBAdjust, what isn't documented in the Docs shipped with AviSynth 2.57, but it works!
So, why I cannot call these functions with named arguments?
And why does RGBAdjust work with "Analyze=true" but not with "red=1"?
Please help, otherwise I think I went crazy ;)
Rachima
may be I've found some 'inconsistency' with the different Colorfunctions of AviSynth, or may be something in my System works not as it should be.
For example I can call:
Tweak(hue=12)
with "named Argument" (hue=)
or
ColorYUV(gain_y=6, off_y=-6, gamma_y=16)
But I get Errors, when I try to call
RGBAdjust(red=1,green=1.3)
or
Levels(gamma=1.3)
Errors are like: "Function x has no named Argument y"
Also I've seen in a Post that it is possible to pass Analyze=true to RGBAdjust, what isn't documented in the Docs shipped with AviSynth 2.57, but it works!
So, why I cannot call these functions with named arguments?
And why does RGBAdjust work with "Analyze=true" but not with "red=1"?
Please help, otherwise I think I went crazy ;)
Rachima