Skip to content

Creates video with scrolling lyrics, given a subtitle file and an audio file

License

Notifications You must be signed in to change notification settings

KenyC/KaraokeVideoMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Karaoke Video Maker

I couldn't find free tools to create videos with scrolling lyrics and this is how this tool came into existence. Provide a subtitle file (.srt) which contain text aligned to audio and the script will output something like this:

Demo image

python main.py lyrics.srt --audio audio.mp3 -o video.mp4

Features:

  • Timebar indicating time to next verse
  • Preview of next verse

What this tool cannot do:

  • align lyrics of a song to the music
  • remove singers' voice from the audio
  • highlight each word as they're sung

Unfortunately, you'll need other tools to perform these tasks.

About

Creates video with scrolling lyrics, given a subtitle file and an audio file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages