@remotion/openai-whisper
Available from v4.0.217
The @remotion/openai-whisper
package provides utilities for working with the OpenAI Whisper API.
It provides a transformation function for converting the output of the OpenAI Whisper API into an array of Caption
objects in order to make the captions compatible with other caption-related Remotion APIs.
- npm
- yarn
- pnpm
- bun
npm i --save-exact @remotion/openai-whisper@4.0.228
npm i --save-exact @remotion/openai-whisper@4.0.228
pnpm i @remotion/openai-whisper@4.0.228
pnpm i @remotion/openai-whisper@4.0.228
bun i @remotion/openai-whisper@4.0.228
bun i @remotion/openai-whisper@4.0.228
yarn --exact add @remotion/openai-whisper@4.0.228
yarn --exact add @remotion/openai-whisper@4.0.228
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