Skip to content

Utility to produce bi-lingual subtitles from two SRT-formatted subtitle files

License

Notifications You must be signed in to change notification settings

mike42/2srt2ssa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2srt2ssa Build Status

This is a utility to produce bi-lingual subtitle tracks. It is shipped as both a web application or command-line utility.

You need two SRT-formatted subtitle tracks as input. Since SRT cannot hold tow subtitle tracks, we output a single SSA-formatted file.

These formats can be understood by media players such as VLC.

Quick start

Web

composer install
cd public && php -S localhost:8080

Command-line

composer install
php bin/2srt2ssa --help

About

Utility to produce bi-lingual subtitles from two SRT-formatted subtitle files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • PHP 44.1%
  • HTML 0.3%