If a VSE compositor modifier is used to do keying or introduce an alpha somehow to the image, the alpha is not used when blending. This is because the VSE evaluator assumes all modifiers except Mask could not introduce an alpha channel. So we need to extend the check to also make an exception for the compositor modifier. Pull Request: https://projects.blender.org/blender/blender/pulls/147456