This project creates MP4 movies with scrolling lyrics synced up to the audio file you provide.
It's not automatic - you have to write out the lyrics, provide the start and end times for each verse, and of course provide the audio file, but the program does the rest and you end up with a nice lyrics movie.
If that sounds like something you'd like, download the latest release!
You will also need to download FFMPEG. Note the location where you save ffmpeg.exe - you'll need to enter that path when you run the lyrics animator so it knows where to find it.
Create an app configuration by either editing the example config.json and saving it in the same directory as the executable, or run LyricsAnimator.exe
and fill in the configuration boxes there (which will also save a config.json
) file next to the executable. In particular, you must specify the path to ffmpeg.exe
.
.txt
extension instead of .mp3
. For example, if you are creating lyrics for the file 370_A_Hymn_of_Glory.mp3
, then your lyrics file must be named 370_A_Hymn_of_Glory.txt
.[HH:MM:SS]
, for example [00:01:23]
. This is the timestamp when that line should be displayed at a readable position in the output video.{ verse X }
. Text inside the curly braces is displayed alongside that line in the right margin of the video.LyricsAnimator.exe
and provide:
ffmpeg.exe
executable on your system (the one you downloaded above)animator.exe --songConfigDir "C:\path\to\your\lyric\and\audio\files"
. You can also run animator.exe --help
to see all options.This project is released under the MIT License. Please feel free to use and modify it.