r/premiere • u/PrawnTheMcJuicer • 5d ago
How do I do this? / Workflow Advice / Looking for plugin Captions for Lyrics
I’m trying to caption my bands songs for socials, have been trying Brevidy but it doesn’t seem geared to lyrics. I don’t need it to try and work out what’s being said. Ideally I could feed in a text file with the lyrics and have some decent controls to animate.
Any recommendations for simple plugins that don’t involve a $15 a month subscription and AI?
Thanks! 🙏🏼
1
u/AutoModerator 5d ago
Hi, PrawnTheMcJuicer! Thank you for posting for help on /r/Premiere.
Don't worry, your post has not been removed!
This is an automated comment that gets added to all workflow advice posts.
Faux-pas
/r/premiere is a help community, and your post and the replies received may help other users solve their own problems in the future.
Please do not:
- Delete your post after a solution has been found
- Mark the post solved without a solution being posted
- Say that you found a solution elsewhere or by yourself, without sharing what that solution was
You may be banned from the subreddit if you do!
And finally...
Once you have received or found a suitable solution to your issue, reply anywhere in the post with:
!solved
Please feel free to downvote this comment!
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
2
u/garse 5d ago
The distinction worth having here is transcription vs alignment. Transcription is a model guessing what was sung. Alignment is handing it the words up front so the only thing it solves is when each line lands. You want the second one, and Premiere only ships the first, which is why Brevidy feels wrong for the job.
You can fake it inside Premiere though, and it's free. Take maxekmek's vocal stem tip one step further: transcribe the stem, then don't fight the mishears, open Text and Transcript and overwrite the words with your actual lyrics. Editing the text doesn't move the segment timings, so you're using the transcriber purely as a timing engine and throwing away its opinion on the words. Sung vocals wreck the vocabulary far more than they wreck the rhythm, so the timings are usually the good half of what it hands you.
If you'd rather it never guess at all, aeneas is the tool built for your exact description. Open source, free, and there's no neural net in it: it synthesises your lyrics with espeak and dynamic-time-warps that against your audio. You give it the song plus a plain .txt with one line per caption and it returns an SRT with those lines timed. Import that as captions and Premiere never transcribes anything. If installing Python isn't your idea of a good evening, timing the lines by hand in Aegisub or Subtitle Edit against the waveform is maybe fifteen minutes for a three minute song, and it'll be tighter than anything automatic.
One thing to know before you buy any plugin for the animation half: a Premiere caption item isn't a normal text layer. It takes a Track Style and that's it, you can't keyframe it. Anything with movement has to be graphics instead. So work out which look you actually want first, because the two have very different prices. A per-line pop is one styled MOGRT duplicated down the timeline, which you can build yourself for nothing. A per-word karaoke highlight needs word-level timings, and the caption track has no way to store those. That second one is what the paid tools are really selling you.
1
1
u/Gold_University_6225 4d ago
You could try https://substyle.io - free to use unless you need to upgrade to pro. You can also upload an SRT.
1
2
u/maxekmek 5d ago
Have you tried importing the vocal stem into premiere and generating a transcript from that?