The Bilingual Subtitle Splitter takes a dual-language subtitle file and separates it back into two single-language tracks. You paste the combined file into the Dual-sub SRT Content box and the tool returns one plain-text result containing two complete SRT blocks, labelled "=== Language 1 ===" and "=== Language 2 ===", which you can copy out individually. Because the output holds two files at once it downloads as a .txt rather than a .srt.
The need shows up whenever a bilingual file arrives and only one language is wanted. A vendor delivers a combined Spanish-and-English track but the platform spec calls for separate language files. A learner's dual-sub download needs the target language on its own for a re-watch. A localisation manager wants to send the translated lines alone to a proofreader without the source distracting them. Retyping or manually deleting one line from every cue across an hour-long programme is exactly the kind of work that introduces errors around the cues where one language is missing.
The split is line-based and matches how dual-sub files are actually built. Each cue's text is divided at its line breaks: the first line becomes the language 1 cue, and every remaining line joined back together becomes the language 2 cue. Both output tracks keep the original start and end times for every cue, and both preserve the full cue sequence, so the two files stay in step with each other and with picture. A cue that only ever had one line yields text in language 1 and an empty cue in language 2, which makes gaps in the second language visible instead of shifting everything up by one.
This is the exact inverse of the bilingual merger, and like it, everything runs in your browser with no upload.