Skip to content

Merges two .ass-files into one, so that two subtitles are shown simultaneously.

License

Notifications You must be signed in to change notification settings

moritzbrantner/subtitle-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subtitle-Merger

Merges two .ass-files into one, so that two subtitles are shown simultaneously.

Installation

Simply download the repository and run the following command:

git clone https://github.com/moritzbrantner/subtitle-merger
pip install -r requirements.txt

Usage

Try out with two subtitle files for your average video.mp4:

python subtitle-merger.py --primary-input=video.en-US.ass --secondary-input=video.de-DE.ass

You will then get a merged file called video.en-US+de-DE.ass, which can be added to your video as subtitles.

Example

This short gif shows the result of the above command, a quick video with two subtitle tracks:

As you can see, two subtitle tracks are shown simultaneously.

License

MIT

About

Merges two .ass-files into one, so that two subtitles are shown simultaneously.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages