vtt-adjust:用于移动和缩放.vtt文件字幕时间的工具

时间:2024-06-03 01:24:04
【文件属性】:

文件名称:vtt-adjust:用于移动和缩放.vtt文件字幕时间的工具

文件大小:210KB

文件格式:ZIP

更新时间:2024-06-03 01:24:04

JavaScript

vtt调整 实用程序,用于移动和拉伸.vtt(WebVTT)文件。 对于纠正转码或裁剪后的不同步问题很有用。 例子 在格式转换过程中,从经典电影“幽灵恐龙复仇”中修剪了3秒钟的空白帧。 这导致现在所有字幕都显示为3秒为时过早: 我们可以通过告诉它一个提示的正确位置,使vtt-adjust纠正所有字幕提示: // Log and move all cues forward by 3 seconds. var vttAdjust = require ( 'vtt-adjust' ) ; var adjuster = vttAdjust ( [ 'WEBVTT' , '' , '00:14:10.000 --> 00:14:12.000' , 'Sally, the Masked Ranger... was me all along.' , '' , '00:14:


【文件预览】:
vtt-adjust-master
----.gitignore(28B)
----package.json(934B)
----build()
--------vtt-adjust.min.js(4KB)
--------vtt-adjust.js(8KB)
----index.js(1KB)
----README.md(7KB)
----lib()
--------adjust.js(2KB)
--------writeSegments.js(1KB)
--------readSegments.js(1KB)
----.npmignore(18B)
----img()
--------moveAndScale.svg(39KB)
--------the-problem.png(57KB)
--------the-problem.svg(267KB)
--------moveAndScale.png(29KB)
--------move.png(28KB)
--------move.svg(37KB)
----test()
--------data()
--------api.spec.js(2KB)
--------errors.spec.js(976B)
--------readWrite.spec.js(1KB)
--------move.spec.js(2KB)
--------scale.spec.js(2KB)
--------randomized.spec.js(4KB)
----web.js(1KB)

网友评论