Convert subtitles (SRT) to Advanced Substation Alpha (ASS)
This project uses node and npm.
$ npm install -g srt-to-ass-cli
$ # OR
$ yarn global add srt-to-ass-cli
$ 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!
- Fork it and create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature' 3.Push to the branch: git push origin my-new-feature
- Submit a pull request
MIT