Extended audio-seprator with yt-dlp and Video support.
Project description
extra-roformers: Extended audio-separator with yt-dlp media downloading and Video
Music removal
Features
- 🎧 Vocal isolation using Mel-Band RoFormer model
- 📥 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.10+
pip install extra-roformers
Usage
from extra_roformers.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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
extra_roformers-0.1.0.tar.gz
(5.5 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_roformers-0.1.0.tar.gz.
File metadata
- Download URL: extra_roformers-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.9.25 Linux/6.17.0-1010-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ad56c5db5c60566e209a912dbb0b1be59479c43a515f61257a5910ece97e035
|
|
| MD5 |
6e04efe3c57f47ad4314a9e389f115f2
|
|
| BLAKE2b-256 |
d06b940ae29718092f1fb4056ee6a2785c0c0e4952a63b4a40610d458e58cff2
|
File details
Details for the file extra_roformers-0.1.0-py3-none-any.whl.
File metadata
- Download URL: extra_roformers-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.9.25 Linux/6.17.0-1010-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
942b4d788e1f3a659679a2978c930058436c7695601921fdd197a44ad34067a4
|
|
| MD5 |
b5125bb879525d6c6262d03fb3f832c4
|
|
| BLAKE2b-256 |
85cd96d36592df6b4358f16cb85455ba107619ec413508223520c976b01838d0
|