@remotion/openai-whisper
@remotion/openai-whisper 软件包提供用于操作 OpenAI Whisper API 的工具。
🌐 The @remotion/openai-whisper package provides utilities for working with the OpenAI Whisper API.
它提供了一个转换函数,用于将 OpenAI Whisper API 的输出转换为 Caption 对象数组,以使字幕与其他与字幕相关的 Remotion 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.
- Remotion CLI
- npm
- bun
- pnpm
- yarn
npx remotion add @remotion/openai-whisper
This assumes you are currently using v4.0.431 of Remotion.npm i --save-exact @remotion/openai-whisper@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/openai-whisper@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/openai-whisper@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/openai-whisper@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
另请参阅
🌐 See also