Log in

View Full Version : Drawing circles and rects and how to overlay


nobsi
18th October 2004, 15:12
Hi all!

Do you know any filter to draw lines, rectangles or circles on an existing clip?

At the moment I use several:

BlankClip(template,height=2,color=white)

and layer and levels commands to arrange the lines. But to draw circles I use an external batch which calls ImageMagick. Is it possible inside Avisyth?

To overlay a circle I create an alpha mask clip, the picture clip and use layer(... "add" ...).

Are there methods to do an overlay with real (clipped) "add" or "mutiply" the RGB values of the 2 clips? (not mixing them up, make mean value, like layer does)

Thanks, Norbert

trolltuning
22nd October 2004, 16:35
If you do a search on my name and circle and overlay (or layer) I think you'll find a useful reply.:)

Yes it's there stickboy gave a lot of help.