3dsub 中文文档教程
3DSub
将字幕 (SRT) 转换为 Advanced Substation Alpha (ASS),以便在 3D 屏幕上正确输出
Installation
npm install 3dsub
Usage
var sub = require('3dsub');
sub.convert('stubs/bighero.srt', 'bighero.ass');
Contributing
代替正式的风格指南,请注意维护现有的编码风格。 为任何新的或更改的功能添加单元测试。 Lint 并测试您的代码。
Release History
- 0.1.4 Initial alpha release
3DSub
Convert subtitles (SRT) to Advanced Substation Alpha (ASS) for correct output on 3D screens
Installation
npm install 3dsub
Usage
var sub = require('3dsub');
sub.convert('stubs/bighero.srt', 'bighero.ass');
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
Release History
- 0.1.4 Initial alpha release