-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Add scrolling lyrics for Karaoke videos #8
Comments
Hey @arsaboo - thanks for reaching out! Always nice to meet a fellow home automation and karaoke nerd ;) I'm actually working on the same thing over in lyrics-transcriber and karaoke-generator 😄 The idea is to make a free and open source CLI tool which can take any local audio file (or a YouTube URL), separate the audio, transcribe the lyrics with word-level timestamps, and generate a karaoke video which is good enough for most people. It's still a work in progress though, the biggest unsolved challenge is the lyrics transcription still unfortunately, that part needs a ton more work. That project is just a wrapper around a couple of other projects:
Once I have the lyrics transcriber working and generating reasonably accurate lyrics files in LRC and ASS formats, the generation of the actual video output will likely be a third library, e.g. If you'd be interested in collaborating on the bits which aren't yet complete, that's always welcome! I'd even happily hop on a call and talk you through how things work or get you set up etc. Feel free to message me directly if you're keen. As for examples of other tools, there are two things I know of which are probably of interest to you:
|
@beveradb This is phenomenal and exactly what I am after. I will check your repositories out. Hopefully, I can contribute and plug some of the holes. We can get on a call once I have had a chance to explore. |
Awesome, glad to hear :) Hope you don't mind @arsaboo but as this isn't exactly audio-separation related, I'm going to close this issue and move discussion / progress over to nomadkaraoke/python-lyrics-transcriber#1 I've also written up a bunch more detail in that issue, e.g. a rough outline of my proposed approach to improving the quality of synced lyrics, which in my opinion is the main unsolved challenge with fully automatic karaoke generation! (the scrolling lyrics rendering is actually already pretty much solved using ASS and ffmpeg, as seen in |
I'm looking for a way to create karaoke videos with scrolling lyrics. This tool works well to remove the vocals, but it would be nice to have some way to transcribe the audio and create a video with scrolling lyrics. Any examples that use other tools like Whisper would be appreciated.
The text was updated successfully, but these errors were encountered: