Skip to content

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

Notifications You must be signed in to change notification settings

cubarco/mergesrt2ass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published