A simple program to help sync up *.srt subtitle files.
Some times srt subtitle files don't perfectly match the video files in terms of start and end point or in terms of exact playback speed which leads to the need to sync up the subtitle file to match up the begining and the pace of the movie better - this program helps you do that!
Usage:
- install python on your system and add it to PATH
- run the program by typing python SRT_SYNC.py in the comandline
- provide the absolute or relative path to the *.srt file in need of fixing
- provide the time when the firs line should apear
- provide the time when the last line should apear
if everything worked as expected a new copy of the *.srt file will be created beside original with ".out" apended to it's file name
p.s. vlc doesn't like it when the filename ends with .out instead of .srt so I recommend renaming the output file accordingly =]