https://github.com/tiaanduplessis/srt-to-ass-cli
Convert subtitles (SRT) to Advanced Substation Alpha (ASS)
https://github.com/tiaanduplessis/srt-to-ass-cli
ass cli convert srt
Last synced: 10 months ago
JSON representation
Convert subtitles (SRT) to Advanced Substation Alpha (ASS)
- Host: GitHub
- URL: https://github.com/tiaanduplessis/srt-to-ass-cli
- Owner: tiaanduplessis
- Created: 2018-03-27T16:42:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T12:46:16.000Z (about 6 years ago)
- Last Synced: 2025-07-08T21:07:25.246Z (11 months ago)
- Topics: ass, cli, convert, srt
- Language: JavaScript
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# srt-to-ass-cli
[](https://npmjs.org/package/srt-to-ass-cli)
[](https://npmjs.org/package/srt-to-ass-cli)
[](https://github.com/RichardLitt/standard-readme)
[](https://npmjs.org/package/srt-to-ass-cli)
[](http://makeapullrequest.com)
> Convert subtitles (SRT) to Advanced Substation Alpha (ASS)
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
- [License](#License)
## Install
This project uses [node](https://nodejs.org) and [npm](https://www.npmjs.com).
```sh
$ npm install -g srt-to-ass-cli
$ # OR
$ yarn global add srt-to-ass-cli
```
## Usage
```sh
$ 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
4. Submit a pull request
## License
MIT