subtranslator
v1.0.4
Published
you can translate your subtitles for movies or series
Downloads
9
Maintainers
Readme
subtranslator
npm package that you can translate your subtitles files.
Installation
npm
npm i subtranslator
git
git clone https://github.com/hamedpa/subtranslator.git
Usage
Translate subtitle files with calling below function, this function can detect subtitle language and you can select target language as third parameter.
const subtranslator = require('subtranslator');
subtranslator.translate('mr.bean.srt','translated.srt','en');