Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iraj-jelo/srtmerger

subtitle merger is a tool for merging two or more subtitles for videos.
https://github.com/iraj-jelo/srtmerger

merge python subtitle subtitle-merger subtitles

Last synced: about 2 months ago
JSON representation

subtitle merger is a tool for merging two or more subtitles for videos.

Awesome Lists containing this project

README

        

# srtmerger
![s](https://cloud.githubusercontent.com/assets/1775045/11559585/608ac4fa-99cf-11e5-91a2-3ea93ae98a3a.png)
subtitle merger is a tool for merging two or more subtitles for videos.
SRT Merger allows you to merge subtitle files, no matter what language are the subtitles encoded in. The result of this merge will be a new subtitle file which will display subtitles from each merged file.

## How to works?
m = Merger(output_name="new.srt")
m.add('fa.srt', color="yellow", codec="windows-1256")
m.add('en.srt')
m.merge()