Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/missingfaktor/srt-corrector
A small script that allows you to adjust subrip subtitle files along time scale
https://github.com/missingfaktor/srt-corrector
Last synced: about 1 month ago
JSON representation
A small script that allows you to adjust subrip subtitle files along time scale
- Host: GitHub
- URL: https://github.com/missingfaktor/srt-corrector
- Owner: missingfaktor
- Created: 2013-04-14T20:47:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-14T20:49:17.000Z (over 11 years ago)
- Last Synced: 2024-04-19T11:56:51.627Z (8 months ago)
- Language: Scala
- Size: 1.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SRT Corrector
==============The Subrip subtitle files (SRT extension) that we get online are sometimes mismatched with the videos we have. They're either ahead in time or somewhat behind. Now our trusted VLC player has keyboad shortcuts viz., g and h that let us shift the subtitles on time scale. But it would be much nicer if we could modify the SRT file itself so that when someone uses it in future, they won't have to do this g-h exercise. This little script allows you to do just that.
**Use:** java SrtCorrector \ \ \
(All testing was done at REPL. In other words, no tests were written.)