zee944
4th February 2011, 20:56
I'm selecting a movie's credits with ColorKeyMask in a certain frame range. Like this:
lettersmask=ApplyRange(9914, 10017, "ColorKeyMask", $F1791A, 12)
How can I sum ALL the pixels collected through the range and have it as one mask?
The credits are put on a non-constant, live action background, so I have to use a quite low threshold to not select false pixels everywhere on the picture. So the selection is not full on any of the frames, and slightly differs on every frame. But summing up them would result in a near perfect mask. How can I do that? (It'd be even better if I could spread that perfect mask onto the mask clip's (lettersmask) range afterwards, but that's not vital.)
Thanks in advance.
lettersmask=ApplyRange(9914, 10017, "ColorKeyMask", $F1791A, 12)
How can I sum ALL the pixels collected through the range and have it as one mask?
The credits are put on a non-constant, live action background, so I have to use a quite low threshold to not select false pixels everywhere on the picture. So the selection is not full on any of the frames, and slightly differs on every frame. But summing up them would result in a near perfect mask. How can I do that? (It'd be even better if I could spread that perfect mask onto the mask clip's (lettersmask) range afterwards, but that's not vital.)
Thanks in advance.