Convert SRT to LRC

SubRip .srt holds subtitles with a start and end time. LRC is the lyrics format music players use to scroll words in time with a song, keyed off a start time per line. Drop your .srt file below to turn it into an LRC in your browser. Nothing is uploaded, and it only ever touches the file you give it.

Drop your .srt file here
or click to choose a file · or paste the text below

Subtitles become timed lyric lines

LRC keeps a start time for each line and nothing else, so this converter takes each subtitle's start and writes it as a lyric stamp like [01:23.45]. End times aren't part of the LRC format, so they're simply left out; a music player shows each line until the next one appears. If a subtitle spans two lines, they're joined into one lyric line, which is how LRC expects text.

The result opens in music players and karaoke apps that read LRC. Everything runs on the file you choose, with nothing sent anywhere.

FAQ

Where did the end times go?

LRC doesn't store end times. Each line just has a start, and the player shows it until the next line begins. So the converter keeps every start time exactly and drops the ends, which is the correct shape for an LRC file.

What happens to two-line subtitles?

LRC treats each timestamp as a single line of text, so a subtitle with two lines is joined into one line with a space between. The timing is untouched.

Is my file uploaded anywhere?

No. The conversion runs entirely in your browser. Your file never leaves your device, and nothing is fetched from any server. It only works on the file you provide.