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
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