Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.57 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.57 KB


MacOS dmg file MacOS dmg file

Overview

This Electron app takes an srt file, parses all of the timestamps fixing both out of sequence time-values, and also making all back-to-back timestamps under 2 seconds continuous. Simply drag an srt into the app, click the execute button, and an updated version of the provided subtitle will be created with '_msUpdated' appended to the fileName, at the location of the original subtitle.

Prerequisites

  • Download the release for your platform
    • Click the above badges or check out the releases page here

Running Application

Open the application, locate the srt you want processed and drag it into the window. If all went well, the 'Execute' button will flash, and you can click it to check and create a new subtitle with all timestamps under 2 seconds made continuous.

Forthcoming Additions

  • Support for directories/multiple srt files