@remotion/captions
可从 v4.0.216 获取
🌐 Available from v4.0.216
@remotion/captions 软件包提供处理字幕的工具。
🌐 The @remotion/captions package provides utilities for dealing with subtitles.
这个标题的中心是 Caption 类型,它定义了来自不同来源的标题的标准形状。
🌐 At the centre of this caption is the Caption type, which defines a standard shape for captions from different sources.
从 @remotion/install-whisper-cpp 生成的字幕 可以转换 为 Caption 类型。
🌐 Captions generated from @remotion/install-whisper-cpp can be converted into the Caption type.
- Remotion CLI
- npm
- bun
- pnpm
- yarn
npx remotion add @remotion/captions
This assumes you are currently using v4.0.431 of Remotion.npm i --save-exact @remotion/captions@4.0.431
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.This assumes you are currently using v4.0.431 of Remotion.pnpm i @remotion/captions@4.0.431
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.This assumes you are currently using v4.0.431 of Remotion.bun i @remotion/captions@4.0.431
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.This assumes you are currently using v4.0.431 of Remotion.yarn --exact add @remotion/captions@4.0.431
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.应用接口
🌐 APIs
许可证
🌐 License
MIT