[FFmpeg-devel] [PATCH] avfilter: add radial and circular blur video filter

Steinar H. Gunderson steinar+ffmpeg at gunderson.no
Fri Jul 17 20:25:41 EEST 2020


On Fri, Jul 17, 2020 at 06:54:40PM +0200, Paul B Mahol wrote:
> But crucial info is missing. How one build vectors?

(point - center) * scale_factor + center

> And what about circular blur?

I've never seen anyone try it, but one would assume it can be done by
blending rotations in a similar recursive fashion.

/* Steinar  */
-- 
Homepage: https://www.sesse.net/


More information about the ffmpeg-devel mailing list