3.0.2 • Published 5 years ago

srt-ms-normalizer v3.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

Have a subtitle that has overlapping millisecond timestamp values? This NodeJS CLI checks for discrepancies in the MS portion of the timestamp from the end-time and start-time of subtitles. It then updates the MS to be continuous. Install globally via NPM.

Prerequisites

  • NodeJS

Installing

Install dependencies via NPM/Yarn to run

npm install -g srt-ms-normalizer

Running Application

After installing globally via NPM, run on either a single file or directory:

Single File

msNormalizer -f '/absolute/path/to/file.srt'

Directory

msNormalizer -d '/absolute/path/to/dir/'

An srt will be generated in the same location as the srt or directory provided with all millisecond discrepancies normalized. It will have '_msUpdated' appended to the file name.

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.1

5 years ago

2.0.0

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago