3dsub 中文文档教程

发布于 10年前 浏览 26 项目主页 更新于 3年前

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
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文