srt:SRT 字幕实用程序

时间:2024-06-19 11:16:09
【文件属性】:

文件名称:srt:SRT 字幕实用程序

文件大小:78KB

文件格式:ZIP

更新时间:2024-06-19 11:16:09

JavaScript

SRT 字幕实用程序 警告 该模块供我个人使用。 它有效,但目前没有测试。 用法 parse( srt ) 将 SRT 文件解析为字符串。 它旨在尽可能*,但会报告可能导致其他程序无法正确解析 SRT 的问题。 返回{subtitles, problems, srt} 。 subtitles是{start, end, text}形式的字幕对象数组。 以毫秒为单位start和end 。 problems是一个对象数组,表示在解析 SRT 时遇到的问题。 每个表单对象: { index , // Index of subtitle where problem encountered msg , // Description of problem canFix // `true` if calling `stringify()` on the subtitles re


【文件预览】:
srt-master
----.travis.yml(274B)
----changelog.md(754B)
----index.js(164B)
----package.json(1KB)
----test()
--------support()
--------index.test.js(347B)
--------.eslintrc.js(369B)
----jest.config.js(361B)
----License(1KB)
----package-lock.json(245KB)
----.eslintrc.js(231B)
----.gitignore(32B)
----lib()
--------index.js(467B)
--------parse.js(6KB)
--------stringify.js(745B)
--------timecode.js(587B)
--------conform.js(6KB)
--------bom.js(1KB)
----README.md(4KB)
----.eslintignore(13B)
----.editorconfig(247B)
----.gitattributes(66B)

网友评论