overlaying a movie of a different resolution without stretching
I have a 720x 480 video stream that goes through a couple different things like chromakey and xfade. I'd like to sometimes, at the beginning of the stream, overlay a png that is 700 x 329 without stretching or scaling it. Which object can accomplish this?
There should be a help file in the jitter examples that will help you
overlay the image.
Go to jitter examples/matrix/jit.matrix-pip.maxpat
This patch show how to overlay the image and resize it so it does not
look distorted over the other video.
On Sep 30, 2008, at 9:39 AM, randy wrote:
>
> I have a 720x 480 video stream that goes through a couple different
> things like chromakey and xfade. I'd like to sometimes, at the
> beginning of the stream, overlay a png that is 700 x 329 without
> stretching or scaling it. Which object can accomplish this?
Ah, perfect. Thanks!