An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# srt-to-ass-cli
[![package version](https://img.shields.io/npm/v/srt-to-ass-cli.svg?style=flat-square)](https://npmjs.org/package/srt-to-ass-cli)
[![package downloads](https://img.shields.io/npm/dm/srt-to-ass-cli.svg?style=flat-square)](https://npmjs.org/package/srt-to-ass-cli)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![package license](https://img.shields.io/npm/l/srt-to-ass-cli.svg?style=flat-square)](https://npmjs.org/package/srt-to-ass-cli)
[![make a pull request](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](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