Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Discussion] Creating Karaoke tracks #69

Closed
arsaboo opened this issue Nov 9, 2019 · 2 comments
Closed

[Discussion] Creating Karaoke tracks #69

arsaboo opened this issue Nov 9, 2019 · 2 comments
Labels
question Further information is requested

Comments

@arsaboo
Copy link

arsaboo commented Nov 9, 2019

I was wondering if anyone could help create a simple python program to create karaoke tracks using this. Here's what I did manually, so far:

  1. Download the video from youtube into audio and video tracks:
    youtube-dl -f bestvideo+bestaudio https://www.youtube.com/watch?v=U4xPahDjY6k

  2. Manually rename the output files to audio.webm and video.webm respectively.

  3. Next, use Spleeter to separate vocals from the audio track:
    spleeter separate -i spleeter/audio.webm -p spleeter:2stems -o output

  4. Manually merge the video file and accompaniment file using Photoshop. I guess I can use ffmpeg to do that.

It should be a trivial exercise for anyone with some Python skills.

@arsaboo arsaboo added the question Further information is requested label Nov 9, 2019
@mmoussallam
Copy link
Collaborator

This is not an appropriate place for this discussion.
A word of advice: You are responsible for your usage of this tool and you should be wary of copyright infringement issues that may arise from what you're suggesting.

@tlk
Copy link

tlk commented Feb 13, 2020

Experiment with Google Colab: https://gist.github.com/tlk/e4872f9dd8a418a29966c4dafc2664f2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants