A web-based tool to convert YouTube/Twitter videos to MP3 with customizable speed and pitch settings. Perfect for creating slowed-down versions of your favorite tracks.
- Download videos from YouTube and Twitter
- Convert to MP3 format
- Adjust speed (0.830x) and pitch (-17.000%)
- Add custom metadata (title, artist, album, year, genre)
- Modern dark mode interface
- Docker support for easy deployment
- Clone the repository:
git clone https://github.com/Eblack17/ChromaSlow.git
cd ChromaSlow
- Build the Docker image:
docker build -t chromaslow .
- Run the container:
docker run -p 5000:5000 chromaslow
- Open your browser and visit
http://localhost:5000
- Clone the repository:
git clone https://github.com/Eblack17/ChromaSlow.git
cd ChromaSlow
- Install FFmpeg:
- Windows: Download from FFmpeg website
- Linux:
sudo apt-get install ffmpeg
- Mac:
brew install ffmpeg
- Install Python dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Open your browser and visit
http://localhost:5000
- Python 3.9+
- FFmpeg
- See requirements.txt for Python dependencies
- Enter a YouTube or Twitter video URL
- (Optional) Add metadata for the output MP3
- Click "Convert to MP3"
- Wait for the conversion to complete
- The file will automatically download
MIT License - See LICENSE file for details