gnmarten / mergesrt2ass

A python script to merge two .srt subtitle files to a single .ass subtitle file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mergesrt2ass

A python script to merge two .srt subtitle files to a single .ass subtitle file, based on pysubs2.

Usage

Usage: ./mergesrt2ass.py SUBTITLE_FILE_1 SUBTITLE_FILE_2 OUTPUT_FILENAME.

The lines from SUBTITLE_FILE_1 will *probably* be displayed over the lines from
SUBTITLE_FILE_2. And the filename extension of OUTPUT_FILE should be ".ass".

Requirements

See requirements.txt

About

A python script to merge two .srt subtitle files to a single .ass subtitle file.


Languages

Language:Python 88.0%Language:Shell 12.0%