Metadata-Version: 1.0
Name: srt-shift
Version: 0.2
Summary: For fixing out-of-sync .srt subtitle files.
Home-page: UNKNOWN
Author: Adeel Ahmad Khan
Author-email: adeel2@umbc.edu
License: UNKNOWN
Description: 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>.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Topic :: Utilities
