Skip to content

nweiler/clean-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clean Video

Download YouTube videos with captions and automatically censor profanity in the audio track.

Uses yt-dlp to download and cleanvid (by mmguero) to censor.

Installation

./setup.sh
chmod +x CLEAN.sh

Note: cleanvid is a separate project by mmguero. For issues or feature requests related to audio censoring, see mmguero/cleanvid.

Usage

./CLEAN.sh <url> <filename>

Arguments:

  • url — YouTube video URL
  • filename — Output filename (without extension)

Output: {filename}_cleaned.mp4

Examples

./CLEAN.sh "https://www.youtube.com/watch?v=dQw4w9WgXcQ" rickroll

Requirements

  • English closed captions must be available on the video
  • cleanvid works best with clearly spoken content

About

Download YouTube videos with captions and automatically censor profanity in the audio track.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors