The Duplicate Line Remover takes the SubRip file you paste into the SRT Content box and returns a clean SRT in which no cue repeats the text of the cue immediately before it. Input is ordinary SRT with numbering, 00:00:01,000 --> 00:00:03,500 timing lines and text; output is valid, renumbered SRT you can save as an .srt file.
Back-to-back repeated captions are a standard artefact of speech recognition, of stitching two subtitle files together, and of a re-export that flushes the same buffer twice. Viewers read the frozen sentence as a stutter or a player fault. Transcription editors, YouTubers publishing auto-captions, e-learning teams and localisation vendors doing supplier QA all meet it, and hand-deleting repeats in a 900-cue file is slow.
Technically the file is parsed into cues and each cue's full text is compared with the previous one. The match is exact and case-sensitive and covers every line of the cue, so a two-line caption counts as a duplicate only when both lines agree. Only adjacent repeats are dropped - dialogue that recurs later is genuine speech and is kept - and timings are never shifted or merged.
Processing is browser-only, so nothing is uploaded or logged, and multi-thousand-cue feature files finish instantly.