Skip to content

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

Notifications You must be signed in to change notification settings

tiaanduplessis/srt-to-ass-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

srt-to-ass-cli

package version package downloads standard-readme compliant package license make a pull request

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

Table of Contents

Install

This project uses node and npm.

$ npm install -g srt-to-ass-cli
$ # OR
$ yarn global add srt-to-ass-cli

Usage

$ srt-to-ass --input=sam.srt --output=foop.ass
$ # sam.srt has been converted to foop.ass!
$ srt-to-ass sam.srt
$ # sam.srt has been converted to sam.ass!

Contribute

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am 'Add some feature' 3.Push to the branch: git push origin my-new-feature
  3. Submit a pull request

License

MIT

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published