I keyed out a video because it had grass and put in an animated background. How do I get the keying to work?
Before background with keying:

What am I doing wrong? Thanks!
I keyed out a video because it had grass and put in an animated background. How do I get the keying to work?
Before background with keying:

What am I doing wrong? Thanks!
This has been fixed on blender version 2.92 You no longer need to set the alpha to premultiply.
As explained here: https://developer.blender.org/rBf68c3d557aa
Compositor: Ensure keying node result is pre-multiplied
Historically the result of the keying node was violating alpha pre-multiplication rules in Blender: it was simply overriding the alpha channel of input.
This change makes it so keying node mixes alpha into the input, which solves the following issues:
The result is properly pre-multiplied, no need in separate alpha-convert node anymore. Allows to more easily stack keying nodes. This usecase was never really investigated, but since previously alpha is always overwritten it was never possible to easily stack nodes. Now it is at something to be tried. Unfortunately, this breaks compatibility with existing files, where alpha-convert node is to be manually removed.