YouTube JSON3 to LRC Lyrics Converter
Fast. Private. Perfect.
100% local processing in your browser. No upload. No waiting.
Drag & drop your JSON file here
or click to browse
Supports .json files up to 50 MB
More Subtitle Tools
Why Choose AllSubConverter?
Your Privacy Matters
Everything runs in your browser. Your files are never uploaded.
Lightning Fast
Optimized processing engine converts files in seconds.
Free & Local
Each file can be up to 50 MB. Batches can contain up to 200 files or 1 GB total.
Works Everywhere
Works on Windows, Mac, Linux, iOS, Android - any modern browser.
About JSON to LRC
YouTube's timedtext API serves captions in JSON3 format — a JSON structure with an events array where each event carries a tStartMs timestamp and segs text fragments. This tool parses the JSON3 structure, extracts each event's start time and text, and outputs standard [MM:SS.xx] LRC lyrics usable in foobar2000, AIMP, Poweramp and other music players.
Input Format
JSONJSON3 is YouTube's internal subtitle format, exported via the timedtext API. The file is a JSON object with an events array. Each event has tStartMs (start millisecond), dDurationMs (duration in ms), and segs (an array of text fragments, each with a utf8 field). Users typically download this format using youtube-dl, yt-dlp, or similar tools.
Output Format
LRCLRC (.lrc) is a synchronized lyrics format that displays text line-by-line in music players. Each line begins with a [MM:SS.xx] time tag and does not store an end time — the player automatically advances to the next line.
Features
Why Convert?
Format Differences
Common Use Cases
YouTube Music Lyrics Extraction
YouTube auto-captions download as JSON3, but music players need LRC. Convert JSON3 to LRC to turn YouTube subtitles into synced lyrics for foobar2000, AIMP, and Poweramp.
yt-dlp Subtitle to Lyrics
YouTube subtitles downloaded with yt-dlp are typically JSON3 format. Convert JSON3 to LRC to reuse them as synced lyrics in any audio player.
Language Learning Materials
JSON3 subtitles from YouTube educational videos can be converted to LRC for language learning apps that show synced text during audio playback.
Discord Bot Lyrics
Discord music bots use LRC format to display synced lyrics during playback. Convert YouTube JSON3 subtitles to LRC to integrate with your bot.
Mobile Music Players
Most mobile music players support LRC synced lyrics. Convert JSON3 subtitles downloaded from YouTube to LRC for use in iOS and Android music apps.
Related Formats
LRC (Lyrics)
Output format — a synchronized lyrics format with [MM:SS.xx] timestamp tags, used by music players like foobar2000, AIMP, Poweramp, and MiniLyrics.
JSON (YouTube JSON3)
Input format — YouTube's timedtext API subtitle format with events array and segs text fragments. Convert JSON3 to LRC to reuse YouTube subtitles as lyrics.
SRT (SubRip)
Universal subtitle format. If you need video player subtitles instead of music player lyrics, convert JSON3 to SRT in the workspace.
Frequently Asked Questions
JSON3 is YouTube's internal subtitle format. It is served via the timedtext API as a JSON object with an events array. Each event has tStartMs (start millisecond), dDurationMs (duration in ms), and segs (text fragments array, each with a utf8 field).
Yes. The generated LRC fully complies with the standard specification. With foobar2000 (ESLyric), AIMP, Poweramp, and similar players, name the lyrics file the same as the audio file to enable scrolling display.
Some events in YouTube JSON3 contain only timing information (like aAppend markers) without text fragments. These events are automatically skipped during conversion and do not affect the LRC output.
Use yt-dlp: yt-dlp --write-auto-sub --sub-format json3 <video-URL>. The downloaded .json3 file can be directly imported into this tool. You can also fetch it via the YouTube timedtext API in a browser.
The multiple utf8 text fragments in each event's segs array are automatically concatenated into a single LRC lyrics line. For example, two fragments "Hello " and "world" are merged into "Hello world".
LRC is a lyrics file format that uses time tags to synchronize text with music playback. Each line starts with a [MM:SS.xx] timestamp.