ass-to-srt

1.2.1 • Public • Published

ASS to SRT

ass subtitle to srt format

Install

npm install -g ass-to-srt

Usage

ass2srt input.ass -o output.srt

Example

var ass2srt = require('ass-to-srt');
var fs = require('fs');

fs.openFile('input.ass', function(err, data) {
  var output = ass2srt(data);
  console.log(output);
});

Readme

Keywords

Package Sidebar

Install

npm i ass-to-srt

Weekly Downloads

1

Version

1.2.1

License

MIT

Last publish

Collaborators

  • wrenth04