0.1.7 • Published 3 years ago

subtitle-timer v0.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Subtitle timer

With this tool you can fix your delayed subtitles. It works only with .srt files. It will create a delayed subtitle file next to the original one.

Usage

$ npx subtitle-timer [options] <file>

Options

ArgumentDescriptionPossible valuesDefaultRequired
-sdelay time in seconds (can be negative)--yes
-eencoing of the fileascii, latin1, utf8utf8no

Example

Let's say we have subtitle.srt. But the file contains special characters and it's encoded in iso-8859-1. Also we need to delay it because it's delayed with 2 minutes.

$ subtitle-timer -s 120 -e latin1 ./subtitle.srt

The result is subtitle-DELAYED.srt.

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

5 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago