Lyric generator for OBS Studio
This app allows you to paste in lyrics for a song video. It will then place the lyrics 2, 3 or 4 lines at a time into a text file which can be used with the OBS Text Source to show the lyric lines.
Using the record facility of OBS this allows lyric videos to be quickly made.
Run setup.exe
- Run OBSLyrics and paste in the lyrics you want to show.
- Click "Top" to generate the first 2 lines.
- Create a scene in OBS with the video you want to title as a Media Source.
- Create a Text(GDI+) source in the same scene.
- Right click the Text source and select Properties.
- Tick the Read From File box and select the file on the desktop thqat OBSLyrics has made (shown in the box at the top of the OBSLyrics window)
- Select a suitable font and size, and alignment
- You should see the first 2 lines of lyrics appear in the Text item. The buttons on the app should move through the lines (there is a slight delay as OBS polls the file for changes)
You need to do some fiddling to keep the text centred on the screen as the text size changes:
- In the preview window, right click on the text and select Transform -> Edit Transform
- Select Bounding Box Type = Maximum Size Only
- Select Alignment In Bounding Box = Centre
- Set Bounding Box Size = 1280 x (suitable height)
OBS does not currently have the ability to do drop shadow on text. You can duplicate the Text source (right click, Copy, Paste(Duplicate)) and make the lower text black, then use the Transform -> Edit Transform menu to offset one of them by a few pixels.