Skip to content

muddylemon/custom-karaoke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Karaoke Python Script

License

Description

The Custom Karaoke Python Script is a command-line tool that allows users to create custom karaoke tracks by removing vocals from audio files.

Features

  • Create a karaoke video from any source video

Installation

  1. Clone the repository:

    git clone https://github.com/muddylemon/custom-karaoke.git
  2. Install the required dependencies:

    cd custom-karaoke
    python -m venv venv
    ./venv/bin/activate 
    pip install -r requirements.txt

Usage

  1. Acquire a video file from YouTube:

    yt-dlp -f best https://www.youtube.com/watch?v=VIDEO_ID
  2. Run the script with the desired video file:

    python main.py path/to/video_file.mp4
  3. If unsatisfied with the transcription, you can edit and re-run , it will skip the previous steps and just redo the final video.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages