How do I fade out a scene over a movie strip with VSE?

Here’s the hypothetical scenario: I have a scene with 100 objects. I add a new movie in the VSE to make a movie strip. I add the scene over the top of that channel and set its ray tracing alpha to transparency so it renders over the top of the movie. The scene strip is also set to alpha over.

What I want to do is fade the scene out to alpha zero. The only way I can figure out how to do that is to keyframe 100 objects (or group them or whatever) to fade the alpha out.

What I’ve tried: create a new scene with no objects, call it “alpha”. Make a cross fade between my scene and the alpha scene over the top of the movie strip. Outcome is that the alpha scene strip replaces everything below making everything below it transparent rather than remaining transparent and leaving the strips underneath intact.

Why am I doing something so crazy? Because I want to use transition effects that are easier to manage with scenes than with keyframing where multiple objects are just getting faded out.

I hope all this makes sense…

Can you animate the outgoing scene strip’s Opacity value in the VSE? It’s in the strip properties panel.

Hmmm, not testing with a recent build but it looks like it could be a bug :wink:

What about fading a black image over top the main strip?

I think the op wants to fade to transparent.

Ok, thanks for the replies guys, it works! You can animate the opacity of the scene strip, but only via the graph editor, not just keyframing in the dopesheet. So you set your keyframes then go to the graph editor to set the opacity values.

Someone reported it here:

https://projects.blender.org/tracker/?func=detail&atid=498&aid=34221&group_id=9

Mentioned as a todo after 2.5 but not sure where the trail leads to after that:

http://wiki.blender.org/index.php/Dev:2.5/Source/Development/Todo/Editors#Video_Sequencer

So there is a workaround at least, thanks again.