user
user

Reputation: 983

Is possible to censor videos automatically?

I'm creating a video sharing site using django, it's now using phpmotion but I decided to rewrite the script.

Users come to my site and upload spams and adult videos, i hate that. Is it possible to censor videos automatically? Using python, because i will soon remove phpmotion.

I'm pretty sure that this is impossible but, maybe you know about some way to do it automatically. Youtube censors Barclays football premier league games and occasionally some music videos, I don't know if it does that automatically but i guess not.

Upvotes: 0

Views: 2951

Answers (1)

Mathias
Mathias

Reputation: 398

I don't know whether you understand German or not, but this article might be useful:

http://www.linux-magazin.de/Heft-Abo/Ausgaben/2011/07/Objekterkennung

They have done some amazing things with opencv and show how to detect naked bodies - if it's the adult content you're worrying about.

Upvotes: 3

Related Questions