[FFmpeg-user] draw a circle?

Jim Shupert jshupert at pps-inc.com
Fri Jan 24 21:52:10 CET 2014


On 1/23/2014 7:17 PM, Dave Rice wrote:
> Hi all,
> Is it possible to draw a circle in ffmpeg with the existing filters? In this case I have a square video frame but want to draw a circle over it where the center of the circle is the center of the video frame and the diameter of the circle is equal to the width (and height) of the video frame. Sort of like `ffplay -f lavfi color=s=1024x1024 -vf drawbox=color=white:x=w/2:y=h/2` but with a circle instead of square.
> Dave
> _______________________________________________
>

This is not a ffmpeg solution but ...
if your need is great  - you could make a bitmap img (png) w 
imagemagik'then go
from png to video ..maybe

http://www.imagemagick.org/Usage/draw/#circles


More information about the ffmpeg-user mailing list