magilvia
5th February 2004, 10:26
The online manual
http://www.avisynth.org/index.php?page=ColorYUV
states "Contrast adjusts contrast of the specified channel. Values are the mapped the same way as Gamma."
But if I use a script like this:
ColorYUV(contrast_y=256, contrast_u=256, contrast_v=256)
I get the error:
Script error: ColorYUV does not have a named argument "contrast_y"
So what syntax should I use?
Thanks
http://www.avisynth.org/index.php?page=ColorYUV
states "Contrast adjusts contrast of the specified channel. Values are the mapped the same way as Gamma."
But if I use a script like this:
ColorYUV(contrast_y=256, contrast_u=256, contrast_v=256)
I get the error:
Script error: ColorYUV does not have a named argument "contrast_y"
So what syntax should I use?
Thanks