Skip to content
CaptionConvert

Convert LRC to TXT

Drop a .lrc file and download it as .txt. Free, instant, and nothing is uploaded.

LRC lyrics .lrc

LRC (.lrc) is the timed lyrics format used by music players. Each line has a start time only, so end times are inferred from the next line.

Plain text .txt

Plain text (.txt) keeps just the words, one cue per line, with no timing. Useful for transcripts, translation and search.

What changes when converting LRC to TXT

  • Timing is dropped. You get the text of each cue on its own line.
  • Line breaks inside a cue are joined with a space.

Supported formats

Every format converts to every other. Formatting is kept where the target supports it.

FormatExtensionSupportFormattingNotes
SubRip.srtRead and writeItalic, bold, underlineThe safe default when you are not sure what a player needs.
WebVTT.vttRead and writeItalic, bold, underlineCue position and alignment settings survive VTT to VTT.
Advanced SubStation Alpha.assRead and writeFull ASS stylingReads .ssa too. Writes a single default style at 1080p.
YouTube SBV.sbvRead and writeNoneSubViewer .sub files are read as SBV.
MicroDVD.subRead and writeNoneNeeds the frame rate. A wrong value makes subtitles drift.
TTML / DFXP.ttmlRead and writeItalic, bold, underlineAlso reads .dfxp and .xml. Layout and regions are dropped.
LRC lyrics.lrcRead and writeNoneNo end times. Each cue ends where the next begins.
JSON.jsonRead and writeNoneReads {start, end, text} arrays and Whisper segments.
Plain text.txtWrite onlyNoneOutput only. Timing is discarded.

Private by design

Parsing and conversion run in your browser with JavaScript. Files are read locally and never uploaded, so there is nothing to delete afterwards.

Exact timing

Timestamps convert to the millisecond. MicroDVD uses the frame rate you set, and ASS rounds to the centiseconds it supports.

Fix sync as you go

Shift every cue earlier or later in milliseconds, and strip formatting tags when a player shows them as raw text.

Questions

Is CaptionConvert free?

Yes. There are no limits, accounts or watermarks. Convert as many files as you like, as often as you like.

Are my subtitle files uploaded anywhere?

No. The conversion runs in your browser with JavaScript. Files are read on your device and nothing is sent to a server, so there is nothing to delete afterwards.

What is the difference between LRC and TXT?

LRC (.lrc) is the timed lyrics format used by music players. Each line has a start time only, so end times are inferred from the next line. Plain text (.txt) keeps just the words, one cue per line, with no timing. Useful for transcripts, translation and search.

Is formatting kept when converting LRC to TXT?

LRC lyrics has no formatting tags, so there is nothing to lose. Timing is converted exactly.

How do I fix subtitles that are out of sync?

Use the Shift field. Enter a positive number of milliseconds to delay every cue, or a negative number to bring them earlier, then download. 1000 ms is one second.

All conversions