Skip to content

Fixes overlapping timestamps in SRT files by merging the entries.

License

Notifications You must be signed in to change notification settings

ThomasHertleif/srt-fixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRT fixer

Fixes overlapping timestamps in SRT files by merging the entries. This is useful after converting ASS files to SRT.

Build Status

Usage

$ git clone git@github.com:ThomasHertleif/srt-fixer.git
$ cd srt-fixer
$ python main.py $PATH_TO_SRT_FILE -o $PATH_TO_OUTPUT_FILE

Example SRT

Input SRT

1
00:00:03,100 --> 00:00:03,560
foo

2
00:00:03,400 --> 00:00:03,800
bar

Output SRT

1
00:00:03,100 --> 00:00:03,800
foo
bar

About

Fixes overlapping timestamps in SRT files by merging the entries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages