I am looking for a way to offer a live videostream through a website, but with the idea that certain area's on the videostream are either blurred or pixelated. Because this will be for a competition based setup, it is important that the manipulation is done on the server side and not on the client side. Can anyone recommend me what the best practice is on this, because i have been playing around with ffmpeg but haven't made any progress so far.
Asked
Active
Viewed 252 times
1 Answers
1
What you want to do is called a convolution with a gaussian filter.
Doing this for only a small region would be pretty fast, so you should still be able to achieve good framerates.
Here's a page with a bunch of examples.
Some previous questions on SO: