cerevox 4.8.3 → 4.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -29,6 +29,7 @@ description: 当用户要求创作某个主题的通用视频时,使用该技
|
|
|
29
29
|
5. 使用 `generate-video` 生成各分镜视频
|
|
30
30
|
- 生成视频时,必须用`sceneIndex`参数指定分镜编号,从 1 开始编号
|
|
31
31
|
- 生成视频时,必须带声音(参数`audio=true`)
|
|
32
|
+
- 如分镜有旁白(narration),生成视频时必须带旁白(参数`narration={text, tone, voice_id}`)
|
|
32
33
|
6. 使用 `generate-music-or-mv` 生成背景音乐
|
|
33
34
|
- 背景音乐时长为分镜视频总时长,若不足30秒应补足30秒
|
|
34
35
|
7. 合成视频:调用`audio-video-sync`输出视频并根据情况合成字幕(参数`addSubtitles=true`),自动下载到本地
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cerevox",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.4",
|
|
4
4
|
"description": "TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|