franciscogarate / pySRT-ads

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v2.0


Languages

Language:Python 100.0%