-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Video Scrubbing script #284
Comments
For this should we move the current So rather we should make a new file ? |
Thank you @KrishPatel13 ! 🙏 We should not move the existing |
@abrichr Noted! |
@abrichr I found the above article and it uses AWS to detect PII and blur them in video. Should I try to use this approach ? |
Feature request
We would like to be able to scrub video files (e.g. MP4) showing PII/PHI.
This task involves creating a script under
/scripts/scrub.py
that takes a path to a media file (e.g. MP4, PNG, PDF), and generates a scrubbed version of that file.For now let's just implement .mp4, and leave other formats as TODOs.
Motivation
OpenAdaptAI/OpenAdapt.web#22
The text was updated successfully, but these errors were encountered: