2016-10-31 15:23 GMT+01:00 Boris T <boris.t.rich...@gmail.com>:

> Yes, I already have the moving objects' coordinates (x, y values, the box's
> width and height, as well as the duration of the blur). I only need to use
> ffmpeg to blur that object in the video according to the provided
> coordinates. I have a working solution, but it becomes very slow the more
> blurred overlays I have.
>

​I am not sure I'm getting the whole picture of what you're doing, but if
you have a lot of blurring to do on each frames, maybe a script that output
each video frames into another tool doing the blur, which in turns output
into a second ffmpeg process for transcoding could avoid you a cascade of
overlays.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to