All Projects → iraj-jelo → srtmerger

iraj-jelo / srtmerger

Licence: GPL-3.0 license
subtitle merger is a tool for merging two or more subtitles for videos.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to srtmerger

nekocap
Browser extension for creating & uploading community captions for YouTube, niconico and other video sharing sites.
Stars: ✭ 27 (-22.86%)
Mutual labels:  subtitles, subtitle
Ffsubsync
Automagically synchronize subtitles with video.
Stars: ✭ 5,167 (+14662.86%)
Mutual labels:  subtitles, subtitle
chromecast-api
📺 Chromecast Node.js module
Stars: ✭ 122 (+248.57%)
Mutual labels:  subtitles, subtitle
PersianSubtitleFixer
Fix Arabic and Persian subtitles by converting them into UTF-8
Stars: ✭ 25 (-28.57%)
Mutual labels:  subtitles, subtitle
Srt
A simple library for parsing, modifying, and composing SRT files.
Stars: ✭ 210 (+500%)
Mutual labels:  subtitles, subtitle
Netflix To Srt
Rip, extract and convert subtitles to .srt closed captions from .xml/dfxp/ttml and .vtt/WebVTT (e.g. Netflix, YouTube)
Stars: ✭ 387 (+1005.71%)
Mutual labels:  subtitles, subtitle
Youtube Transcript Api
This is a python API which allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require a headless browser, like other selenium based solutions do!
Stars: ✭ 495 (+1314.29%)
Mutual labels:  subtitles, subtitle
Subfinder
字幕查找器
Stars: ✭ 545 (+1457.14%)
Mutual labels:  subtitles, subtitle
Caption
Get Caption, start watching.
Stars: ✭ 1,258 (+3494.29%)
Mutual labels:  subtitles, subtitle
Subsync
Synchronize your subtitles using machine learning
Stars: ✭ 84 (+140%)
Mutual labels:  subtitles, subtitle
subtitleeditor
Subtitle Editor is a GTK+3 tool to create or edit subtitles for GNU/Linux/*BSD.
Stars: ✭ 79 (+125.71%)
Mutual labels:  subtitles, subtitle
Subtitle.js
Stream-based library for parsing and manipulating subtitle files
Stars: ✭ 234 (+568.57%)
Mutual labels:  subtitles, subtitle
pysub-parser
Library for extracting text and timestamps from multiple subtitle files (.ass, .ssa, .srt, .sub, .txt).
Stars: ✭ 40 (+14.29%)
Mutual labels:  subtitles, subtitle
ebu-tt-live-toolkit
Toolkit for supporting the EBU-TT Live specification
Stars: ✭ 23 (-34.29%)
Mutual labels:  subtitles
auto-movie-tagger
A Python script that auto tags and adds poster to mkv or mp4 movie files.
Stars: ✭ 49 (+40%)
Mutual labels:  subtitle
video-subtitle-extractor
视频硬字幕提取,生成srt文件。无需申请第三方API,本地实现文本识别。基于深度学习的视频字幕提取框架,包含字幕区域检测、字幕内容提取。A GUI tool for extracting hard-coded subtitle (hardsub) from videos and generating srt files.
Stars: ✭ 1,763 (+4937.14%)
Mutual labels:  subtitles
youtube tool
Tool for extracting comments or subtitles from youtube video's
Stars: ✭ 89 (+154.29%)
Mutual labels:  subtitles
obs-auto-subtitle
Show the subtitle as long as you speak
Stars: ✭ 135 (+285.71%)
Mutual labels:  subtitle
TreeWalker
PHP JSON diff
Stars: ✭ 58 (+65.71%)
Mutual labels:  merge
git-picked
List merged and cherry-picked branches
Stars: ✭ 30 (-14.29%)
Mutual labels:  merge

srtmerger

s 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()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].