forked from adeel/srt-shift
-
Notifications
You must be signed in to change notification settings - Fork 0
For those times when the subtitles are out of sync with the movie.
License
dbhaig/srt-shift
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
srt-shift is a simple command-line script for shifting the times in a .srt
subtitle file. It worked on the two or three files I tried, but let me know
if it doesn't work for you.
Usage examples:
- To shift the subtitles backward 5 seconds:
srt-shift subtitles.srt -5
- To shift them forward 5 seconds:
srt-shift subtitles.srt 5
srt-shift will output the new subtitles to stdout, so to save them, do:
srt-shift subtitles.srt 5 > fixed.srt
Installation: sudo easy_install srt-shift
That's all there is to it. You can find the latest version at
<http://github.com/adeel/srt-shift>.About
For those times when the subtitles are out of sync with the movie.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%