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
- Host: GitHub
- URL: https://github.com/lovasoa/srtmove-hs
- Owner: lovasoa
- Created: 2016-05-04T07:13:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-04T11:26:34.000Z (over 9 years ago)
- Last Synced: 2025-02-08T23:42:36.858Z (11 months ago)
- Language: Haskell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```