Skip to content

app, which removes vocals from the song in the youtube video

License

Notifications You must be signed in to change notification settings

pwittchen/soundsep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soundsep

app, which removes vocals from the song in the youtube video

functionality

in the input you provide:

  • youtube url

in the output you get:

  • downloaded video
  • song from the video
  • separated vocals
  • separated music
  • empty video with black screen and extracted music without vocals

development

prepare environment (replace python path below with your own python3.8 path):

brew install virtualenvwrapper
brew install ffmpeg
mkvirtualenv -p /Users/pw/.pyenv/versions/3.8.16/bin/python soundsep
pip install -r requirements.txt

Please note: I'm using homebrew for installing virtualenvwrapper and ffmpeg. If you're using another package manager or different operating system than macOS (e.g. Linux), you need to install it differently.

exit virtualenv, when you're done:

deactivate

to activate env again:

workon soundsep

usage

python soundsep.py <url>

e.g.

python soundsep.py "https://www.youtube.com/watch?v=cw1B4NRvosE"

and then check output/ directory

cleanup

cleaning output:

./clean_output.sh

cleaning pretrained models:

./clean_models.sh

cleaning everything:

./clean.sh

About

app, which removes vocals from the song in the youtube video

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published