Convert subtitles to sentences!
- Install Node.js
- Run:
$ npm install subsent -g
Homepage: https://github.com/vntk/subsent
Support format: srt
.
To text:
subsent text [filename.srt]
To json:
subsent json [filename.srt]
To text:
subsent text [filename.srt] -d
To json:
subsent json [filename.srt] -d
Help: use command help
subsent help
Usage: index [options] [command]
Commands:
version
tojson|json [options] [text...] Convert subtitle to json file
totext|text [options] [text...] Convert subtitle to text file
Options:
-h, --help output usage information
-v, --version output the version number
- UTF-8
UTF-16
MIT.