An open API service indexing awesome lists of open source software.

https://github.com/lovasoa/srtmove-hs

Delay .srt subtitles
https://github.com/lovasoa/srtmove-hs

Last synced: 9 months ago
JSON representation

Delay .srt subtitles

Awesome Lists containing this project

README

          

# srtmove-hs
Delay `.srt` subtitles

## Installation
```
ghc srtmove.hs
```

## Usage
To delay subtitles of 1 minute and 2 and a half seconds
```
./srtmove 1:02.5 < input_subtitles.srt > delayed_subtitles.srt
```