Skip to content

diegosoriarios/PG13Nator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PG13Nator

A project to remove bad words from movies

Why

Some people don't like to watch movies where characters curses a lot, so I decided to make a script that remove that

How to run

git cloen https://github.com/diegosoriarios/PG13Nator.git
cd ios PG13Nator
pip3 install
python3 script.py --video=VIDEO_PATH

Steps

  • Extract audio from video
  • Transcribe audio to text
  • Filter the text to see if there is any bad words
  • Mute/Blip the bad words in the audio
  • Remove the original audio from the video
  • Add the new audio to the video
  • MAYBE: add subtitles also filtered

About

A project to remove bad words from movies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages