Tools Documentation¶

srt3 tools perform tasks using the srt module.

Modules

srt.tools.add

Add a subtitle to subtitles.

srt.tools.deduplicate

Merge multiple subtitles together into one.

srt.tools.find

Find subtitles by timestamp.

srt.tools.fixed_timeshift

Shifts subtitles by a fixed number of seconds.

srt.tools.linear_timeshift

Perform linear time correction on a subtitle.

srt.tools.match

Filter and/or process subtitles’ content that match a particular pattern.

srt.tools.mux

Merge multiple subtitles with similar start/end times into one.

srt.tools.normalize

Take a badly formatted SRT file and output a strictly valid one.

srt.tools.paste

Paste subtitles into other subtitles at a given timestamp.