Skip to content

Convert subtitles (SRT) to Advanced Substation Alpha (ASS) for correct output on 3D screens

Notifications You must be signed in to change notification settings

ChrisRM/node-3dsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DSub

Convert subtitles (SRT) to Advanced Substation Alpha (ASS) for correct output on 3D screens

Installation

npm install 3dsub

Usage

var sub = require('3dsub');

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.

Release History

  • 0.1.4 Initial alpha release

About

Convert subtitles (SRT) to Advanced Substation Alpha (ASS) for correct output on 3D screens

Resources

Stars

Watchers

Forks

Packages

No packages published