Skip to content

A simple Python script to add an intermediate (or initial) time slot in .srt subtitles files.

License

Notifications You must be signed in to change notification settings

franciscogarate/pySRT-ads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pySRT-ads

A simple Python script to add an intermediate (or initial) time slot in .srt subtitles files.

Useful when video has an ad but not the SRT file.

Example (add 23 seconds after minute 12):

Picture

Before:
181
00:12:02,801 --> 00:12:04,909
The IT Crowd continues next!

After:
181
00:12:25,801 --> 00:12:27,909
The IT Crowd continues next!

About

A simple Python script to add an intermediate (or initial) time slot in .srt subtitles files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages