Extended Demucs with yt-dlp and Video support.
Project description
extra_demucs: Extended Demucs with yt-dlp media downloading and Video
Music removal
Features
- 🎧 Vocal isolation using Demucs (
--two-stems vocals) - 📥 Media download from URLs (e.g., YouTube) using
yt-dlp - 📁 Works with both audio and video files
- ✅ Local + remote (URL) input support
Get started
Make sure you have ffmpeg installed.
sudo apt install ffmpeg
Download package:
Requires Python 3.9+
pip install extra-demucs
Usage
from extra_demucs.separate import extra_separator
extra_separator(
files=[
"https://www.youtube.com/watch?v=123",
"local_audio.mp3"
],
download_format="audio", # or "video"
quality="medium", # "low", "medium", "high"
output_dir="outputs"
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
extra_demucs-0.6.0.tar.gz
(6.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file extra_demucs-0.6.0.tar.gz.
File metadata
- Download URL: extra_demucs-0.6.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.9.23 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a800020d82038136bd1faab1a9ef8b5557ad2886b10adce1be96de5705f8478
|
|
| MD5 |
b7d9e47745bda69a2a552732c8f1c127
|
|
| BLAKE2b-256 |
1edd5e8f44c8a8b16196a7018bb19fb2e2d21a7fac7defcc112eac1cdcd38f7a
|
File details
Details for the file extra_demucs-0.6.0-py3-none-any.whl.
File metadata
- Download URL: extra_demucs-0.6.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.9.23 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0cd79833127ce9b6499d8dadc4075b80e55551c5ee513dede91d67bf3c22ce8
|
|
| MD5 |
cf8f09ac0ce22e7c54c9e5b3cd246cdb
|
|
| BLAKE2b-256 |
026406bd3788429ba1a27a0a380130b4b6a396eb17ce38d759334ab7a26eb6f8
|