Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 490 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 490 Bytes

Build Status Bitdeli Badge

srtmerge

srtmerge is a Python library used to merge two Srt files.

Usage

    from srtmerge import srtmerge
    srtmerge([filepath1, filepath2, ...], out_filepath, offset=1000)

srtmerge filepath1 filepath2 out_filepath offset=1000