Skip to content

Eblack17/ChromaSlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChromaSlow

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.

Features

  • 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

Quick Start

Using Docker

  1. Clone the repository:
git clone https://github.com/Eblack17/ChromaSlow.git
cd ChromaSlow
  1. Build the Docker image:
docker build -t chromaslow .
  1. Run the container:
docker run -p 5000:5000 chromaslow
  1. Open your browser and visit http://localhost:5000

Manual Installation

  1. Clone the repository:
git clone https://github.com/Eblack17/ChromaSlow.git
cd ChromaSlow
  1. Install FFmpeg:
  • Windows: Download from FFmpeg website
  • Linux: sudo apt-get install ffmpeg
  • Mac: brew install ffmpeg
  1. Install Python dependencies:
pip install -r requirements.txt
  1. Run the application:
python app.py
  1. Open your browser and visit http://localhost:5000

Requirements

  • Python 3.9+
  • FFmpeg
  • See requirements.txt for Python dependencies

Usage

  1. Enter a YouTube or Twitter video URL
  2. (Optional) Add metadata for the output MP3
  3. Click "Convert to MP3"
  4. Wait for the conversion to complete
  5. The file will automatically download

License

MIT License - See LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published