srt-deduplicate - SRT subtitle processing tool
usage: srt deduplicate [-h] [--input FILE] [--output FILE]
[--inplace]
- [--no-strict] [--debug] [--ignore-parsing-errors]
- [--encoding ENCODING] [-t MILLISECONDS]
Deduplicate repeated subtitles.
- Remove duplicated subtitles within 5 seconds of each other
- $ srt deduplicate -i duplicated.srt
- Remove duplicated subtitles within 500 milliseconds of each other
- $ srt deduplicate -t 500 -i duplicated.srt
- Remove duplicated subtitles regardless of temporal proximity
- $ srt deduplicate -t 0 -i duplicated.srt