1.0.0 • Published 6 years ago

srt-to-ass-cli v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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