0.1.7 • Published 1 year ago

subtitle-timer v0.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.1.6

1 year ago

0.1.5

2 years ago

0.1.4

3 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago