@remotion/captions
Available from v4.0.216
The @remotion/captions
package provides utilities for dealing with subtitles.
At the centre of this caption is the Caption
type, which defines a standard shape for captions from different sources.
Captions generated from @remotion/install-whisper-cpp
can be converted into the Caption
type.
- npm
- yarn
- pnpm
- bun
npm i --save-exact @remotion/captions@4.0.226
npm i --save-exact @remotion/captions@4.0.226
pnpm i @remotion/captions@4.0.226
pnpm i @remotion/captions@4.0.226
bun i @remotion/captions@4.0.226
bun i @remotion/captions@4.0.226
yarn --exact add @remotion/captions@4.0.226
yarn --exact add @remotion/captions@4.0.226
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