MysteryX
21st April 2017, 20:09
I still am not familiar with most plugins, and would like to know which plugin to look for to do the following tasks.
To divide all pixel values in half, is there a better way than
Levels(0, 1, 255, 0, 128, coring=false) ?
Currently, ConditionalFilter doesn't work with MT. Is there an alternative to this that will work with MT?
ConditionalFilter(EM, BlankClip(EM, color=color_white), Sc, "AverageLuma()", ">", string(SkipOver))
And finally, I've seen this around some lines of code which I never saw before. What does [* *] do? [** abc *] also seemed to be used as a comment.
[*.ColorYUV(cont_y=_f2c(2.0)) *]
Thanks
To divide all pixel values in half, is there a better way than
Levels(0, 1, 255, 0, 128, coring=false) ?
Currently, ConditionalFilter doesn't work with MT. Is there an alternative to this that will work with MT?
ConditionalFilter(EM, BlankClip(EM, color=color_white), Sc, "AverageLuma()", ">", string(SkipOver))
And finally, I've seen this around some lines of code which I never saw before. What does [* *] do? [** abc *] also seemed to be used as a comment.
[*.ColorYUV(cont_y=_f2c(2.0)) *]
Thanks