Marcelo
Marcelo

Reputation: 1196

How to overlay two videos

I got video A, and video B. What I am trying to achieve is, run video B (Opacity 50% or whatever) on top of Video A.

Is that possible?

I am currently using the AxWMPLib library for video playback.

Upvotes: 2

Views: 241

Answers (1)

David
David

Reputation: 282

If a solution is not available at time of rendering, you could consider merging the two videos at the source, as a work-around. Your satisfaction with such a blunt approach would likely depend on how often you need to accomplish this. Needing to be able to change the parameters of the overlay in real-time would obviously make this work-around a no-go.

Upvotes: 3

Related Questions