1. Syncing and Repairing Overlapping Subtitles
Video EditorBackground
A video editor has an SRT file where the subtitles appear 250 milliseconds too early, and some cues overlap.
Problem
The subtitles are out of sync and overlapping cues cause display issues on media players.
How to use
Paste the SRT text, set the Shift to 250 milliseconds, select 'Shift overlaps' for Repair Overlaps, and set the Output Format to SRT.
{
"shiftMilliseconds": 250,
"repairMode": "shift-overlaps",
"outputFormat": "srt"
}Outcome
The timestamps are shifted forward by 250ms, overlapping cues are resolved, and a clean SRT file is generated.