Skip to content

Convert subtitles (SRT) to Advanced Substation Alpha (ASS)

Notifications You must be signed in to change notification settings

OwenRay/srt-to-ass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Srt-to-ass

Convert subtitles (SRT) to Advanced Substation Alpha (ASS)

Installation

npm install srt-to-ass

Usage

var sub = require('srt-to-ass');

sub.convert('stubs/bighero.srt', 'bighero.ass');

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

About

Convert subtitles (SRT) to Advanced Substation Alpha (ASS)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.2%
  • Mustache 28.8%