Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 305 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 305 Bytes

gosub

A simple application to adjust the time in subtitle files .srt.

Prerequisites

  • golang >= 1.14.3

Installing

$ go get -u github.com/paraizofelipe/gosub

Run

$ gosub adjust -file example.s01e02.srt -ms -1000

Running the tests

$ make test