Skip to content

rocpoc/stem-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stem-extractor

some software to extract stems from a youtube playlist

Usage

  1. Install dependencies:
pip3 install -r requirements.txt
  1. Run the script:
python3 yt2stems.py
  1. Enter the URL of the playlist or video you want to extract stems from:

ui

# playlist:
https://www.youtube.com/playlist?list=PLxxx...
# or single video:
https://www.youtube.com/watch?v=xxxxx
  1. The script will download the playlist and extract the stems:
Downloading playlist...
Extracting stems...
  1. The stems will be saved in the separated directory:
Stems extracted and saved in: separated/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages