Skip to content

sinapirani/srtcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

srtcl

Command-Line Base SRT editor ๐Ÿš€

Install

First, make sure you have NodeJS > 16 & Npm
npx srtcl

usage

Help:

npx srtcl --help

To move 10 second forward:

npx srtcl <filepath> -add 10 -o <outputpath>

To move 10 second backward:

npx srtcl <filepath> -remove 10 -o <outputpath>