xJonathanLEI / youtube-to-karaoke

A Dockernized tool for converting URL to any YouTube video into a Karaoke video file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YouTube to Karaoke

A Dockernized tool for easily converting an URL to any YouTube video into a Karaoke video file, by downloading the video and adding an instrument-only audio track.

Usage

docker run -it --rm \
    -v /local/folder:/output \
    xjonathanlei/youtube-to-karaoke \
    YOUTUBE_URL \
    /output/output.mp4

License

MIT

About

A Dockernized tool for converting URL to any YouTube video into a Karaoke video file

License:MIT License


Languages

Language:Dockerfile 59.4%Language:Shell 40.6%